pub fn kernel_init() -> KernelResult<()>Expand description
Multi-stage kernel initialization
This function implements the recommended boot sequence from DEEP-RECOMMENDATIONS.md to avoid circular dependencies between process management and scheduler.