-
Notifications
You must be signed in to change notification settings - Fork 0
ryndshn/operating_systems_scheduler
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Ryan DuShane Professor Kanchi CS451 Assignment 2 README.txt To run compile the scheduler using "gcc main.c linkedlist.c". Then use "gcc prime_calc.c -oprime_calc.o" to compile the prime number calculator program. Run using "./a.out". Input the desired file name when prompted. The provided file is called "input.txt". The output file is named "gantt.txt". If you want to view the queue linkedlist while the program is running, uncomment the "printList()" call at the end of the "handleProcess()" function in the "main.c" file. This gives you a detailed read of the queue linkedlist while the program runs.
About
Process scheduler simulator written for CS451 (Operating Systems) at Kettering University
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published