This is a project under the course CSS225 Operating System of Sirindhorn International Institute of Technology, Thammasat University (SIIT, TU)
Throughout the course, we studied on how operating systems work and manage stuff such as processes, memory management, virtual memory management, file systems, etc. The final project of this course is to choose a topic that we learned in class and try to visualize it. We chose the page replacement algorithm under the Virtual Memory Management.
This project is deployed here on Heroku
This project is created using Django web application.
To install and run this project, you would need to install the following:
Django
markdown2
You can install both using pip install django
and pip install markdown2
To run the project, simply open the directory and type the following command in the terminal
python manage.py runserver
Then go to the local url that the console shows.
The default path is 127.0.0.1:8000