From 95de4786352019d0c6a21e9ad48182c7a733b2ec Mon Sep 17 00:00:00 2001 From: Marcelo Boeira Date: Sun, 28 Apr 2019 10:52:02 +0200 Subject: [PATCH] Add TUHS lectures to OS section --- README.md | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6e4babd..b5045f9 100644 --- a/README.md +++ b/README.md @@ -101,17 +101,31 @@ At the moment this is not useful for anyone but myself, if at some point I find * [BoJack](https://github.com/marceloboeira/bojack) ✍🏼 💻 🆓 * [Why you should build your own NoSQL database](https://medium.com/@marceloboeira/why-you-should-build-your-own-nosql-database-9bbba42039f5) ✍🏼 📰 🆓 * Operations - * Networking - * Protocols * Operating Systems * Courses * [CS8803 - Introduction to Operating Systems](https://eu.udacity.com/course/introduction-to-operating-systems--ud923) 🎓 🆓 * [Annotations and Exercises](https://github.com/marceloboeira/CS8803) 📝 - * Base Book (Choose 1): - * [Operating Systems: Three Easy Pieces](http://pages.cs.wisc.edu/~remzi/OSTEP/) 📕 🆓 ⭐️ - * [Operating System Concepts](https://www.amazon.com/Operating-System-Concepts-Abraham-Silberschatz/dp/1118063333/ref=dp_ob_title_bk) 📕 💰 - * [Operating System Concepts: Essentials](https://www.amazon.com/Operating-Concepts-Essentials-Abraham-Silberschatz/dp/1118804929/ref=sr_1_1?s=books&ie=UTF8&qid=1415311059&sr=1-1&keywords=operating+system+concepts+essentials) 📕 💰 - * [Modern Operating Systems](https://www.amazon.com/Modern-Operating-Systems-4th-Edition/dp/013359162X/ref=dp_ob_title_bk) 📕 💰 + * Base Book (Choose 1): + * [Operating Systems: Three Easy Pieces](http://pages.cs.wisc.edu/~remzi/OSTEP/) 📕 🆓 ⭐️ + * [Operating System Concepts](https://www.amazon.com/Operating-System-Concepts-Abraham-Silberschatz/dp/1118063333/ref=dp_ob_title_bk) 📕 💰 + * [Operating System Concepts: Essentials](https://www.amazon.com/Operating-Concepts-Essentials-Abraham-Silberschatz/dp/1118804929/ref=sr_1_1?s=books&ie=UTF8&qid=1415311059&sr=1-1&keywords=operating+system+concepts+essentials) 📕 💰 + * [Modern Operating Systems](https://www.amazon.com/Modern-Operating-Systems-4th-Edition/dp/013359162X/ref=dp_ob_title_bk) 📕 💰 + * Computer Architecture + * [TUHS Lectures](https://minnie.tuhs.org/CompArch/Lectures/) 🆓 📰 🎓 + * [Introduction to Systems Architecture](https://minnie.tuhs.org/CompArch/Lectures/week01.html) + * [Instruction Set Architecture Design](https://minnie.tuhs.org/CompArch/Lectures/week02.html) + * [Addressing Modes & CPU Internals](https://minnie.tuhs.org/CompArch/Lectures/week03.html) + * [Execution Flow, Branches, Function Calls](https://minnie.tuhs.org/CompArch/Lectures/week04.html) + * [User- and Kernel Mode, System Calls, I/O, Exceptions](https://minnie.tuhs.org/CompArch/Lectures/week05.html) + * [CPU Memory Management, Context Switching](https://minnie.tuhs.org/CompArch/Lectures/week06.html) + * [Introduction to Operating Systems](https://minnie.tuhs.org/CompArch/Lectures/week07.html) + * [Processes](https://minnie.tuhs.org/CompArch/Lectures/week08.html) + * [Introduction to Memory Management](https://minnie.tuhs.org/CompArch/Lectures/week09.html) + * [Virtual Memory, Disk Devices](https://minnie.tuhs.org/CompArch/Lectures/week10.html) + * [Filesystems & Their Performance](https://minnie.tuhs.org/CompArch/Lectures/week11.html) + * [IPC, Synchronisation and Threads](https://minnie.tuhs.org/CompArch/Lectures/week12.html) + * Networking + * Protocols * Infrastructure as Code * [What is IaC?](https://www.youtube.com/watch?v=RO7VcUAsf-I) 📼 🆓 * [Getting Started with IaC](https://www.youtube.com/watch?v=G3D14I5_NIk) 📼 🆓