kernel
0.1.0
kernel_
init
Sections
Safety
In crate kernel
kernel
Function
kernel_init
Copy item path
Source
pub(crate) unsafe fn kernel_init() ->
!
Expand description
Early init code.
ยง
Safety
Only a single core must be active and running this function.
The init call in this function must appear in the correct order.