Function call_main

Source
pub fn call_main(cpu_id: usize, arg: usize) -> !
Expand description

Call the function decorated by axplat::main for the primary core.

This function should only be called by the platform implementer, not the kernel.