Function load_openhcl_arm64

Source
pub fn load_openhcl_arm64<F>(
    importer: &mut dyn ImageLoad<Aarch64Register>,
    kernel_image: &mut F,
    shim: &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 arm64.

An optional initrd may be specified.

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