pub fn add_e820_entry(
    params: &mut boot_params,
    addr: u64,
    size: u64,
    mem_type: u32
) -> Result<()>
Expand description

Add an e820 region to the e820 map. Returns Ok(()) if successful, or an error if there is no space left in the map.