浏览代码

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.
HicaroD 3 年之前
父节点
当前提交
6367def371
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -1098,6 +1098,7 @@ Graphs can be used to represent many problems in computer science, so this secti
         - Context switching
         - Context switching
             - How context switching is initiated by the operating system and underlying hardware?
             - 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)
     - [ ] [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):
     - [ ] concurrency in Python (videos):
         - [ ] [Short series on threads](https://www.youtube.com/playlist?list=PL1H1sBF1VAKVMONJWJkmUh6_p8g4F2oy1)
         - [ ] [Short series on threads](https://www.youtube.com/playlist?list=PL1H1sBF1VAKVMONJWJkmUh6_p8g4F2oy1)
         - [ ] [Python Threads](https://www.youtube.com/watch?v=Bs7vPNbB9JM)
         - [ ] [Python Threads](https://www.youtube.com/watch?v=Bs7vPNbB9JM)