Skip to content

A simulator for a demand paging memory management system.

Notifications You must be signed in to change notification settings

hs-harsh/OS-Ass4-Demand-Paging

Repository files navigation

Demand Paging Memory Management System

Write a simulator for a demand paging memory management system. The fol- lowing will be input parameters for your program:

• a file containing a list of processes and their sizes • a file containing a sequence of memory accesses in the following form: < pid >< logical address > • page replacement algorithms (implement FIFO, Optimal and LRU) • amount of RAM and swap available • number of TLB entries Your simulator should have data structures for per-process page tables, and the kernel frame table. The simulator’s output should report TLB hits/misses, and page faults for each process.

About

A simulator for a demand paging memory management system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages