| ▲ | TheMagicHorsey 3 days ago | |||||||
I had no idea there was an entire OS written in Rust that was this far along. Is all the bootstrapping from assembly directly into Rust, or do they still have a dependency on C and gcc just to get things going? | ||||||||
| ▲ | yencabulator a day ago | parent | next [-] | |||||||
Here, make your own "kernel" in a few lines: https://rust-osdev.github.io/uefi-rs/tutorial/app.html | ||||||||
| ▲ | steveklabnik an hour ago | parent | prev | next [-] | |||||||
There are pure rust, no c, embedded RTOSes, like Hubris. | ||||||||
| ▲ | segbrk 3 days ago | parent | prev [-] | |||||||
Here you go: https://gitlab.redox-os.org/redox-os/kernel/-/blob/master/sr... | ||||||||
| ||||||||