Function init_on_bsp

Source
pub(crate) unsafe fn init_on_bsp()
Expand description
  • This function should be executed after BSP has booted before APs have not booted.

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

  • The CPU-local objects should bot be accessed.