paging-memory
There are 9 repositories under paging-memory topic.
zedtran/VirtualMemoryManagementSim
A C-Program that simulates Virtual Memory Management based on a text file input of logical addresses which represents sequential instructions with address range 0 thru 2^16 - 1. See the Project Report for more details regarding usage.
int-main/Page-Replacement-Algorithms-in-Python
These are the Python implementations of FIFO, LRU and OPT page replacement algorithms
SupraSummus/uffdw
userfaultfd wrapper
samiyaalizaidi/Paging-Simulator
A C-based paging simulator designed to implement and demonstrate the paging memory management technique.
Team-AlvarezChoque/Synchronization
Project part of Principles of Operating Systems (IC6600) course. That has the aim to learn about synchronization, semaphores, paging and segmentation of memory.
veydantkatyal/virtual-memory-management-system
simulates demand paging, page replacement algorithms, and memory protection to optimize memory usage, built using OS fundamentals in C.
nicolas-hernandez/Orga2-tp3-1c-2016
Monolithic kernel written in C and x86 assembly.
aroques/memory-management
Memory management project for Operating Systems class
csanjeev25/segmented-Paging
Simulating segmented Paging