← Back to context

Comment by tiffanyh

1 year ago

OT: if you're interested in Asterinas, you might also be interested in Redox (entire OS written in Rust).

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

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.

Redox has a proper architecture, aka microkernel multiserver.

Thus it is a much more interesting project.

  • 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