Date: Wed, 21 Jul 1999 11:09:01 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: varobert AT colba DOT net cc: djgpp AT delorie DOT com Subject: Re: DPMI-Alloc with 192MB RAM - how ? In-Reply-To: <3.0.32.19990720233830.007b3380@mail.colba.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 20 Jul 1999 varobert AT colba DOT net wrote: > DJGPP can only reconise the first 128MB of physical and virtual RAM. So you > can only use the first 128MB of memory you have. Not true. DJGPP has no internal limits on the memory size, except the basic 2GB limit of 32-bit address space. CWSDPMI supports up to 256MB of RAM, see the FAQ. (There are some known bugs in CWSDPMI when you approach the 256MB limit, though. These should be fixed with the next release of CWSDPMI.)