← Back to context

Comment by jenadine

10 months ago

There are many Rust OS mentioned in this thread. (Eg Redox) But the success of an OS also depends on the availability of drivers, and it's hard to compete with existing proven OS such as Linux on that front.

So build a kernel that uses the same API as Linux but in Rust.

Surely it should be easy if you're asking the Linux people to do the same thing for drivers written in Rust?

  • Defining a rust API to the linux kernel is one of the endeavours of the Linux kernel project AFAIK