Skip to content

Commit 06d2731

Browse files
Update examples/basic/kernel/basic-kernel.md
Co-authored-by: Tom Dohrmann <Erbse.13@gmx.de>
1 parent 2c87f31 commit 06d2731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/basic/kernel/basic-kernel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A minimal kernel to showcase the usage of bootloader.
44

55
The kernel:
66
- 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`
7+
- 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
1010

0 commit comments

Comments
 (0)