Date: Thu, 12 Nov 1998 09:49:02 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Jonathan Villani cc: djgpp AT delorie DOT com Subject: Re: memcpy function or dosmemput(copying dpmi memory to DOS memory) In-Reply-To: <11n22.1121$4S.4437@weber.videotron.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Wed, 11 Nov 1998, Jonathan Villani wrote: > And my second question is : can we lock DOS memory. You don't need to do that: DOS memory is already locked. It cannot be any other way, since DOS lives in that memory, and DOS cannot be swapped out under DPMI, because DOS functions are used to read and write the swap file in the first place.