Crates.io | mnemos-userspace |
lib.rs | mnemos-userspace |
version | 0.1.0 |
source | src |
created_at | 2022-04-14 20:35:30.327471 |
updated_at | 2022-04-16 03:52:57.168632 |
description | A tiny embedded operating system userspace library |
homepage | |
repository | https://github.com/jamesmunns/pellegrino |
max_upload_size | |
id | 567749 |
size | 25,006 |
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:
entry
function declarationFor 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.