From 82343a971b9d24938ff79fb6e9942cb45f793ee5 Mon Sep 17 00:00:00 2001 From: Jenni Rinker Date: Thu, 29 Aug 2024 09:51:07 +0300 Subject: [PATCH] adding links to textbook --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5651737..1c32cd8 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,10 @@ A lecture from ASPP 2024. +## Extra resources + + * Online textbook on operating systems, processes, threads, etc. + * [Operating Systems: Three Easy Pieces](https://pages.cs.wisc.edu/~remzi/OSTEP/#book-chapters) + * Chapters 4, 13, and 26 are particularly relevant. + * But the whole book is interesting.