Date: Thu, 3 Jul 1997 09:27:58 -0400 (EDT) From: "Art S. Kagel" To: Dov Zandman Cc: djgpp AT delorie DOT com Subject: Re: VMM under djgpp In-Reply-To: <33B66089.7114@israel.sun.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sun, 29 Jun 1997, Dov Zandman wrote: > Good Morning > Does anyone know about Virtual Memory Manager under djgpp? DJGPP does not do its own VM, it uses DPMI services from any available DPMI host. Windows and QDPMI are two such and DJGPP supplies a free DPMI host called CWSDPMI which it will load into memory at execution time if no other DPMI server responds to its queries (CWSDPMI can be made memory resident also). CWSDPMI supports up to 256MB of physical memory plus up to 256MB of swap (limited by free disk space, the swap file is dynamically allocated) for a 512MB VM address space. Other DPMI servers have their own limits (I believe that Windows is limited to 64MB of VM for example). Have you read the appropriate FAQ and Info entries on this subject? After doing so let the list/newsgroup know what else we can tell you. Art S. Kagel, kagel AT bloomberg DOT com