LouisJenkinsCS / MoltarOS

A minimal implementation of an Operating System implemented in (mostly) C and (sparse) Assembly
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

Move to Rust #4

Open LouisJenkinsCS opened 6 years ago

LouisJenkinsCS commented 6 years ago

One of the things that make me want to get back into this is the guide for Writing an OS in Rust. The amount of time I have spent on creating and debugging my own abstractions in C rivals the time spent on planning and designing the actual OS itself. It would be purely beneficial for me to learn a new language, Rust, and to speed up OS Development possibly tenfold. Plus it will help a lot in terms of debugging errors with its emphasis on language-safety.