-
Notifications
You must be signed in to change notification settings - Fork 0
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…
omarmoh26/Page-Replacement-Simulator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published