File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1+ [codespell]
2+ ignore-words-list = inout,hda
Original file line number Diff line number Diff line change @@ -380,7 +380,7 @@ pub struct Mappings {
380380 /// Configures the base address of the kernel.
381381 ///
382382 /// If a fixed address is set, it must be paged aligned and the kernel must be
383- /// a position-independent exectuable .
383+ /// a position-independent executable .
384384 pub kernel_base : Mapping ,
385385 /// Specifies where the [`crate::BootInfo`] struct should be placed in virtual memory.
386386 pub boot_info : Mapping ,
Original file line number Diff line number Diff line change 33A minimal kernel to showcase the usage of bootloader.
44
55The kernel:
6- - Initalizes a serial port on [ COM1] ( https://wiki.osdev.org/Serial_Ports#Port_Addresses )
6+ - Initializes a serial port on [ COM1] ( https://wiki.osdev.org/Serial_Ports#Port_Addresses )
77- Dumps the [ ` boot_info ` ] ( /api/src/info.rs ) it received from ` bootloader `
88- Prints a message
99- Exits QEMU with a custom exit code via the ` isa-debug-exit ` device
You can’t perform that action at this time.
0 commit comments