Date: Wed, 24 May 1995 15:03:18 +0800 (WST) From: Shri Rai Subject: Re: DJGPP crashes To: Eli Zaretskii Cc: djgpp AT sun DOT soe DOT clarkson DOT edu On Tue, 23 May 1995, Eli Zaretskii wrote: > > go32 (version 1.12.maint3) reports: > > Extended memory available 1020 Kb > ^^^^^^^^ > > for GCC, though. Didn't you say you have 2MB of RAM? If so, where > is the other 1 Meg? I have 2Mb of ram in term of ram chips > > Also, try invoking some other program, like Info or Diff. If this > also crashes, add ``topline'' to your GO32 environment variable and > tell us if the available RAM approaches zero. The format of the > topline display is explained in the FAQ, section 5.3. > They all crash with the unsupported int 0x06 message. When running gcc with no parameters, used physical memory is 124K and remaining physical memory is 1324K at crash. The topline display scrolls very fast so I have to use the pause button to read. The same problem as above when running gcc hello.c. Memory usage is the same as above. When running ar with no parameters, used memory is 104K and available memory is 1344K at crash. When running info same problem. used physical memory is 184K and remaining physical memory is 1264K at crash. At no time did available physical memory go below 1200K before or at crash time. My autoexec.bat file doesn't show the setup of the environment variables. I setup the environment variables for djgpp through a seperate batch file. Regards Shri