8 results for “topic:pagefault”
page fault tracking tool
Memory management simulator, using Hashed Page Table. Page Replacement Algorithms: Least Recently Used (LRU) and Second Chance.
Implementation of three system calls and page fault handler on xv6 - 1. mmap() syscall 2. Page fault handler 3. munmap() syscall 4. freemem() syscall
Single header library to measure the number of pagefaults in any given code block.
Implementation of FIFO Algorithm in C
Implementação de um simulador de memória virtual, aplicando algoritmos de substituição de página LRU, NRU e Second Chance.
No description provided.
A C program designed to generate and demonstrate pagefaults. A hands-on educational tool for understanding virtual memory management, page swapping, and kernel behavior in Operating Systems.