Xref: news-dnh.mv.net comp.os.msdos.djgpp:3730 Path: news-dnh.mv.net!mv!news.sprintlink.net!news.bluesky.net!solaris.cc.vt.edu!newsfeed.internetmci.com!news.sesqui.net!rice!news!sandmann From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: Stack size Date: Fri, 08 Dec 1995 21:40:32 CST Organization: Rice University, Houston, Texas Lines: 5 References: Reply-To: sandmann AT clio DOT rice DOT edu Nntp-Posting-Host: clio.rice.edu To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp In V1.x with non-DPMI, the stack is dynamically allocated. In V1.x with DPMI, and V2.0 (always DPMI) the stack is a fixed size. The default size is 256k; this can be changed by stubedit'ing the image, or by initializing the global variable _stklen to a constant.