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

Module init

Module init 

Source
Expand description

Scheduler initialization and timer setup

Contains the bootstrap initialization path (init_with_bootstrap) used during early kernel boot, the normal initialization path (init), and architecture-specific preemption timer configuration.

Functions§

init
Initialize scheduler normally (after bootstrap)
init_with_bootstrap
Initialize scheduler with bootstrap task