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

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

Awesome Lists containing this project

README

          

# walkenOS
Simulation of running OS

### Build Instruction:
Usage:

```
mkdir build
cd build
cmake ..
make
```

### Run Instruction
```
./os
```