Skip to content

zoo1/VMSim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VMSim

Virtual Memory replacement algorithm simulator written in python.

The following project simulates virtual memory by taking an input of address refferences and a selected replacement algorithm. The output is the number of page faults, writes to disk, and total memory accesses.

The supported replacement algorithms are:

  • Optimal
  • Clock
  • Aging
  • Least Recently Used

About

Virtual Memory replacement algorithm simulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages