Expand description
Contains the boot information struct sent by the bootloader to the kernel on startup.
Structs§
- Boot
Info - This structure represents the information that the bootloader passes to the kernel.
- Frame
Buffer - A pixel-based framebuffer that controls the screen output.
- Frame
Buffer Info - Describes the layout and pixel format of a framebuffer.
- Memory
Region - Represent a physical memory region.
- Memory
Regions - FFI-safe slice of
MemoryRegion
structs, semantically equivalent to&'static mut [MemoryRegion]
. - TlsTemplate
- Information about the thread local storage (TLS) template.
Enums§
- Memory
Region Kind - Represents the different types of memory.
- Optional
- FFI-safe variant of
Option
. - Pixel
Format - Color format of pixels in the framebuffer.