Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 249 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 249 Bytes

Memory Management System Simulator using LRU / SC algorithm

Compile

make

Usage

./main -a algorithm -f frames -q quantum -m max_references

algorithm could be Second chance (sc) or Least Recently Used (lru)