Operating Systems (Fall 2010): Difference between revisions
Created page with 'This will be the page for Fall 2010 OS' |
No edit summary |
||
Line 1: | Line 1: | ||
This | This is the main page for the Fall 2010 run of Carleton University's COMP 3000, Operating Systems. The instructor for this course is [http://people.scs.carleton.ca/~soma Anil Somayaji] | ||
==Course Outline== | |||
The course outline for this course can be found [http://www.scs.carleton.ca/courses/course_outline.php?Number=COMP%203000&Term=Fall&Year=2010 here] | |||
==Lectures and Deadlines== | |||
<table style="width: 100%;" border="1" cellpadding="4" cellspacing="0"> | |||
<tr valign="top"> | |||
<th> | |||
<p align="left">Date</p> | |||
</th> | |||
<th> | |||
<p align="left">Due/In Class | |||
</p> | |||
</th> | |||
<th> | |||
<p align="left">Topics</p> | |||
</th> | |||
<th> | |||
<p align="left">Readings</p> | |||
</th> | |||
</tr> | |||
<tr> | |||
<td> | |||
<p>Sept. 9th | |||
</p> | |||
</td> | |||
<td> </td> | |||
<td> | |||
<p>Class Outline | |||
</p> | |||
</td> | |||
<td> | |||
<p> | |||
</p> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td>Sept. 14th & 16th | |||
</td> | |||
<td> | |||
</td> | |||
<td>OS Overview | |||
</td> | |||
<td>Chap. 1 | |||
</td> | |||
</tr> | |||
<tr> | |||
<td>Sept. 19th & 21st | |||
</td> | |||
<td> | |||
</td> | |||
<td>Processes & Threads | |||
</td> | |||
<td>Chap. 2 | |||
</td> | |||
</tr> | |||
<tr> | |||
<td>Sept. 28th & 30th | |||
</td> | |||
<td> | |||
</td> | |||
<td>Processes & Threads (cont.) | |||
</td> | |||
<td>Chap. 2 | |||
</td> | |||
</tr> | |||
<tr> | |||
<td>Oct. 5th & 7th | |||
</td> | |||
<td></td> | |||
<td>File Systems | |||
</td> | |||
<td>Chap. 4 | |||
</td> | |||
</tr> | |||
<tr> | |||
<td>Oct. 10th & 12th | |||
</td> | |||
<td> | |||
</td> | |||
<td>File Systems (cont.) | |||
</td> | |||
<td>Chap. 4 | |||
</td> | |||
</tr> | |||
<tr> | |||
<td>Oct. 19th | |||
</td> | |||
<td> | |||
</td> | |||
<td>Midterm review | |||
</td> | |||
<td></td> | |||
</tr> | |||
<tr> | |||
<td>Oct. 21st | |||
</td> | |||
<td> | |||
</td> | |||
<td>Midterm exam | |||
</td> | |||
<td> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td>Oct. 26th & 28th | |||
</td> | |||
<td> | |||
</td> | |||
<td>Input/Output</td> | |||
<td>Chap. 5 | |||
</td> | |||
</tr> | |||
<tr> | |||
<td>Nov. 2nd & 4th | |||
</td> | |||
<td> | |||
</td> | |||
<td>Memory Management | |||
</td> | |||
<td>Chap. 3 | |||
</td> | |||
</tr> | |||
<tr> | |||
<td>Nov. 9th & 11th | |||
</td> | |||
<td> | |||
</td> | |||
<td>Memory Management (cont.) | |||
</td> | |||
<td>Chap. 3</td> | |||
</tr> | |||
<tr> | |||
<td>Nov. 16 & 18th | |||
</td> | |||
<td> | |||
</td> | |||
<td>Virtual Machines | |||
</td> | |||
<td>Section 8.3</td> | |||
</tr> | |||
<tr> | |||
<td>Nov. 23 & 25th | |||
</td> | |||
<td> | |||
</td> | |||
<td>Distributed OSs</td> | |||
<td>Section 8.4</td> | |||
</tr> | |||
<tr> | |||
<td>Nov. 30th | |||
</td> | |||
<td></td> | |||
<td>Security | |||
</td> | |||
<td>Chap. 9 | |||
</td> | |||
</tr> | |||
<tr> | |||
<td>Dec. 2nd | |||
</td> | |||
<td> | |||
</td> | |||
<td>The Future of Operating Systems | |||
</td> | |||
<td> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td>TBA | |||
</td> | |||
<td> | |||
</td> | |||
<td>Final Exam | |||
</td> | |||
<td> | |||
</td> | |||
</tr> | |||
</table> |
Revision as of 15:50, 13 September 2010
This is the main page for the Fall 2010 run of Carleton University's COMP 3000, Operating Systems. The instructor for this course is Anil Somayaji
Course Outline
The course outline for this course can be found here
Lectures and Deadlines
Date |
Due/In Class |
Topics |
Readings |
---|---|---|---|
Sept. 9th |
Class Outline |
|
|
Sept. 14th & 16th | OS Overview | Chap. 1 | |
Sept. 19th & 21st | Processes & Threads | Chap. 2 | |
Sept. 28th & 30th | Processes & Threads (cont.) | Chap. 2 | |
Oct. 5th & 7th | File Systems | Chap. 4 | |
Oct. 10th & 12th | File Systems (cont.) | Chap. 4 | |
Oct. 19th | Midterm review | ||
Oct. 21st | Midterm exam | ||
Oct. 26th & 28th | Input/Output | Chap. 5 | |
Nov. 2nd & 4th | Memory Management | Chap. 3 | |
Nov. 9th & 11th | Memory Management (cont.) | Chap. 3 | |
Nov. 16 & 18th | Virtual Machines | Section 8.3 | |
Nov. 23 & 25th | Distributed OSs | Section 8.4 | |
Nov. 30th | Security | Chap. 9 | |
Dec. 2nd | The Future of Operating Systems | ||
TBA | Final Exam |