Date: Fri, 2 Sep 94 10:54:56 -0400 From: dj AT ctron DOT com (DJ Delorie) To: mjo AT mrao DOT cam DOT ac DOT uk Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Locking pages > Is there any provision to lock pages in memory under 1.12 running > without DPMI ? We use djgpp and if things start paging, the interrupt > handler gets paged out. There is no convenience function for it, but go32 knows to return "success" for those DPMI calls, even though it currently does nothing with them. Under real DPMI, the server will lock the pages.