Function late_init_on_bsp

Source
pub(crate) unsafe fn late_init_on_bsp()
Expand description

Architecture-specific initialization on the bootstrapping processor.

It should be called when the heap and frame allocators are available.

  • This function should be called only once per system.

  • This function should be executed after boot starts before boot ends.