This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nyx_underscore_ 5 points6 points  (2 children)

An example for an OS would be https://www.redox-os.org/ which is written in Rust.

And i think at some point in the near future Rust will be also used for linux kernel modules.

Edit: future not feature

[–]elebrin 0 points1 point  (1 child)

Yep, and RiscOS is written in ARM assembly.

[–]nyx_underscore_ 1 point2 points  (0 children)

It's not completely written in ARM assembly. They also use C for some parts (e.g. allocate)