Skip to content

harshulsoni/pageReplacementAlgorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

About

Page Replacement Algorithms - Operating System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors