• Stars
    star
    1
  • Language
    C
  • Created over 7 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.