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