An open API service indexing awesome lists of open source software.

https://github.com/donosonaumczuk/nodos

Operative System developed for OS ITBA Subject
https://github.com/donosonaumczuk/nodos

mutex os pipes scheduler semaphores threads

Last synced: 1 day ago
JSON representation

Operative System developed for OS ITBA Subject

Awesome Lists containing this project

README

          

# nodOS

Operative System developed for OS ITBA Subject. Based on Computer Architecture subject practical work.

## How to install and run nodOS

You need Ubuntu 16.04 LTS.

##### Install the following packages:

nasm qemu gcc make git

##### Clone repository:

git clone https://github.com/DonosoNaumczuk/nodOS.git

##### Then execute the following commands:

cd nodOS/Toolchain/
make all
cd ..
./run.sh