CSC369H Fall 2011: Reference Material

Overview

For most of the assignments in this course, you will be writing parts of a realistic operating system called os161. To make your life a little easier, this operating system runs within a simulator called sys161. You need 3 applications to be able to work on your assignments:

You will also need the os161 source code which will be given to you in a repository.

Getting Started

There are different instructions for setting up the applications you need depending on where you want to do your work. Remember that your code will be tested on the lab machines, so you should at least make sure it is working there. Although it takes some time to install the appropriate applications on your own machine, it is certainly possible to get everything running on your own computer.

Help with os161 relevant to assignments

Useful Tools