oem.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
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.
 
                                      ♦