Theseus is a modern OS written from scratch in Rust that explores 𝐢𝐧𝐭𝐫𝐚𝐥𝐢𝐧𝐠𝐮𝐚𝐥 𝐝𝐞𝐬𝐢𝐠𝐧: closing the semantic gap between compiler and hardware by maximally leveraging the power of language safety and affine types. Theseus aims to shift OS responsibilities like resource management into the compiler.
I'm currently building the project on my Mac by running
sh ./scripts/mac_os_build_setup.sh
. It's installing a bunch of tools usingHomebrew
.It'll be really useful - if you guys keep an option - to build the project using
Nix
.If agreed, then let me know. I can do a little contribution :).