From: rock2000 AT ntplx DOT com (Rock) Newsgroups: comp.os.msdos.djgpp Subject: Page Locking DOS memory Message-ID: <37a13b1b.5875209@news.ntplx.com> X-Newsreader: Forte Free Agent 1.11/32.235 Lines: 9 Date: Fri, 30 Jul 1999 05:46:46 GMT NNTP-Posting-Host: 204.213.189.34 X-Trace: news.ntplx.net 933357064 204.213.189.34 (Fri, 30 Jul 1999 13:51:04 EDT) NNTP-Posting-Date: Fri, 30 Jul 1999 13:51:04 EDT Organization: NETPLEX Internet Services - http://www.ntplx.net/ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I'm trying to lock a region of memory aquired through DPMI's 0x100 function (Allocate DOS memoy). When I try to lock this region, it fails. Do I need to lock DOS memory? (The DPMI spec says that DOS memory is locked by default on *SOME* DPMIs). I thought I was locking it previously, but I was doing it relative to DS's base. Now that I've corrected it, it doesn't lock. Rock