| Crates.io | riscovite |
| lib.rs | riscovite |
| version | 0.1.4 |
| created_at | 2025-03-02 20:09:33.492814+00 |
| updated_at | 2025-03-02 20:59:45.09053+00 |
| description | RISCovite system calls and library functions |
| homepage | |
| repository | https://github.com/riscovite/rust-riscovite |
| max_upload_size | |
| id | 1574851 |
| size | 92,424 |
This crate implements system calls for the RISCovite operating system, and
then various higher-level helpers in terms of those. It could perhaps be
thought of as an alternative std that's focused on RISCovite concepts,
although it can also be used alongside std in the same program.
The RISCovite userspace execution environment is still evolving itself, and so nothing here is a finalized interface and everything is subject to change.
RISCovite is a small-scale personal computing platform that is "optimized for fun". It takes inspiration from the personal computer platforms of the 80s and 90s, but is designed to run on hardware that's manufactured today (in the 2020s).
At the time of writing this readme RISCovite itself is still under heavy development and so for now this library is just a snapshot of a subset of the system call API as it currently exists.