pub fn process_memory_map(
regions: &[BootloaderMemoryRegion],
) -> Result<(), KernelError>Expand description
Process bootloader memory map and initialize frame allocator
pub fn process_memory_map(
regions: &[BootloaderMemoryRegion],
) -> Result<(), KernelError>Process bootloader memory map and initialize frame allocator