Date: Tue, 17 Jul 2001 13:06:45 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Sterten cc: djgpp AT delorie DOT com Subject: Re: memory under DOS In-Reply-To: <20010717035259.10661.00004763@ng-fg1.aol.com> 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 17 Jul 2001, Sterten wrote: > When I boot my old DOS6.2 , then mem.exe /d always only shows > 64 MB of RAM , no matter how much RAM I actually installed. > > When I make a boot-disk with WIN98 , and boot from that disk , > then mem.exe shows all installed RAM. > > But my GCC203 programs still seem to use only 64MB under DOS. > While in a DOS window under WIN98 , they seem to make use of all > installed RAM. You don't say how much memory do you actually have installed. You also don't tell the contents of AUTOEXEC.BAT and CONFIG.SYS in both these configurations. Anyway, I'm guessing that what you see is a limitation of some memory manager(s) you load in the plain DOS configuration. See section 3.10 of the DJGPP FAQ list for more details and advice how to get more RAM for DJGPP programs.