Path: utzoo!attcan!uunet!seismo!sundc!pitstop!sun!decwrl!labrea!rutgers!rochester!pt.cs.cmu.edu!b.gp.cs.cmu.edu!ralf From: ralf@b.gp.cs.cmu.edu (Ralf Brown) Newsgroups: comp.sys.ibm.pc Subject: Re: Processor Stack/Turbo C Keywords: Stack Size/Turbo C Message-ID: <3013@pt.cs.cmu.edu> Date: 16 Sep 88 17:54:08 GMT References: <3567@druhi.ATT.COM> <12769@iuvax.cs.indiana.edu> Sender: netnews@pt.cs.cmu.edu Organization: Carnegie-Mellon University, CS/RI Lines: 21 In article <12769@iuvax.cs.indiana.edu> bobmon@iuvax.UUCP (RAMontante) writes: }The variable _stklen is defined in dos.h as } extern unsigned _stklen; } }It defaults to 4K words; the minimum is 128 words. You choose your size by 4K *bytes*, minimum is 256 bytes. Maximum is 64K bytes, so the below WILL NOT WORK. } _stklen = 1048576; /* or whatever size you want... */ -- {harvard,uunet,ucbvax}!b.gp.cs.cmu.edu!ralf -=-=- AT&T: (412)268-3053 (school) ARPA: RALF@B.GP.CS.CMU.EDU |"Tolerance means excusing the mistakes others make. FIDO: Ralf Brown at 129/31 | Tact means not noticing them." --Arthur Schnitzler BITnet: RALF%B.GP.CS.CMU.EDU@CMUCCVMA -=-=- DISCLAIMER? I claimed something? -- {harvard,uunet,ucbvax}!b.gp.cs.cmu.edu!ralf -=-=- AT&T: (412)268-3053 (school) ARPA: RALF@B.GP.CS.CMU.EDU |"Tolerance means excusing the mistakes others make. FIDO: Ralf Brown at 129/31 | Tact means not noticing them." --Arthur Schnitzler BITnet: RALF%B.GP.CS.CMU.EDU@CMUCCVMA -=-=- DISCLAIMER? I claimed something?