⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

kernel_init

Function kernel_init 

Source
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.