Skip to content

Created a CPU scheduler from a programming course (CIS3110)

Notifications You must be signed in to change notification settings

affanu02/CPU-Schedualer-CIS-3110

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published