Function seed_riscv::create_boot_info

source ยท
pub(crate) fn create_boot_info<'a>(
    next_available_kernel_address: &mut VAddr,
    kernel_page_table: &mut PageTableImpl
) -> (VAddr, &'a mut BootInfo)
Expand description

Allocate memory for the boot info, and dynamically map it into the address space after the kernel.