mnemos-userspace

Crates.iomnemos-userspace
lib.rsmnemos-userspace
version0.1.0
sourcesrc
created_at2022-04-14 20:35:30.327471
updated_at2022-04-16 03:52:57.168632
descriptionA tiny embedded operating system userspace library
homepage
repositoryhttps://github.com/jamesmunns/pellegrino
max_upload_size
id567749
size25,006
James Munns (jamesmunns)

documentation

README

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.

Commit count: 157

cargo fmt