Basic OS implemented using Java.
Integrated Applications:
1.Text Editor 2.Terminal 3.File Explorer 4.Calculator 5.CPU Scheduling Algorithms
How to use :
Run os.java in src to run the Mini OS.
CPU Scheduling has been implemented. Only 4 processes at a time will run. (To change the max number of processes change the corresponding variable in scheduling.java)