←back to thread

364 points Klasiaster | 2 comments | | HN request time: 0.427s | source
Show context
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 #
1. snvzz ◴[] No.41854346[source]
Redox has a proper architecture, aka microkernel multiserver.

Thus it is a much more interesting project.

replies(1): >>41876028 #
2. 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