Date: Thu, 23 Jan 1997 17:00:58 +0200 (IST) From: Eli Zaretskii To: FVR cc: djgpp AT delorie DOT com Subject: Re: Access to more memory In-Reply-To: <5c6j1k$i4s@newton.pacific.net.sg> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 23 Jan 1997, FVR wrote: > leathm AT solwarra DOT gbrmpa DOT gov DOT au (Leath Muller) wrote: > > >> How to I access more memory with my programs using djgpp compiler. > > >More memory as in virtual memory (supported) or more than the 128Mb > >limit without virtual memory? > > Is there a limit of 128MB of RAM indeed? I thought that DJGPP ver. 2 > overcomes this limit. DJGPP can use all of the 4GB of the address space, but the maximum amount of memory supported by the DPMI host you use is another matter. CWSDPMI supports upto 128MBytes of RAM plus another 128MBytes of swap space, giving you upto 256MBytes of total virtual memory. Most other DPMI hosts support much less: for example Windows 95 only lets you use upto 64MBytes of physical+swap. > This is a part of faq202.txt file: Right, and it says exactly the above.