We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c87f31 commit 06d2731Copy full SHA for 06d2731
examples/basic/kernel/basic-kernel.md
@@ -4,7 +4,7 @@ A minimal kernel to showcase the usage of bootloader.
4
5
The kernel:
6
- Initalizes a serial port on [COM1](https://wiki.osdev.org/Serial_Ports#Port_Addresses)
7
-- Dumps the [`boot_info`](/api/src/info.rs) it recevied from `bootloader`
+- Dumps the [`boot_info`](/api/src/info.rs) it received from `bootloader`
8
- Prints a message
9
- Exits QEMU with a custom exit code via the `isa-debug-exit` device
10
0 commit comments