FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

bootloader/examples/basic/kernel/basic-kernel.md at main · rust-osdev/bootloader · GitHub

Latest commit

 

History

History
9 lines (7 loc) · 335 Bytes

File metadata and controls

9 lines (7 loc) · 335 Bytes

basic-kernel

A minimal kernel to showcase the usage of bootloader.

The kernel:

  • Initializes a serial port on COM1
  • Dumps the boot_info it received from bootloader
  • Prints a message
  • Exits QEMU with a custom exit code via the isa-debug-exit device

Back | FazBrowse Home | New Git URL