Hacker News new | ask | show | jobs
by 334f905d22bc19 229 days ago
Since Rust is not directly hardware, here is a nice tutorial on some simple OS basics: https://operating-system-in-1000-lines.vercel.app/en/

There was also some Rust specific OS tutorial somewhere that was written nicely, but I can't find it right now.

Also if you want to get real hardware, there is the neorv32 that has nice documentation: https://stnolting.github.io/neorv32/ https://github.com/stnolting/neorv32

It's a risc-v core written in VHDL

1 comments

The Rust OS tutorial you're thinking of is probably this one: https://os.phil-opp.com/
Thank you both! These are some really interesting places to pick up from.