setup_main_cpu

Function setup_main_cpu 

Source
pub unsafe fn setup_main_cpu(
    config: &Config,
    cpu: CpuInfo,
    map: &'static KernelMap,
) -> Arc<ArchConfig>
Expand description

ยงSafety

This function can be called only once and must be called by main CPU entry point.