Showing results for August 10, 2012 - The Old New Thing

Aug 10, 2012
Post comments count0
Post likes count0

How did real-mode Windows implement its LRU algorithm without hardware assistance?

Raymond Chen
Raymond Chen

I noted some time ago that real-mode Windows had to do all its memory management without any hardware assistance. And yet, along the way, they managed to implement an LRU-based discard algorithm. Gabe is really interested in how that was done. As we saw a few months ago, inter-segment calls were redirected through a little stub which either ju...

History