Added CSE 421/521 Operating systems course by UB

This commit is contained in:
Aniruddh Adkar 2016-02-17 22:12:22 -05:00
parent 3bafe27425
commit d4b686f473

View File

@ -150,6 +150,16 @@ Courses
- [Video lectures](http://www.distributed-systems.net/courses/ds/ds-screencasts/)
- [Exams](http://www.distributed-systems.net/courses/ds/ds-exams/)
- [CSE 421/521 Spring 2016:ops-class.org](https://www.ops-class.org/courses/buffalo/CSE421_Spring2016/) **Introduction to Operating Systems** *SUNY University at Buffalo, NY* <img src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f4f9.png" width="20" height="20" alt="Lecture Videos" title="Lecture Videos" /> <img src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f4bb.png" width="20" height="20" alt="Assignments" title="Assignments" /> <img src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f4dd.png" width="20" height="20" alt="Lecture Notes" title="Lecture Notes" />
- This course is an introduction to operating system design and implementation. We study operating systems because they are examples of mature and elegant solutions to a difficult design problem: how to safely and efficiently share system resources and provide abstractions useful to applications.
- For the processor, memory, and disks, we discuss how the operating system allocates each resource and explore the design and implementation of related abstractions. We also establish techniques for testing and improving system performance and introduce the idea of hardware virtualization. Programming assignments provide hands-on experience with implementing core operating system components in a realistic development environment. Course by [Dr.Geoffrey Challen](https://blue.cse.buffalo.edu/people/gwa/)
- [Syllabus](https://www.ops-class.org/courses/buffalo/CSE421_Spring2016/)
- [Slides](https://www.ops-class.org/slides/)
- [Video lectures](https://www.youtube.com/playlist?list=PLE6LEE8y2Jp-kbEcVR2W3vfx0Pdca0BD3)
- [Assignments](https://www.ops-class.org/asst/0/)
- [Old Exams](https://www.ops-class.org/exams/)
-------
### Programming Languages / Compilers