MCPcopy Create free account
hub / github.com/bendudson/EuraliOS / Params

Class Params

kernel/src/process.rs:447–453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

445}
446
447pub struct Params {
448 pub handles: Vec<Arc<RwLock<Rendezvous>>>,
449 pub io_privileges: bool,
450 pub mounts: vfs::VFS,
451 pub args: Vec<u8>, // Command-line arguments
452 pub envs: Vec<u8>, // Environment variables
453}
454
455/// Create a new user thread
456///

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected