⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

parse_e820_map

Function parse_e820_map 

Source
pub fn parse_e820_map(
    entries: &[(u64, u64, u32)],
) -> Vec<BootloaderMemoryRegion>
Expand description

Parse E820 memory map (x86_64 BIOS)