Skip to content

Commit b9ba767

Browse files
committed
Merge pull request prakhar1989#39 from frankjwu/patch-1
Add MIT's 6.828 operating systems class
2 parents 25f6fec + 4dd8c20 commit b9ba767

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ Courses
4141
- MIT's graduate-level DS course with a focus on fault tolerance, replication, and consistency, all taught via awesome lab assignments in Golang!
4242
- [Assignments](http://css.csail.mit.edu/6.824/2014/labs/) - Just do `git clone git://g.csail.mit.edu/6.824-golabs-2014 6.824`
4343
- [Lectures](http://css.csail.mit.edu/6.824/2014/schedule.html)
44+
- [6.828](http://pdos.csail.mit.edu/6.828/2014/) **Operating Systems** *MIT*
45+
- MIT's operating systems course focusing on the fundamentals of OS design including booting, memory management, environments, file systems, multitasking, and more. In a series of lab assignments, you will build JOS, an OS exokernel written in C.
46+
- [Assignments](http://pdos.csail.mit.edu/6.828/2014/labguide.html)
47+
- [Lectures](http://pdos.csail.mit.edu/6.828/2014/schedule.html)
4448
- [SPAC](http://homes.cs.washington.edu/~djg/teachingMaterials/spac/) **Parallelism and Concurrency** *Univ of Washington*
4549
- Technically not a course nevertheless an awesome collection of materials used by Prof Dan Grossman to teach parallelism and concurrency concepts to sophomores at UWash
4650
- [15-749](http://www.andrew.cmu.edu/course/15-749/) **Engineering Distributed Systems** *Carnegie-Mellon University*

0 commit comments

Comments
 (0)