From 6367def37169783ca4344c065316cefb509d580e Mon Sep 17 00:00:00 2001 From: HicaroD Date: Thu, 30 Sep 2021 10:04:52 -0300 Subject: [PATCH] Adding a new course about Operating System from University of Massachusetts I'm doing that because I had some problems with the operating system from University of Berkeley. The lectures are good, but it's bad organized, the name of the lectures are not explicity and you need to search for every single lecture to find something you want to learn specifically. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3bb0163..87d8c57 100644 --- a/README.md +++ b/README.md @@ -1098,6 +1098,7 @@ Graphs can be used to represent many problems in computer science, so this secti - Context switching - How context switching is initiated by the operating system and underlying hardware? - [ ] [threads in C++ (series - 10 videos)](https://www.youtube.com/playlist?list=PL5jc9xFGsL8E12so1wlMS0r0hTQoJL74M) + - [ ] [CS 377 Spring '14: Operating Systems from University of Massachusetts](https://www.youtube.com/playlist?list=PLacuG5pysFbDQU8kKxbUh4K5c1iL5_k7k) - [ ] concurrency in Python (videos): - [ ] [Short series on threads](https://www.youtube.com/playlist?list=PL1H1sBF1VAKVMONJWJkmUh6_p8g4F2oy1) - [ ] [Python Threads](https://www.youtube.com/watch?v=Bs7vPNbB9JM)