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.
ยงSafety
- This function must be called only once
- This function must be called in the boot context of the bootstrapping processor.