Expand description
§Kerrnel Boot Information
Structs§
- Boot
Pixel Masks - Bit masks for
BootPixelFormat::Bitmask. ForRgb/Bgr, these are set to zero. - Framebuffer
Info - Kernel
Boot Info - Information the kernel needs right after
ExitBootServices. Keep this#[repr(C)]and prefer fixed-size integers overu64at the ABI boundary. - Memory
MapInfo
Enums§
- Boot
Pixel Format - Pixel format tag compatible with UEFI GOP. We avoid Rust enums with payloads across the ABI boundary.
Type Aliases§
- Kernel
Entry Fn - Kernel function pointer.