help.hlp (Table of Contents; Topic list)
STACKS
Notes  Example
────────────────────────────────────────────────────────────────────────────
 
                                   STACKS
 
Supports the dynamic use of data stacks to handle hardware interrupts. You
can use this command only in your CONFIG.SYS file.
 
Syntax
 
    STACKS=n,s
 
Parameters
 
n
    Specifies the number of stacks. Valid values for n are 0 and numbers in
    the range 8 through 64.
 
s
    Specifies the size (in bytes) of each stack. Valid values for s are 0
    and numbers in the range 32 through 512.
 
                                      ♦