This simulator works for:
1. First Come First Serve (FCFS)
2. Round Robin (RROB)
3. Priority (PRIO)
4. Longest Job First (LJF)
5. Shortest Job First (SJF)
algorithms.
The program is written for gcc linux compiler.
In input file a sequence of processes coming to the systems included, where also defined scheduler's algorithm and quantum of the system.
In the program RROB and PRIO algorithms are preemtive, others are non-preemtive.
After all the processes are finished, the statistics table with process name + response time is shown.
Actually it is a homework for operating systems lesson in Computer Science department of Dokuz Eylül University (Izmir/Turkey) was given in 2006 / 2007 winter semester.