Redox OS - an OS built entirely out of Rust

ChiefSinner@lemm.ee to Linux@lemmy.ml – 242 points –
redox-os.org

This isn't Linux, but Linux-like. Its a microkernel built from the rust programming language. Its still experimental, but I think it has great potential. It has a GUI desktop, but the compiler isn't quite fully working yet.

Has anyone used this before? What was your experience with it?

Note: If this is inappropriate since this isn't technically Linux, mods please take down.

98

You are viewing a single comment

Kinda. Redox uses a microkernel architecture and tries to keep only the most important functionality in ring 0 while they push everything else in userspace. It's great.

So they actually rewrote The Hurd in Rust.

Many lessons were learned from the Hurd that has impacted ALL microkernel kernel and userspace designs, but it is ancient by today's standards.

Its more accurate to say they were "rewriting" MINIX, but I don't like the word "rewriting" as all of these systems are unique in their own way.