Function init_on_bsp

Source
pub(crate) unsafe fn init_on_bsp()
Expand description
  • This function should be executed after BSP starts before any AP starts.

  • This function should be executed after crate::arch::kernel::apic::init.

  • The CPU-local objects should bot be accessed.