-One of the new tools is Rust language. The tenets of Rust are speed, safety and [fearless concurrency](https://doc.rust-lang.org/book/second-edition/ch16-00-concurrency.html). This makes it nearly ideal language for writing new secure software, including kernels. Robigalia project is also looking towards [semi-automatic assurance of Rust-based software](https://robigalia.org/blog/2016/11/15/verfication.html) by leveraging the MIR intermediate representation as containing the semantic information about the program, which we can reason about. Looking forward to seeing what this brings, meanwhile I set out to write an equivalent of seL4 kernel in Rust for 64-bit systems.
0 commit comments