pub fn build_e820_map(
boot_params: &mut boot_params,
ext: &mut E820Ext,
partition_info: &PartitionInfo,
reserved: &[(MemoryRange, ReservedMemoryType)],
) -> Result<bool, BuildE820MapError>
Expand description
Build the e820 map for the kernel representing usable VTL2 ram.