Skip to main content

get_bootfs_vmo

Function get_bootfs_vmo 

Source
pub fn get_bootfs_vmo(
    container: &ZbiContainer<&[u8]>,
    vmar: &Vmar,
    check_crc: bool,
    log: &mut Log,
) -> Result<Vmo, Error>
Expand description

Extracts the BOOTFS VMO from the ZBI container, decompressing it if needed.