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

init_without_init_process

Function init_without_init_process 

Source
pub fn init_without_init_process() -> KernelResult<()>
Expand description

Initialize process management subsystem without creating init process

This is used during bootstrap to initialize process structures without creating the init process (which requires scheduler).