8.10
5 Contributor Resources
5.1 Operating Systems
xv6 Paper—explains the main concepts of an OS by studying an example kernel.
Writing an OS in Rust—blog series covering exactly what we’re trying to do (without the emphasis on systematic design).
OSTEP—OS textbook.
5.2 Rust
The Little Book of Rust Books—links to a bunch of Rust books.
Shriram’s Rust Book—nice version of the The Rust Programming Language book with (some) better explanations and quizzes.