Skip to content

janilcgarcia/ufms-so-2-t1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

page-simulator

Simulates a sequence of page requests using both LRU and FIFO algorithms.

To compile and run use these commands:

mkdir build
cd build
../configure
make -j5
src/pagesim

Unit tests are available for both algorithms in tests, to run them use make check.

About

A simulator for page swapping

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published