Function build_e820_map

Source
pub fn build_e820_map(
    boot_params: &mut boot_params,
    ext: &mut E820Ext,
    address_space: &AddressSpaceManager,
) -> Result<bool, BuildE820MapError>
Expand description

Build the e820 map for the kernel representing usable VTL2 ram.