Quick Index
Meet the Niesens
Our Wedding
School, Employment, & Resume
Hobbies & Interests
Weekly Picture Archive
Recipes
Aldi
Product Reviews
Links
Mail to
Claus
Melissa
|
Computer Science 352 Programming Assignment
due Friday, May 10, 1996
This program simulates the
LRU page replacement algorithm. It analyzes the reference string for
page faults using the LRU page replacement algortihms for allocations of 7,
8, 9, 10, 11, 12, and 13 pages.
The reference string is:
0909(00191{11}1919(2229233{13}3{11}3114949445{10}595)m596)n
696969(777{12}798)n
The values of n and m are determined by you. Note that it will take a while
for large numbers.
Project handouts:
Project assignment
Simulated high level segment code
Simulated low level segment code
|