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

kernel_init_main

Function kernel_init_main 

Source
pub fn kernel_init_main()
Expand description

Kernel-mode init function

Exercises Phase 2 subsystems (VFS, shell, services) at runtime and emits QEMU-parseable [ok]/[failed] markers for each test. Called from sched::start() before entering the idle loop.