Giter Club home page Giter Club logo

nachos's Introduction

NachOS

2017 Farn Wang OS

Set-Up

  1. Get ready with a 32 bit Liunx environment on Virtual Machine. Here we use ubuntu 14.04 (32bit).
  2. Download the Nachos package and the cross compiler package from course.
wget http://cc.ee.ntu.edu.tw/~farn/courses/OS/OS2017/projects/project.1/mips-x86.linux-xgcc.tar.gz
wgat http://cc.ee.ntu.edu.tw/~farn/courses/OS/OS2017/projects/project.1/nachos-4.0.tar.gz
  1. Untar file
tar –zxvf nachos-4.0.tar.gz

move cross compiler to the root

sudo mv mips-x86.linux-xgcc.tar.gz /
tar –zxvf /mips-x86.linux-xgcc.tar.gz
  1. Set up the dependency
sudo apt-get install csh
sudo apt-get install g++
  1. Build make

Error

Due to the dependency, it occur an error when we make the test part. It shows that we still missing a dependency which is /usr/local/nachos. To solve this follow steps below.

  1. Download this repository either git clone or download zip is fine2. Go to nachos folder and move folder with sudo
cd ./NachOS-master/usr/local
sudo mv ./nachos /usr/local/
  1. Re-build again Make sure go back to previous nachos-4.0/code folder.

nachos's People

Contributors

coffeered avatar

Stargazers

Yu-Syuan Jhang avatar YCYao avatar

Watchers

James Cloos avatar  avatar Sung-Lin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.