/pageReplacementAlgorithms

Page Replacement Algorithms - Operating System

Primary LanguageHTML

#pageReplacementAlgorithms

Implementation of Page Replacement Algorithms as part of my Operating System Course.

This Project only supports linux
Run command in bash: "python server2.py && g++ mainprogram.cpp && chmod +x a.out && ./a.out && python ../command.py"
enter input in the following format: pageTableSize, FrameListSize, FrameList (ALL Seperated by commas);
close server by using ctrl-c
open data/menu.html to open output