Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 391 Bytes

File metadata and controls

7 lines (6 loc) · 391 Bytes

Operating System Project

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).