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
- Host: GitHub
- URL: https://github.com/donosonaumczuk/nodos
- Owner: donosonaumczuk
- Created: 2018-04-12T19:08:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-06T22:05:59.000Z (over 7 years ago)
- Last Synced: 2025-01-03T21:42:38.704Z (10 months ago)
- Topics: mutex, os, pipes, scheduler, semaphores, threads
- Language: C
- Homepage:
- Size: 472 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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