From: Andrew Crabtree Message-Id: <199704221640.AA156637222@typhoon.rose.hp.com> Subject: Re: locking memory for real mode callbacks To: asu1 AT cornell DOT edu Date: Tue, 22 Apr 1997 9:40:22 PDT Cc: djgpp AT delorie DOT com In-Reply-To: <335BF2D2.7286@cornell.edu>; from "A. Sinan Unur" at Apr 21, 97 7:05 pm Precedence: bulk > do i need to lock conventional memory at the segment:offset returned by > this function? if so, what size should i assume? (this could probably be I remember asking this same question a while ago and the consensus was that conventional memory did not need to be locked as no memory manager would ever page it out. Andrew