Skip to content

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