Description: CPU Scheduler algorithms FCFS SJF Priority
This code is a simulation of all the Scheduling algorithms an OS uses. I have tried creating a Kernel, PCB, Queue, Scheduler etc. what all an OS needs to run and execute a piece of code. Right now the code just displays the file given to in the input, If we modify the code so that it can interpret the meaning of the file then it can execute the file and can become a sub OS or VirtualMachine like JVM
File list (Check if you may need any files):
CPU_Schedu2086451082007
.......................\@PSC_ReadMe_11742_3.txt
.......................\CPU
.......................\...\FCFS
.......................\...\....\FCFS.CPP
.......................\...\KERNEL.H
.......................\...\Mid-Term-Scheduler
.......................\...\..................\MTS.CPP
.......................\...\PCB.H
.......................\...\Priority
.......................\...\........\Priority.CPP
.......................\...\READYQUEUE.H
.......................\...\RR
.......................\...\..\RR.CPP
.......................\...\SCHEDULER.H
.......................\...\SJF
.......................\...\...\SJF.CPP
.......................\...\STRING.H
.......................\Read Me.txt