Crate mnemos_common

Source
Expand description

§MnemOS Common Components

At the moment, the common crate primarily defines the message protocol used by system calls, and helper functions necessary for handling system calls in a convenient, idiomatic Rust way.

Message defintions live in src/syscall/mod.rs, and helper functions live in src/porcelain/mod.rs.

Modules§

porcelain
Higher Level System Call Functionality
syscall
System Call Types and low level methods