This is the 4th (also the final) Experiment in Collaboration for Operating System course of IMU.
An interactive web application that visualizes page replacement algorithms in operating systems,especially FIFO、LRU、LFU、OPT.
- Interactive Visualization: Step-by-step simulation of page replacement algorithms with a dynamic table display.
- Algorithm Implemented:
- FIFO
- LRU
- LFU
- OPT
- Intuitive Graphics and Animation: Ability to watch each step or process automatically of the Intuitive Algorithms Simulation. Also the Intuitive graphics,which can watch and download.
- Django
- markdown2
Follow these steps to set up the project on your local machine.
git clone https://github.com/log1011z/OS-Page-Replacement-Simulator.git
cd OS-Page-Replacement-Simulator
python ./manage.py runserver
Thank you all:)
This project is licensed under the MIT License.