Date: Fri, 16 Sep 94 14:24:01 -0400 From: dj AT ctron DOT com (DJ Delorie) To: babcock AT cfa DOT harvard DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: GO32 paging algorithm The paging algorithm used to be round-robin. Pages would get selected in order, regardless of activity. The current algorithm is supposed to be LRU, with protection around IP and SS and the page being paged in. However, be aware that some access patterns will cause LRU to be worse than any other paging algorithm.