From 4379b05264bff1fff0c36fec2f33866bd39f32d8 Mon Sep 17 00:00:00 2001 From: Zhongwei Yao Date: Mon, 12 Jan 2015 14:52:24 +0800 Subject: [PATCH 1/2] Add Operating System course cs4414 from University of Virginia. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d2998f5..f4964c2 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,10 @@ management, storage management, files, distributed systems, and case studies. - [Lectures and Recitation](http://www.ece.cmu.edu/~ece447/s14/doku.php?id=schedule) - [Homeworks](http://www.ece.cmu.edu/~ece447/s14/doku.php?id=homeworks) 7 HWs with answer set as well - [Readings] (http://www.ece.cmu.edu/~ece447/s14/doku.php?id=readings) +- [cs4414](http://rust-class.org/index.html) **Operating Systems** *University of Virginia* Lecture Videos Assignments + - A course covers topics include: Analyzes process communication and synchronization; resource management; virtual memory management algorithms; file systems; and networking and distributed systems. The primary goal of this course is to improve your ability to build scalable, robust and secure computing systems. It focuses on doing that by understanding what underlies the core abstractions of modern computer systems. + - [Syllabus](http://rust-class.org/pages/syllabus.html) + - [Lectures](http://rust-class.org/pages/classes.html) ------- From fb0b8f5b7042706cf27492e1ef017b32f80d5402 Mon Sep 17 00:00:00 2001 From: Zhongwei Yao Date: Mon, 12 Jan 2015 15:39:12 +0800 Subject: [PATCH 2/2] Update according to comments. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4964c2..ca9beda 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ management, storage management, files, distributed systems, and case studies. - [Homeworks](http://www.ece.cmu.edu/~ece447/s14/doku.php?id=homeworks) 7 HWs with answer set as well - [Readings] (http://www.ece.cmu.edu/~ece447/s14/doku.php?id=readings) - [cs4414](http://rust-class.org/index.html) **Operating Systems** *University of Virginia* Lecture Videos Assignments - - A course covers topics include: Analyzes process communication and synchronization; resource management; virtual memory management algorithms; file systems; and networking and distributed systems. The primary goal of this course is to improve your ability to build scalable, robust and secure computing systems. It focuses on doing that by understanding what underlies the core abstractions of modern computer systems. + - A course (that) covers topics including: Analysis process communication and synchronization; resource management; virtual memory management algorithms; file systems; and networking and distributed systems. The primary goal of this course is to improve your ability to build scalable, robust and secure computing systems. It focuses on doing that by understanding what underlies the core abstractions of modern computer systems. - [Syllabus](http://rust-class.org/pages/syllabus.html) - [Lectures](http://rust-class.org/pages/classes.html)