Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages