kernel_init

Function kernel_init 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn kernel_init() -> !
Expand description

The kernel initialization function.

ยงSafety

This function must be called only once during the kernel startup.