Skip to content

NickChapman/Paging-Simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run this program simply do

cmake .
make
./nlc35.exe <number of frames> <algorithm to use> [verbose]

Available algorithms:
	FIFO: First In, First Out
	GC: Global Clock
	LFU: Least Frequently Used
	LRU: Least Recently Used
	RAND: Random
	OWN: LRU Antithrashing

About

A simulation of various paging algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published