-
Notifications
You must be signed in to change notification settings - Fork 0
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.
vcheng3/Virtual-Memory-Manager
Folders and files
| Name | Name | 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
Watchers
Forks
Releases
No releases published