https://github.com/chinmayshah99/walkenos
Simulation of running OS
https://github.com/chinmayshah99/walkenos
cpp os
Last synced: 9 months ago
JSON representation
Simulation of running OS
- Host: GitHub
- URL: https://github.com/chinmayshah99/walkenos
- Owner: chinmayshah99
- Created: 2018-04-10T09:18:43.000Z (about 8 years ago)
- Default Branch: new_master
- Last Pushed: 2019-01-09T18:16:13.000Z (over 7 years ago)
- Last Synced: 2025-07-02T09:41:36.639Z (about 1 year ago)
- Topics: cpp, os
- Language: C++
- Size: 2.93 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# walkenOS
Simulation of running OS
### Build Instruction:
Usage:
```
mkdir build
cd build
cmake ..
make
```
### Run Instruction
```
./os
```