8000 GitHub - amygits/page-replacement: A program that simulates a page table using different page replacement algorithms
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

amygits/page-replacement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Page Replacement Algorithms

This program will simulate a page table using three different page replacement algorithms:

  • First In, First Out (FIFO)
  • Least Recently Used (LRU)
  • Most Frequently Used (MFU)

Arguments

  • Data file containing reference string

Usage: (Linux CLI)

  1. gcc Simulator.c Dataloader.c PageTable.c -o test
  2. ./test <data-filename>

About

A program that simulates a page table using different page replacement algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0