Function load_openhcl_x64

Source
pub fn load_openhcl_x64<F>(
    importer: &mut dyn ImageLoad<X86Register>,
    kernel_image: &mut F,
    shim: &mut F,
    sidecar: Option<&mut F>,
    command_line: CommandLineType<'_>,
    initrd: Option<&[u8]>,
    memory_page_base: Option<u64>,
    memory_page_count: u64,
    vtl0_config: Vtl0Config<'_>,
) -> Result<(), Error>
where F: Read + Seek,
Expand description

Load the underhill kernel on x64.

An optional initrd may be specified.

An optional memory_page_base may be specified. This will disable relocation support for underhill.