Skip to content

This program compares the performance of different page swapping algorithms.

Notifications You must be signed in to change notification settings

TyroYari/Page-fault-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Page Fault Algorithms README

Part of an operating systems job is to swap in pages of memory from the disk to main memory. This program compares the performance of different page replacement algorithms. The optimal algorithm looks into the future to make the perfect swapping selections. Although this can't be done in practice since the future may be unknown, it still acts as a good benchmark for algorithms that look in to the past (like LRU).




A makefile is provided, use the 'make' command to compile

About

This program compares the performance of different page swapping algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published