morpheus_bootloader::boot::memory::allocation

Function allocate_kernel_memory

Source
pub unsafe fn allocate_kernel_memory(
    boot_services: &BootServices,
    kernel: &KernelImage,
) -> Result<*mut u8, MemoryError>