Skip to main content

init_kernel_address_space

Function init_kernel_address_space 

Source
pub unsafe fn init_kernel_address_space()
Expand description

Initialize the kernel address space singleton.

Must be called once during boot, after paging is initialized, before the scheduler creates any tasks.

ยงSafety

Must be called in single-threaded init context.