- Clone this repo
- Run Docker daemon
docker build -t multiprocessor-image .
- this will build the Docker image
./run.sh
make clean
make debug
gdb ./os-sim
To run the program manually:
tui enable
- to see the program runs line by linerun <num of CPUs>
python3 test.py