From fcce0f5c22100e1c8fab0a6a656c970d78dbc250 Mon Sep 17 00:00:00 2001 From: woodstok Date: Tue, 23 Jun 2015 11:18:07 -0400 Subject: [PATCH] Added video link for MIT 6.828 OS course Added a link to the 2011 videos page --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4f49d07..7bcb371 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,7 @@ Courses - 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. - [Assignments](http://pdos.csail.mit.edu/6.828/2014/labguide.html) - [Lectures](http://pdos.csail.mit.edu/6.828/2014/schedule.html) + - [Videos](http://pdos.csail.mit.edu/6.828/2011/schedule.html) Note: These are student recorded cam videos of the 2011 course. The videos explain a lot of concepts required for the labs and assignments. - [15-213](http://www.cs.cmu.edu/~213/) **Introduction to Computer Systems (ICS)** *Carnegie-Mellon University* Assignments Lecture Notes - The ICS course provides a programmer's view of how computer systems execute programs, store information, and communicate. It enables students to become more effective programmers, especially in dealing with issues of performance, portability and robustness. It also serves as a foundation for courses on compilers, networks, operating systems, and computer architecture, where a deeper understanding of systems-level issues is required. Topics covered include: machine-level code and its generation by optimizing compilers, performance evaluation and optimization, computer arithmetic, memory organization and management, networking technology and protocols, and supporting concurrent computation. - This is the must-have course for everyone in CMU who wants to learn some computer scienve no matter what major are you in. Because it's CMU (The course number is as same as the zip code of CMU)!