Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (19 loc) · 501 Bytes

readme.md

File metadata and controls

29 lines (19 loc) · 501 Bytes

Nachos

CSE 120 Project for UCSD

Install on the Lab Machines

To start and test:

$ git clone https://github.com/h8liu/nachos.git
$ cd nachos/code
$ make
$ cd threads
$ ./nachos

This should work on the ieng machines.

Install on a 64-bit Ubuntu

Nachos requires 32-bit headers and libraries. To install these on a Ubuntu 14.4 LTS 64-bit:

$ sudo apt-get install gcc-multilib g++-multilib lib32stdc++6

(Not sure if this works with other versions of Ubuntu or Linux dists.)