Searched defs:MultibootKernel (Results 1 – 1 of 1) sorted by relevance
27 pub struct MultibootKernel { struct29 pub offset: u32,32 pub boot_modules_page_aligned: bool,35 pub need_available_memory: bool,40 pub load: Option<MultibootLoad>,45 pub preferred_video_mode: Option<MultibootVideoMode>,107 pub fn multiboot_header_from_file(kernel_file: &mut File) -> Result<Option<MultibootKernel>> { in multiboot_header_from_file()152 ) -> Result<Option<MultibootKernel>> { in multiboot_header()