Skip to content

piquepei/nachos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.)

About

CSE120 Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 48.0%
  • PostScript 21.9%
  • C 15.2%
  • TeX 10.7%
  • Assembly 2.7%
  • Makefile 1.5%