Projects

Nachos Code Distributions

The Java version of Nachos is available for you to download here: nachos-java.tar.gz (112 Kb gzipped tarfile). You can unpack this file using the command

  gzcat nachos-java.tar.gz | tar xf -
which will create the directory nachos. See the file README contained within the tarfile for information on using and compiling the code.

Java Distributions

The Java version of Nachos requires Java SE Java Development Kit 1.5 or later. If you are not using an instructional machine, you can download the appropriate Java SE JDK for your machine from here: http://www.oracle.com/technetwork/java/javase/downloads/index.html.

MIPS Cross-compilers

Nachos executes user applications on a simulated MIPS computer. In order to compile these programs, you need a MIPS cross-compiler. One is already installed on the instructional machines; if you are not using an instructional machine, you must download and install the appropriate cross-compiler from this page.

Projects

There are three projects. Each project has three components:
  1. A design document. You will meet with your TA to discuss your design about 7-10 days before your code is due for each project (phase) of Nachos.
  2. Project code.
  3. Project group member evaluations.

Group assignment for Nachos Projects

General Project Information

Project Grading

The design document will be worth 40% of the project grade, and the code itself will be worth the other 60%. You must turn in your initial design document in order to get a grade for the project.

Project Deadlines

You should submit assignments as early as possible to avoid submission problems. You can submit multiple times, however, only the last submission will be graded.

Assignments (design docs, code, and group evaluations) are due by 11:59pm on the due date.

Submission Instructions

Project Description