Scheduling, synchronization and deadlocks
- Run
python generate_events.pyto create a file calledprocess.csv - Run
gcc fcfs_only.cfollowed by./a.outto simulate the processes using First Come First Server scheduling policy. - Run
gcc mlfq.cfollowed by./a.outto simulate the processes using the multi level feedback queue policy as mentioned in the problem statement.
-
Problem 2
Refer to file question02.c -
Problem 3
Refer to file OS Paper Summary