Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 463 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 463 Bytes

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