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.
pub fn switch_to_kernel(
page_tables: PageTables,
mappings: Mappings,
boot_info: &'static mut BootInfo,
) -> !
Switches to the kernel address space and jumps to the kernel entry point.