News
Newest
Ask
Show
Jobs
Open on GitHub
RSoC 2026: A new CPU scheduler for Redox OS
(redox-os.org)
16 points | by
akyuu
9 hours ago
1 comments
TheMagicHorsey
9 hours 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?
[-]
segbrk
8 hours ago
Here you go:
https://gitlab.redox-os.org/redox-os/kernel/-/blob/master/sr...
1 comments