Skip to main content

load_and_run_elf_with_caps

Function load_and_run_elf_with_caps 

Source
pub fn load_and_run_elf_with_caps(
    elf_data: &[u8],
    name: &'static str,
    seed_caps: &[Capability],
) -> Result<TaskId, &'static str>
Expand description

Performs the load and run elf with caps operation.