From 458368a65cfe739cc74085ac59f819159403e47c Mon Sep 17 00:00:00 2001 From: mrmiywj Date: Sun, 13 Mar 2016 15:01:31 +0800 Subject: [PATCH] add nyu os course --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index fb40aed..93c9970 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,12 @@ Courses - [Assignments](https://www.ops-class.org/asst/0/) - [Old Exams](https://www.ops-class.org/exams/) +- [CSCI-UA.0202: Operating Systems (Undergrad)](http://www.cs.nyu.edu/~mwalfish/classes/15sp/index.html) **Operating Systems** *NYU* Assignments Lecture Notes Readings + - NYU's operating system course. It's a fundamental course focusing basic ideas of operating systems, including memory management, process shceduling, file system, ect. It also includes some recomended reading materials. What's more, there are a series of hands-on lab materials, helping you easily understand OS. + - [Assignments](http://www.cs.nyu.edu/~mwalfish/classes/15sp/labs.html) + - [Lectures](http://www.cs.nyu.edu/~mwalfish/classes/15sp/syllabus.html) + - [Old Exams](http://www.cs.nyu.edu/~mwalfish/classes/15sp/exams.html) + ------- ### Programming Languages / Compilers