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

create_process

Function create_process 

Source
pub fn create_process(
    name: String,
    entry_point: usize,
) -> Result<ProcessId, KernelError>
Expand description

Create a new process