virtual-memory-system-simulation
This project focuses on memory management within an operating system. Involves the design and implementation of the function(s) to complete a C/C++ program which simulates a virtual memory system. In this program I experiment with different page replacement algorithms such as LRU, FIFO and Clock.