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.
Augment the macOS build setup script to install aarch64 dependencies by default.
Make aarch64 builds easier, so that you can just run 'make ARCH=aarch64 run' without all the tedious arguments.
CROSS
andFEATURES
arguments are now correctly set automatically by the makefile.