Skip to content

Simulate LRU, Second chance algorithm and Hash page table

Notifications You must be signed in to change notification settings

nikossrp/OS-Hashed-Page-Tables

Repository files navigation

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)

About

Simulate LRU, Second chance algorithm and Hash page table

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published