Skip to main content

spawn_from_elf

Function spawn_from_elf 

Source
pub unsafe fn spawn_from_elf(
    elf: &[u8],
    parent_pid: i32,
) -> Result<i32, SpawnError>
Expand description

Spawn a new process, returning its PID

ยงSafety

The caller must guarantee that this method is only called after boot stage 2 has completed