Date: Wed, 14 Jun 2000 13:40:27 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Rinaldo Guaraldi cc: djgpp AT delorie DOT com Subject: Re: DOS executables under window/9x/NT BOX In-Reply-To: <3947348B.7AC24926@bologna.enea.it> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 14 Jun 2000, Rinaldo Guaraldi wrote: > Is there any memory limits in DOS executables > running under window/9x/NT BOX ? > Someone told me that MEM /c command show only > 64 Mb in machines with 128 Mb or more memory mounted. > I have to run dos executables with more than 64 Mb, > so I need your suggestions. Please take a look at Chapter 15 of the DJGPP FAQ list (v2/faq230b.zip from the same place you get DJGPP), it should answer all your questions in this matter. In a nutshell, there should be no problem using up to 128MB of memory in DJGPP programs, provided you set up your system accordingly (the FAQ explains how).