Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 548 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 548 Bytes

MnemOS Kernel

The MnemOS Kernel. Built around asynchronous kernel tasks which use message passing as the primary means of interaction. Provided as a no_std library crate.

Development Documentation

Please see the development docs for documentation of the current main branch.

Docs can be built locally with cargo doc.

License

MIT + Apache 2.0.