Module boot

Module boot 

Source
Expand description

§Kerrnel Boot Information

Structs§

BootPixelMasks
Bit masks for BootPixelFormat::Bitmask. For Rgb/Bgr, these are set to zero.
FramebufferInfo
KernelBootInfo
Information the kernel needs right after ExitBootServices. Keep this #[repr(C)] and prefer fixed-size integers over u64 at the ABI boundary.
MemoryMapInfo

Enums§

BootPixelFormat
Pixel format tag compatible with UEFI GOP. We avoid Rust enums with payloads across the ABI boundary.

Type Aliases§

KernelEntryFn
Kernel function pointer.