Originally posted by mobadboy
View Post
Later L4 was rewritten in C++ to see if high level language could still achieve the high performance.
Drew Devault said that Helios exist to prove a point that Hare is suitable to write kernels. Once you create the language, next step is to write a kernel in it to prove said language.
Similarly Redox OS is to test viability of Rust for writing kernel and the rest of OS.
Now why would either of the projects use L4 written in C++ when the whole point of Redox OS and Helios is to test the limits of Rust and Hare for OS programming.
Comment