rusty_mos::process::envs

Function env_create

Source
pub fn env_create(
    binary: *const u8,
    size: usize,
    priority: u32,
) -> Option<usize>
Expand description

Create an env and load the icode, set the priority. For tests mainly.

ยงSafety

The binary SHALL be readable for size bytes.