Skip to content

SIIT CSS225 Operating System Project. Visualizing results of different Page Replacement Algorithms using Django web app.

Notifications You must be signed in to change notification settings

nutchanon-c/os_project_page_replacement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 

Repository files navigation

CSS225 Operating System Final Project

Project of Semester 2/2020

This is a project under the course CSS225 Operating System of Sirindhorn International Institute of Technology, Thammasat University (SIIT, TU)

About this project

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

Installing the Project

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

Running the Project

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

About

SIIT CSS225 Operating System Project. Visualizing results of different Page Replacement Algorithms using Django web app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published