Skip to main content

kernel_ready

Function kernel_ready 

Source
pub fn kernel_ready() -> bool
Expand description

Whether hart 0 has finished boot and is running the scheduler (plan.md Phase 19). rivet-rt’s secondary-hart bring-up spins on this before calling run_secondary_hart. Always false (and irrelevant) on a single-hart board — nothing there ever calls the secondary-hart path.