Skip to main content.
Project 2: System Calls

Project 2: System Calls

Due: Wednesday, October 21

Set Up

  1. Copy /csdept/local/courses/cs330/handouts/bochs-2.6.tar.gz into your OSProjects directory.
  2. Extract the file using tar xfz bochs-2.6.tar.gz
  3. Modify your PathSetter.bash file by commenting out the original BOCHS_HOME and updating the BOCHS_HOME variable, as shown below:
    #export BOCHS_HOME=$OS_HOME/bochs-2.4.2
    export BOCHS_HOME=$OS_HOME/bochs-2.6
    

Project

Project

Submission

Copy your whole project2 directory into your turnin directory.

Grading (100 pts)

You will be graded on: