Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 397 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 397 Bytes

Nachos

Installation

  1. sudo apt-get install build-essential git csh lpr libc6-dev-i386 gcc-multilib g++-multilib
  2. git clone https://github.com/kazemnejad/nachos.git
  3. cd nachos/Necessary_Packages
  4. tar -xf mips-x86.linux-xgcc.tgz
  5. cd nachos-3.4/code
  6. ./supermake

Note* Every time you build the project please use: ./supermake