Expand description
This crate provides the struct, enums about the Proka bootloader, including the boot information, and so on.
§About proka bootloader
Well, this bootloader is for Proka Kernel, which will obey
its standard. For more information, see
Modules§
- memory
- The generic memory module, which provides memory info to kernel, so that kernel can know the memory structure easily.
- output
- The output module, which provides framebuffer info and its utilities.
Structs§
- Boot
Info - This struct is the boot information struct, which provides the basic information, memory map, and so on.
Enums§
- Boot
Mode - This is the boot mode, only support 2 modes, which are legacy(BIOS) and UEFI.
Functions§
- get_
bootinfo - Get the bootinfo.