Setting Size and Number of Internal StacksLast reviewed: July 17, 1997Article ID: Q58436 |
6.00 6.00a 6.00ax 7.00 | 1.00 1.50
MS-DOS | WINDOWSkbprg The information in this article applies to:
SUMMARYIn an MS-DOS application, if an INTERNAL STACK OVERFLOW system error occurs, the number and/or size of internal stacks in MS-DOS should be increased in the CONFIG.SYS file. The syntax for this is as follows
STACKS=number,sizewhere number = number of stacks (8-64, default 9) and size = size of the stacks (32-512, default 128).
MORE INFORMATIONThe following information was taken from "The MS-DOS Encyclopedia," page 805:
Each time certain hardware interrupts occur, . . ., MS-DOS Version 3.2 switches to an internal stack before transferring control to the handler that will service the interrupt. In the case of nested interrupts, MS-DOS checks to ensure that both interrupts do not get the same stack. After the interrupt has been processed, the stack is released. This protects the stacks owned by application programs or system device drivers from overflowing when several interrupts occur in rapid succession. . . . If too many interrupts occur too quickly and the pool of internal stack frames is exhausted, the system halts with the message INTERNAL STACK OVERFLOW. Increasing the number parameter in the stacks command usually corrects the problem. |
Additional reference words: kbinf 5.10 6.00 6.00a 6.00ax 7.00 1.00 1.50
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |