Date: Sat, 21 Oct 2000 21:42:44 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <1659-Sat21Oct2000214244+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.5h In-reply-to: (message from Damian Yerrick on Sat, 21 Oct 2000 18:14:40 GMT) Subject: Re: Announce: CWSDPMI r5 public beta References: <8sq0ld$208k$1 AT news DOT itfs DOT nsk DOT su> <39f05a6b DOT sandmann AT clio DOT rice DOT edu> <4331-Sat21Oct2000003828+0300-eliz AT is DOT elta DOT co DOT il> 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: Damian Yerrick > Newsgroups: comp.os.msdos.djgpp > Date: Sat, 21 Oct 2000 18:14:40 GMT > > On Sat, 21 Oct 2000 00:38:30 +0200, "Eli Zaretskii" > wrote: > > >How about a default that would leave enough DOS memory for some > >reasonable number of nested DJGPP programs (2? 3?), in addition to a > >CWSPARAM parameter that controls how much DOS memory can be used? > > To avoid problems like the Windows 2000 problem, I would set the > default to allow at least four programs (bash, make, gcc, cpp). If we want to allow compilation and link under Bash and Make, we need one more level, because GCC invokes the linker via collect2. That would require 4 nested programs, beyond the outermost one.