Skip to content

In an operating system that uses paging for memory management, a page replacement algorithm is needed to decide which page needs to be replaced when new page comes in. If no frame is free, OS finds a page (victim frame) that is not currently being used and free it. OS frees a frame by writing its contents to swap space (virtual memory) and chang…

Notifications You must be signed in to change notification settings

omarmoh26/Page-Replacement-Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

About

In an operating system that uses paging for memory management, a page replacement algorithm is needed to decide which page needs to be replaced when new page comes in. If no frame is free, OS finds a page (victim frame) that is not currently being used and free it. OS frees a frame by writing its contents to swap space (virtual memory) and chang…

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages