Difference between revisions of "Operating Systems (Winter 2019)"

From Soma-notes
Jump to navigation Jump to search
Line 299: Line 299:
       </td>
       </td>
       <td>
       <td>
       <p>[[Operating Systems 2019W: Tutorial 1|Processes and System Calls]]
       <p>[[Operating Systems 2019W: Tutorial 1|TBD]]
       </p>
       </p>
       </td>
       </td>
Line 309: Line 309:
       </td>
       </td>
       <td>
       <td>
       <p>[[Operating Systems 2019W: Tutorial 2|3000shell.c]]
       <p>[[Operating Systems 2019W: Tutorial 2|TBD]]
       </p>
       </p>
       </td>
       </td>
Line 319: Line 319:
       </td>
       </td>
       <td>
       <td>
       <p>[[Operating Systems 2019W: Tutorial 3|3000test.c]]
       <p>[[Operating Systems 2019W: Tutorial 3|TBD]]
       </p>
       </p>
       </td>
       </td>
Line 329: Line 329:
       </td>
       </td>
       <td>
       <td>
       <p>[[Operating Systems 2019W: Tutorial 4|3000pc.c]]
       <p>[[Operating Systems 2019W: Tutorial 4|TBD]]
       </p>
       </p>
       </td>
       </td>
Line 339: Line 339:
       </td>
       </td>
       <td>
       <td>
       <p>[[Operating Systems 2019W: Tutorial 5|Linux kernel modules]]
       <p>[[Operating Systems 2019W: Tutorial 5|TBD]]
       </p>
       </p>
       </td>
       </td>
Line 349: Line 349:
       </td>
       </td>
       <td>
       <td>
       <p>[[Operating Systems 2019W: Tutorial 6|Filesystems]]
       <p>[[Operating Systems 2019W: Tutorial 6|TBD]]
       </p>
       </p>
       </td>
       </td>
Line 359: Line 359:
       </td>
       </td>
       <td>
       <td>
       <p>[[Operating Systems 2019W: Tutorial 7|Kernel memory management]]
       <p>[[Operating Systems 2019W: Tutorial 7|TBD]]
       </p>
       </p>
       </td>
       </td>
Line 370: Line 370:
       </td>
       </td>
       <td>
       <td>
       <p>[[Operating Systems 2019W: Tutorial 8|FUSE and kernel tracing]]
       <p>[[Operating Systems 2019W: Tutorial 8|TBD]]
       </p>
       </p>
       </td>
       </td>
Line 380: Line 380:
       </td>
       </td>
       <td>
       <td>
       <p>[[Operating Systems 2019W: Tutorial 8|FUSE and kernel tracing]]
       <p>[[Operating Systems 2019W: Tutorial 9|TBD]]
       </p>
       </p>
       </td>
       </td>

Revision as of 21:45, 1 January 2019

Course Outline

Here is the course outline for COMP 3000: Operating Systems.

Lectures, Tests, & Project

Note that the topics below are primarily chapters from the class textbook, Operating Systems: Three Easy Pieces. Note that while introductory and summary dialogues are not linked below, they are worth reading for an informal take on the material.

Assigned readings are subject to change, please check this page each week.

Date

Topic

Jan. 7

Lecture 1: Introduction

Jan. 9

Lecture 2: Process API

Jan. 14

Lecture 3: Processes

Jan. 16

Lecture 4

Jan. 21

Lecture 5

Jan. 23

Lecture 6

Jan. 28

Lecture 7

Jan. 30

Lecture 8

Feb. 4

Lecture 9

Feb. 6

Lecture 10

Feb. 11

Lecture 11: Midterm Review

Feb. 13

Midterm Exam

Feb. 25

Lecture 12

Feb. 27

Lecture 13

Mar. 4

Lecture 14

Mar. 6

Lecture 15

Mar. 11

Lecture 16

Mar. 13

Lecture 17

Mar. 18

Lecture 18

Mar. 20

Lecture 19

Mar. 25

Lecture 20

Mar. 27

Lecture 21

Apr. 1

Lecture 22

Apr. 3

Lecture 23

Apr. 8

Lecture 24

TBD

Final Exam

Tutorials

Each week you will get a progress grade from 0-4, given to you by a TA. If you are being diligent, you should be able to get 4's every week. The easiest way to get your grade is to come to tutorial and meet with your TA; alternately, you can meet a TA in their office hours or, at their discretion, discuss things with them online. Tutorials from before Test 1 should be completed by Test 1, and similarly tutorials for Test 2 should be completed before Test 2 (if you wish to receive credit).

Date

Tutorials

Jan. 14-16

TBD

Jan. 21-23

TBD

Jan. 28-30

TBD

Feb. 4-6

TBD

Feb. 25-27

TBD

Mar. 4-6

TBD

Mar. 11-13

TBD

Mar. 18-20

TBD

Mar. 25-27

TBD

Assignments

Assignments are due before class on the due dates (2:30 PM).

Due Date

Assignments

Jan. 26

Assignment 1

Feb. 10

Assignment 2

Mar. 7 Mar. 9

Assignment 3

Mar. 21

Assignment 4

Course Software

In this course we will primarily working with Ubuntu, a widely-used family of Linux distributions. We will be using Ubuntu Server on the SCS's Openstack installation (accessible only from the Carleton network).

You may use other Linux distributions to complete the assigned work; there will be differences, however, in some aspects (such as installing software), particularly if you use a distribution not based on Ubuntu or Debian.

Online Resources

Other than the textbook, there are many, many other good online sources of information about operating systems. Here are a few that may be of interest:

How to Succeed and How to Fail in COMP 3000

While the use of outside resources is acceptable, even encouraged, use them to achieve understanding rather than answers.

It is very possible to get full tutorial marks by doing little more than showing up, and assignments can be quickly finished (and you can even get most of the marks) by working with partners, looking at old assignments, and doing lots of online searches. If this is all you do, however, you will fail the tests and you won't get a very good grade in the course.

Successful students use the tutorials and assignments as learning opportunities. They look at the code and ask "what does that do?" - not just in a general sense, but by looking at every line and asking why it is there. They modify the code in order to better understand it, and when they are confused they ask questions until they get the answers they need. This sort of learning takes time, generally much more than the time allocated for lectures and tutorials. A tutorial is only "finished" when you understand essentially all the material in it - not when 80 minutes are up.

If you find you are confused about the concepts, make sure to read and review the textbook and the Linux man pages. They provide much deeper answers than most online resources. The tutorials are designed to help you ask the right questions - the textbook and manual pages (and the lectures) help provide the answers.

Take the tutorials seriously. Understand the answers for all the questions on the assignments. Use the textbook and manual pages. Ask questions.

Good luck!