From 7e812ea832fa8439079629f93ce1268bbf679673 Mon Sep 17 00:00:00 2001 From: Meysam Parvizi Date: Tue, 4 Jun 2024 17:31:17 +0330 Subject: [PATCH] Update README.md (#18) Added a link to "Operating System development tutorials in Rust on the Raspberry Pi" --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 510fc81..b00a616 100644 --- a/README.md +++ b/README.md @@ -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