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).