morpheus_bootloader::boot::loader

Function boot_linux_kernel

Source
pub unsafe fn boot_linux_kernel(
    boot_services: &BootServices,
    system_table: *mut (),
    image_handle: *mut (),
    kernel_data: &[u8],
    initrd_data: Option<&[u8]>,
    cmdline: &str,
    screen: &mut Screen,
) -> Result<Infallible, BootError>