This project is aimed tp provide an education simulation of an Operating System(OS) with core components such as CPU scheduling, Memor management, and Process Control
How to Run Ensure you have Java installed on your system. Compile the Java files using a Java compiler (e.g., javac *.java). Run the main driver class to start the simulation (e.g., java Driver).