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

create_task

Function create_task 

Source
pub fn create_task(
    name: &str,
    entry_point: usize,
    stack_size: usize,
    priority: Priority,
) -> Result<ProcessId, KernelError>
Expand description

Create new user task