Skip to content

Replacement Policy implemented in linux. Assigned 5/12/2020, Due 12/12/2020

Notifications You must be signed in to change notification settings

OmarHariry/Paging-and-Replacement

Repository files navigation

Paging-and-Replacement

It is required to simulate some of paging replacement algorithms. The required algorithms to be implemented are as follows: • Optimal • First In First Out (FIFO) • Least Recently Used (LRU) • Clock Compile the program using: make cat inputCLOCK.txt | ./lab4 | diff outputCLOCK.txt