Operating system with rust

I am new to Rust programming language. Can Rust be used to make operating system?

Philipp Oppermann has a blog series on doing just that: Writing an OS in Rust

1 Like

Yes, Redox is an operating system written in Rust: https://www.redox-os.org/

1 Like

Rust is well-suited to building the low-level parts of an OS. For another example, my microkernel Pebble is written entirely in Rust.

4 Likes

Here is the outline for an operating systems course: CS-3210: Design Operating Systems — CS-3210, Spring 2020 1 documentation

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.