From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: DosDoom Date: Wed, 18 Feb 1998 21:04:23 -0500 Organization: Two pounds of chaos and a pinch of salt. Lines: 26 Message-ID: <34EB9327.27D@cs.com> References: <6cfl21$kq5$1 AT news2 DOT ee DOT net> NNTP-Posting-Host: ppp227.cs.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Curtis W. Moore wrote: > > sense I can't email him, could somebody explain to me what he is talking > about ( stubedit ). If you have DJGPP, you have a tool called 'stubedit'. It is used to alter the runtime parameters of DJGPP programs by editing the 2k real mode stub that sets up DPMI and loads the actual program. Type 'stubedit' without arguments to learn how to use it. To change the stack of cc1.exe to 2048K, cd to your DJGPP 'bin' directory and type the following command: stubedit cc1.exe minstack=2048k To ensure that your changes worked, type: stubedit -v cc1.exe -- --------------------------------------------------------------------- | John M. Aldrich | "Be wary of strong drink. It can | | aka Fighteer I | make you shoot at tax collectors-- | | mailto:fighteer AT cs DOT com | and miss." | | http://www.cs.com/fighteer | - Lazarus Long | ---------------------------------------------------------------------