Implement the virtual memory system, but only supporting round-robin replacement for pages and TLB entries. Also, you do not need to count disk writes.
Counting page faults will be worth 25 points. Counting TLB misses will be worth 25 points.
Please turn-off any debugging code before you submit your lab.
Also be sure you do not include a "main" function in your submitted code.
Comments and questions should be directed to hatcher@unh.edu