bootloader_x86_64_common

Function switch_to_kernel

Source
pub fn switch_to_kernel(
    page_tables: PageTables,
    mappings: Mappings,
    boot_info: &'static mut BootInfo,
) -> !
Expand description

Switches to the kernel address space and jumps to the kernel entry point.