rust-os-comparison
rust-os-comparison copied to clipboard
A comparison of operating systems written in Rust
Hi, I'd like to add [MOROS](https://github.com/vinc/moros) to the list! It's a hobby OS I've been working on and off for the past 2 years, it's inspired by Unix but it...
Hi, I'd just like to draw attention to Tupai, the kernel and userland I've started working on. It's still in an early stage of development, but I have big plans...
redox is marked as x86 and x86_64, although it seems the redox [kernel](https://github.com/redox-os/kernel/tree/c020ce7d8ac76913b93850b162fe9783514d7c63) only has an x86_64 linker script, it also has an arm target file [here](https://github.com/redox-os/kernel/tree/c020ce7d8ac76913b93850b162fe9783514d7c63/targets). No mention anywhere...
Hi, just to let you know about a Rust + L4 micro-kernel OS https://robigalia.org/ https://gitlab.com/robigalia Far from finished but a promising concept with the "goal number 2"...
I am just wondering why intermezzOS has been flagged as not being a pure Rust implementation? The repository contains nothing but Rust code and Assembly (It also shows Ruby from...
See https://github.com/llenotre/maestro
Hi, Check out https://github.com/rcore-os
As one of the maintainers of Hermit, it'd be super cool to see our project in your nice comparison :slightly_smiling_face: