6 ms·
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/ https://operating-s
by 334f905d22bc19 11mo 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/ 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://stnolting.github.io/neorv32/ https://github.com/stnolting/neorv32 https://github.com/stnolting/neorv32
It's a risc-v core written in VHDL
- Gazoche 11mo agoThe Rust OS tutorial you're thinking of is probably this one: https://os.phil-opp.com/ https://os.phil-opp.com/
- crabmusket 11mo agoThank you both! These are some really interesting places to pick up from.