Skip to content

Virtual Memory Manager. Implementation takes a sequence of page references as an input, as well as the number of available frames. It performs the placement of these pages to the available frames using the page replacement policy specified by the user.

Notifications You must be signed in to change notification settings

vcheng3/Virtual-Memory-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. To compile - g++ -std=c++11 main.cpp -o virtualmem

2. To run - ./virtualmem -f 3 -i test.txt -r LRU-REF8 

If for any reason, the file is not found, please try giving the full path of the file. 

About

Virtual Memory Manager. Implementation takes a sequence of page references as an input, as well as the number of available frames. It performs the placement of these pages to the available frames using the page replacement policy specified by the user.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors