Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 611 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 611 Bytes

MnemOS Userspace Library

This Rust library (or crate) serves as the primary interface for userspace applications to the services provided by the kernel.

It contains a couple of important things:

  • An entry function declaration
  • Linker Scripts
  • Library code

For more information, refer to the Userspace Component chapter of the MnemOS book.

For a complete guide on how to create an application using this library, refer to the Building User Applications chapter of the MnemOS book.