Function aster_frame::boot::call_aster_main
source · pub fn call_aster_main() -> !
Expand description
Calls the framework-user defined entrypoint of the actual kernel.
Any kernel that uses the aster-frame crate should define a function named
aster_main
as the entrypoint.