harouwu / Mini-OS

An OS based on Nachos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MiniOs

============================= ##Installation

First clone the project to your local repository, using

git clone https://github.com/harouwu/Mini-OS.git

After cloning the project, go to code folder

cd code

Then the use MAKEFILE to compile the MiniOS

make

That's it!

About

An OS based on Nachos


Languages

Language:C++ 55.7%Language:Makefile 27.7%Language:C 12.9%Language:Assembly 3.8%