12 points | by akyuu 2 hours ago
2 comments
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?
Here you go: https://gitlab.redox-os.org/redox-os/kernel/-/blob/master/sr...
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?
Here you go: https://gitlab.redox-os.org/redox-os/kernel/-/blob/master/sr...