X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Thu, 26 Jan 2012 22:05:12 -0500 Message-Id: <201201270305.q0R35CAZ016436@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <5fb299ee-6e26-47d5-a7fd-d068e1160f53 AT k6g2000vbz DOT googlegroups DOT com> (message from RayeR on Thu, 26 Jan 2012 18:22:56 -0800 (PST)) Subject: Re: Abort when compiling using COFF debug format (-gcoff) References: <201201262112 DOT 52030 DOT juan DOT guerrero AT gmx DOT de> <5fb299ee-6e26-47d5-a7fd-d068e1160f53 AT k6g2000vbz DOT googlegroups DOT com> Errors-To: nobody AT delorie DOT com > BTW how can I change stack size for DJGPP programs? What is the > default value and is it constant for every program? There is a program called "stubedit" that comes with djgpp that allows you to change a few key settings for a given application, including the stack size. > What happen If I have less phisical RAM - will it use smaller stack > until crash or write an error and don't run at all? Physical RAM is irrelevent - you get as much stack space as you asked for, or the program won't run. If you don't have enough physical RAM, virtual RAM is used instead.