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

load_and_execute

Function load_and_execute 

Source
pub fn load_and_execute(
    path: &str,
    args: ProgramArgs,
) -> Result<ProcessId, KernelError>
Expand description

Load and execute an ELF program