Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

Latest commit

 

History

History
36 lines (36 loc) · 1.04 KB

README.md

File metadata and controls

36 lines (36 loc) · 1.04 KB

HCMUS

Not Another Completely Heuristic Operating System

NachOS

Table of contents

💡 How to use this repository

  • Update, install git and make:
sudo apt-get update
sudo apt-get install gcc
sudo apt-get install g++
sudo apt-get install git
sudo apt-get install make
  • Clone this repository:
# cd to your outer destination folder
git clone https://github.com/txuanson/nachos.git
  • Go to the code folder:
cd nachos-3.4/code
  • Build NachOS:
make
  • Run
# Available values for {app}: createfile - echo - cat - copy - delete
./userprog/nachos -d -rs 1023 -x ./test/{app}

📦 Setting up NachOS enviroment

🔨 Implements