GitHub - gianndev/ParvaOS: ParvaOS is an Operating System created completely in Rust 🦀

ParvaOS is an Operating System created completely in Rust 🦀 - gianndev/ParvaOS

GitHub
@rust_discussions Well... https://www.redox-os.org/ i'm sorry but there's already one written completley in rust
Redox - Your Next(Gen) OS - Redox - Your Next(Gen) OS

The Redox official website

@rust_discussions but it's nice to see new OS coming out
@MuhammadFreeSoftware @rust_discussions To be fair, they said first monolithic Rust OS. Redox is microkernel, not monolithic.
@MuhammadFreeSoftware @rust_discussions you're responding to a (pretty bad) bot that just reposts stuff crawled from the web
@rust_discussions Here an idea I’ve had for decades but never ran with: a mobile code OS. Make an OS with a single system call which makes a safe remote execution inside the kernel (think eBPF, Java bytecode, WASM, something like this). Cut dramatically down on context switches.