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

Not Another Completely Heuristic Operating System

Notifications You must be signed in to change notification settings

txuanson/nachos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Not Another Completely Heuristic Operating System

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published