Update README.md (#18)

Added a link to "Operating System development tutorials in Rust on the Raspberry Pi"
This commit is contained in:
Meysam Parvizi
2024-06-04 17:31:17 +03:30
committed by GitHub
parent 8eb6b979d8
commit 7e812ea832
+1
View File
@@ -935,6 +935,7 @@ Embedded systems can be programmed with either an operating system (OS) or direc
- [📘💎 Operating Systems: Three Easy Pieces - Remzi H Arpaci-Dusseau, Andrea C Arpaci-Dusseau](https://pages.cs.wisc.edu/~remzi/OSTEP/)
- [📘💎 Modern Operating Systems - Andrew S. Tanenbaum, Herbert Bos](https://www.pearson.com/en-us/subject-catalog/p/modern-operating-systems/P200000003295)
- [📝 Writing an OS in Rust - Philipp Oppermann's blog](https://os.phil-opp.com/)
- [🔗 Operating System development tutorials in Rust on the Raspberry Pi](https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials)
#### 🔵 Real-Time Operating Systems