Don't forget to fork the project because you have to work on this project with your own team in your own repository during this semester
sudo apt-get install build-essentials git csh lprgit clone https://github.com/sarsanaee/Nachos_Operating_Systems_Fall_2016.gitcd Nachos_Operating_Systems_Fall_2016- Please extract source files from Necessary Package directory
tar -xf nachos.tar -C ../ #take care of the namesandtar -xf mips.tar -C ../ #again take care of the names - Go to the nachos-3.4 directory
cd nachos-3.4 - Look around the directories, README files and so on.
- Go to the code directory
cd code - Take a look at the prepfile.bash
cat prefile.bash - You already know what is the
makecommand so try it :) but do not expect everything goes well :))