pub fn kernel_ready() -> boolExpand 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.