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

load_user_program

Function load_user_program 

Source
pub fn load_user_program(
    process: &mut Process,
    elf_data: &[u8],
) -> Result<u64, KernelError>
Expand description

Load a user program from ELF binary data