CS520
Spring 2014
Laboratory 13
Monday April 28
This is an extended lab assignment that must be submitted prior to 8am on Thursday May 1.


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.

  • Submit your lab via:
    ~cs520/bin/submit lab13 simVM.c

  • Submissions can be checked by typing:
    ~cs520/bin/scheck lab13


    Last modified on April 23, 2014.

    Comments and questions should be directed to hatcher@unh.edu