bootinfo.inc

StupidOS Boot protocol constants and structs

Summary
bootinfo.incStupidOS Boot protocol constants and structs
Constants
BOOT_HEADER_MAGIC
BOOT_BOOTLOADER_MAGIC
BootHeader
BootMMapEntryMemory map entry
BootInfoRange
BootInfoStupidOS boot protocol structure

Constants

BOOT_HEADER_MAGIC

BOOT_BOOTLOADER_MAGIC

BootHeader

.magicMust be BOOT_HEADER_MAGIC
.load_end_addrTODO
.bss_end_addrTODO
.entry_addrKernel entry point

BootMMapEntry

Memory map entry

.baseTODO
.lengthTODO

BootInfoRange

BootInfo

StupidOS boot protocol structure

.mmapFree memory map
.kernel_startKernel start address
.kernel_sizeKernel size in bytes
.high_memFree memory under 1MB
.low_memFree memory upper 1MB
Close