- Student Name: Dilanga Algama (8253677)
- Student Name: Mokhtar Zehrawi (7308460)
gcc -pthread -o q3 Question3.c./q3 x(where x is an integer argument)
Two page-replacement algorithms are implemented, which are the FIFO and LRU page-replacement algorithms. Random page-reference string are used to each algorithm and the number of page faults incurred by each algorithm is recorded.
Repository from Github https://github.comdalgama/os-page-replacement-algo
gcc -pthread -o q3 Question3.c./q3 x (where x is an integer argument)Two page-replacement algorithms are implemented, which are the FIFO and LRU page-replacement algorithms. Random page-reference string are used to each algorithm and the number of page faults incurred by each algorithm is recorded.