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.
This commit is contained in:
HicaroD 2021-09-30 10:04:52 -03:00
parent 9fd3e67b3b
commit 6367def371
1 changed files with 1 additions and 0 deletions

View File

@ -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)