moulikbhardwaj / OSproject

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OS Project

Usage:

  1. Type make compile to compile the source codes
  2. Type make execute to execute the all binaries
    • You can also type make {name} for executing specific program, where {name} is the name of that program.
  3. Output will be stored in data/{name}/outputs/
  4. .txt file stores the output of scheduler, .png file stores the plotted gantt chart of the output.
  5. Type make clean to restore to initial states.

Or, Type make to do steps 1 to 5 automatically

About


Languages

Language:C++ 61.8%Language:Makefile 30.5%Language:Python 7.7%