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.
pub fn build_e820_map(
boot_params: &mut boot_params,
ext: &mut E820Ext,
address_space: &AddressSpaceManager,
) -> Result<bool, BuildE820MapError>
Build the e820 map for the kernel representing usable VTL2 ram.