- Cabili, Johan Marlo
- Carandang, Matthew Ryan
- Veracruz, Sean Riley
- The source file would be the entire repository
Multitasking-OS. This contains all the source code that is required to run the program. - There is also a
Commandsfolder. This contains the different commands that each process uses. - After compiling, the executable file would be main.exe
A bash script is provided named compile. The file extension would change depending on the platform or OS your device is using.
- Make sure that you are in the correct folder. If not, kindly change the directory to
Multitasking-OS.
cd Multitasking-OS- Once you're in the folder, kindly run the following:
on Windows:
compile.baton MacOS:
./compile.sh- This would generate a file named main.exe. Kindly run in by inputting the following to your terminal:
on Windows:
main.exeon MacOS:
./main