Date: Sat, 22 Jun 2002 20:16:51 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: clc5q AT cobra DOT cs DOT Virginia DOT EDU Message-Id: <1659-Sat22Jun2002201650+0300-eliz@is.elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: (clc5q AT cobra DOT cs DOT Virginia DOT EDU) Subject: Re: DOS Protected Mode Services under Windows XP References: 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 > From: clc5q AT cobra DOT cs DOT Virginia DOT EDU > Newsgroups: comp.os.msdos.djgpp > Date: 22 Jun 2002 15:53:21 GMT > > When I run go32-v2, it tells me I have 136MB of DPMI memory available, > but 0KB of swap space. (The laptop has 256 MB of DRAM). This is normal on all versions of Windows that are descendants of NT. Don't worry about that, you do have access to all the memory installed on your machine, it's just that the DPMI host lies about how much is there. > gcc 2.95.3 is > failing to compile a very large function in one of my C source files > (it will produce a few hundred KB of object code in a single > function.) The failure is silent; make shows that the compilation is > occurring, then it simply stops and does not continue any further in > the makefile, with no messages. I think that's because you have an old binary of GCC. Be sure to get the latest one, there are numerous fixes for XP-specific problems.