Home
last modified time | relevance | path

Searched defs:MultibootKernel (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/crosvm/kernel_loader/src/
H A Dmultiboot.rs27 pub struct MultibootKernel { struct
29 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()