pub fn load_user_program(
path: &str,
argv: &[&str],
envp: &[&str],
) -> Result<ProcessId, KernelError>Expand description
Load a user program from the filesystem
pub fn load_user_program(
path: &str,
argv: &[&str],
envp: &[&str],
) -> Result<ProcessId, KernelError>Load a user program from the filesystem