Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1 KB

File metadata and controls

44 lines (33 loc) · 1 KB

Multitasking-OS

Group Members

  • Cabili, Johan Marlo
  • Carandang, Matthew Ryan
  • Veracruz, Sean Riley

Project Structure

  • 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 Commands folder. This contains the different commands that each process uses.
  • After compiling, the executable file would be main.exe

How to Run?

A bash script is provided named compile. The file extension would change depending on the platform or OS your device is using.

  1. Make sure that you are in the correct folder. If not, kindly change the directory to Multitasking-OS.
cd Multitasking-OS
  1. Once you're in the folder, kindly run the following:

on Windows:

compile.bat

on MacOS:

./compile.sh
  1. This would generate a file named main.exe. Kindly run in by inputting the following to your terminal:

on Windows:

main.exe

on MacOS:

./main