This repository contains a Python project that simulates basic functionalities of an operating system. It's part of an Operating Systems course, and the primary focus is on understanding demand paging.
- Codebase Provided By: Sandy Bultena
- Course: Operating Systems
Before you begin, ensure you have the following installed:
- Python 3.x
python3 OS_test_project.pyContributions are welcome, especially in the areas of improving the MVP implementation, UI enhancements, and adding more tests. Please feel free to fork the repository, make your changes, and submit a pull request.
The original codebase was provided by Sandy Bultena. I have made modifications solely in the operating_system.py file to implement the assignment requirements.