Operating System/Assignment-3: Created by Dr. Trevor Bakker
Program that implements the FIFO, Optimal, MFU, and LRU page-replacement algorthims.
- With a given page-reference string, the code outpurs the number of page faults incurred by each algorithm.
- Condition - page number ranges from 0 to 9.
- How to calculate page-replacement algorithms.
The application is built in an omega server at UTA. In terminal:
gcc pf.c -o pf
pf datafile.txt
- Pratik Mahato - Team Member
- Dr. Trevor Bakker for providing small stub program to get started and his guidance throughout the assignment.