StupidOS Boot protocol constants and structs
| bootinfo.inc | StupidOS Boot protocol constants and structs |
| Constants | |
| BOOT_HEADER_MAGIC | |
| BOOT_BOOTLOADER_MAGIC | |
| BootHeader | |
| BootMMapEntry | Memory map entry |
| BootInfoRange | |
| BootInfo | StupidOS boot protocol structure |
| .magic | Must be BOOT_HEADER_MAGIC |
| .load_end_addr | TODO |
| .bss_end_addr | TODO |
| .entry_addr | Kernel entry point |