kernel

Function kernel_init

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.