Virtual memory operation simulator
-
Updated
Mar 25, 2019 - C
Virtual memory operation simulator
Little studies abouts operating systems (processes and memory) made for Operating Systems discipline at CEFET-MG
Translation of logical addresses to physical addresses, using translation lookaside buffer (TLB).
Implementação de um simulador de memória virtual, aplicando algoritmos de substituição de página LRU, NRU e Second Chance.
threads, processes, synching, deadlocks, and logical-physical addresses.
C program to simulate virtual memory mgt
Implementation of Copy-On-Write in xv6 kernel in C.
Simple C program to get physical address from user space through mmap
Memory management simulator, using Hashed Page Table. Page Replacement Algorithms: Least Recently Used (LRU) and Second Chance.
Add a description, image, and links to the physical-addresses topic page so that developers can more easily learn about it.
To associate your repository with the physical-addresses topic, visit your repo's landing page and select "manage topics."