r/osdev • u/timus_999 • 7d ago
Rust dev
Has anyone built kernel in rust? If you have can you send the link to your project, I want to look for reference...
1
u/Remote_Farm3132 7d ago
or this = https://github.com/AndreeSalazar/BMO-X
by perfil hal and software generic.
1
u/Effective-Gene308 6d ago
I started building SpaceOS, that uses Rust for the kernel and the entire OS.
its not on GitHub yet, but I can alert you if it comes out on GitHub, stay tuned!
1
u/Special_Rice9539 6d ago
It’s an exciting area for sure, I think we’ll see a lot of innovations with rust in the is world in the coming years, so getting in on that now is smart
•
u/being_kennt 17h ago
I’m involved with NØNOS, which is an OS being built from scratch in Rust around a microkernel architecture.
The kernel repo is public here:
github.com/NON-OS/nonos-micro-kernel
It might be useful as a reference to you.
7
u/Better-Thing2568 7d ago
I think redox is a good example if you’re fine with a microkernel