You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.