Date: Mon, 26 Feb 1996 08:17:00 +0200 (IST) From: Eli Zaretskii To: Orlando Andico Cc: DJGPP Mailing List Subject: Re: dpmi invocations In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 26 Feb 1996, Orlando Andico wrote: > this stack? and how do I get a bigger one? (right now, I just memset() > the register struct to zero, then set up those which I need, which > doesn't include the stack register). If the default stack is enough, you could use `__dpmi_int' library function which zeroes the necessary parts of the structure for you. Makes your code smaller (hardly any program gets away without linking `__dpmi_int' anyway) and less cryptic.