Svelte Hacker News logo
  • top
  • new
  • best
  • show
  • ask
  • jobs
  • about

RSoC 2026: A new CPU scheduler for Redox OS

www.redox-os.org

17 points by akyuu 1 day ago

TheMagicHorsey 1 day 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 1 day ago

    Here you go: https://gitlab.redox-os.org/redox-os/kernel/-/blob/master/sr...