Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virtual-Memory

  1. Page Replacement Algorithms
  • Implemented different page replacement algorithms like FIFO, LFU, LRU and Second Chance algorithms
  • Compared their performances and calculated the number of page faults generated for each algorithm
  1. Address Translation
  • Translated virtual address to physical address
  • List of virtual addresses (logical address) in ‘address.txt’.
  • Calculated TLB hit / TLB miss and PAGE TABLE hit / PAGE TABLE miss

About

Virtual Memory Simulation

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages