Date: Wed, 18 Nov 1998 09:33:24 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Won-Seok Lee cc: djgpp AT delorie DOT com Subject: Re: About the possibility of RAM over 256MB In-Reply-To: <199811180629.PAA28560@inmac3.snu.ac.kr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Wed, 18 Nov 1998, Won-Seok Lee wrote: > I have heard that the DJGPP can > allocate up to 256MB RAM using cwsdpmi.exe. Is it right? > > If it is right, by what another method can I use RAM more than 256MB? Please read section 3.10 of the DJGPP FAQ list for the details. The short answer is that CWSDPMI needs source-level changes to break the 256MB limit, and those changes will make it quite a bit slower. I'm not aware of any other DPMI server that allows more than 256MB (many of them don't even allow 256MB). I guess you will need to go to another operating system (e.g. Linux) if you really need this as badly as it sounds.