Skip to content

An OpenGL application that demonstrate various paging algorithm such as FIFO, LRU and Optimal Page Replacement.

License

Notifications You must be signed in to change notification settings

sharathbp/Paging-Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paging-Simulator

page An OpenGL application that demonstrate various paging algorithm such as FIFO, LRU and Optimal Page Replacement.

Requirements

For Windows:

  • Visual Studio or MinGW Compiler

For Linux:

  • gcc compiler and make

Dependencies

Installation

For Ubuntu :

  • sudo apt install freeglut3 freeglut3-dev
  • sudo apt install libglui2c2 libglui-dev

Tested on Ubuntu (gcc), Visual Studio (vc++) and MinGW Compiler

Build commands

For windows : make -f makefile.win

For linux: make -f Makefile

Preview

Paging

Controls

After Pressing start use:

'enter' : moves to next page in reference id

's' : searches for replacement page

About

An OpenGL application that demonstrate various paging algorithm such as FIFO, LRU and Optimal Page Replacement.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published