affanu02 / CPU-Schedualer-CIS-3110

Created a CPU scheduler from a programming course (CIS3110)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The program is a CPU scheduling algorithm that will complete the execution of a group
of multi threaded processes in an OS that understands threads. 

HOW TO COMPILE (in terminal):
    make all
    ./simcpu [-d] [-v] [-r] [a number] < textFile.textFile
    make clean

*everything in [] can be added or not, DO NOT ADD THE BRACKETS [] ITSELF*

restrictions:
- RR results are slightly skewed
- make sure to input into command line as shown above
- use of linked lists 

About

Created a CPU scheduler from a programming course (CIS3110)


Languages

Language:C 99.3%Language:Makefile 0.7%