pub struct BootInfo {
pub hhdm_offset: u64,
pub rsdp_addr: Option<u64>,
pub kernel_sections: KernelSectionInfo,
pub cmdline: KernelCmdline,
pub framebuffer: FramebufferInfo,
}Expand description
Standardized Boot Info passed to kernel_main
This does not contain a mem map entry, each arch is responsible for that as mm_init is per arch anyway
Fields§
§hhdm_offset: u64§rsdp_addr: Option<u64>§kernel_sections: KernelSectionInfo§cmdline: KernelCmdline§framebuffer: FramebufferInfo