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

create_process_from_elf

Function create_process_from_elf 

Source
pub fn create_process_from_elf(
    name: String,
    elf_data: &[u8],
    _parent_pid: ProcessId,
) -> Result<ProcessId, KernelError>
Expand description

Create a new process from an ELF binary