←back to thread

235 points Klasiaster | 4 comments | | HN request time: 0s | source
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(2): >>41851590 #>>41854346 #
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.