This project is for the Operating Systems course at Sogang University, South Korea.
Simply clone the project in order to download it. In /src/utils/pintos on line 259 you will need to change the path for the kernel.bin, likewise in /src/utils/Pintos.PM on line 362 you will need to change the path for the loader.bin.
Then from /src/utils/ you can run pintos.
Run the following command to install the required programs to run pintos.
sudo apt-get install qemu make binutils perl gdb
- Tommy Hansen - almyk
- Heerock Lee - leeheerock
This project is licensed under a variant of the BSD License - see the LICENSE.md file for details