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
pub fn create_process_from_elf(
name: String,
elf_data: &[u8],
_parent_pid: ProcessId,
) -> Result<ProcessId, KernelError>Create a new process from an ELF binary