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

Module bootstrap

Module bootstrap 

Source
Expand description

Bootstrap module for kernel initialization

This module handles the multi-stage initialization process to avoid circular dependencies between subsystems.

Constants§

BOOTSTRAP_PID
Bootstrap task ID (runs before scheduler is fully initialized)
BOOTSTRAP_TID

Functions§

boot_run_forked_child
Run a forked child process inline from the parent’s wait loop.
kernel_init
Multi-stage kernel initialization
kernel_init_main
Kernel-mode init function
run
Run the bootstrap sequence