←back to thread

364 points Klasiaster | 6 comments | | HN request time: 0.818s | source | bottom
1. tiffanyh ◴[] No.41851369[source]
OT: if you're interested in Asterinas, you might also be interested in Redox (entire OS written in Rust).

https://www.redox-os.org/

replies(3): >>41851590 #>>41854346 #>>41863543 #
2. metaketa ◴[] No.41851590[source]
This is fascinating! Couldn't really find the kernel code but would love to know more about the applicability. I'm curious since seeing the Unikraft release that promised millisecond container boot times
replies(1): >>41851679 #
3. cmiller1 ◴[] No.41851679[source]
https://gitlab.redox-os.org/redox-os/kernel/-/tree/master/sr...
4. snvzz ◴[] No.41854346[source]
Redox has a proper architecture, aka microkernel multiserver.

Thus it is a much more interesting project.

replies(1): >>41876028 #
5. DoctorOW ◴[] No.41863543[source]
I love Redox as a project because while it still has a massive ways to go, it's the closest to being a new OS/Kernel that has the potential to make it to a viable daily driver. Windows/MacOS/Unix/Linux are all incredibly old by software standards and Redox is bringing some cool design decisions.
6. apatheticonion ◴[] No.41876028[source]
To be fair Aester is just a monolithic kernel that philosophically quarantines unsafe code to the lowest level of the kernel.

You still have kernel modules for microkernel-like functionality