These are the Python implementations of FIFO, LRU and OPT page replacement algorithms
-
Updated
Jan 25, 2018 - Python
These are the Python implementations of FIFO, LRU and OPT page replacement algorithms
Kernel module and written report on page faults in a modern Linux system.
Applies various page replacement algorithms to a reference string and displays the number of page faults and where they occurred.
Program that implements the FIFO, Optimal, MFU, and LRU page-replacement algorithms.
Basic paging system, simulating page faults while reading a trace file. LRU and Second chance replacement algorithms can be tested with various parameters.
Implement an exec-loader in C that handles page faults
Command to show usage of memory on the whole system and on each process including memory usage, swap, cache and page faults.
Add a description, image, and links to the page-faults topic page so that developers can more easily learn about it.
To associate your repository with the page-faults topic, visit your repo's landing page and select "manage topics."