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.
There is a TODO specifically pointing out some unneeded clone() functions being used which this PR addresses. A total of 5 clones can be removed safely.
There is a
TODO
specifically pointing out some unneededclone()
functions being used which this PR addresses. A total of 5 clones can be removed safely.