home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / config / stacks.hlp < prev    next >
Encoding:
Text File  |  1989-01-01  |  1.0 KB  |  18 lines

  1. STACKS=n,c                                                      [new DOS 3.2]
  2.  
  3. STACKS allows you to specify the number of interrupts that can be stacked for 
  4. later processing. An interrupt causes the computer to stop whatever it was 
  5. doing, save some information, and decide what to do about the interrupt that 
  6. has just occurred. Then, it uses the information saved to return to what it 
  7. was doing before the interrupt occurred. Multiple interrupts may need to be 
  8. stacked in case an interrupt occurs while it is still deciding what to do 
  9. about a previous interrupt. STACKS=0,0 will save some memory, but may cause 
  10. nested interrupts to be lost.
  11.  
  12. n specifies the number of interrupts to stack, 8-64. Default is 9. Really 
  13.     fast typists may need more, or running a communications program with 
  14.     PRINT installed may cause the "Internal Stack Failure" message.
  15.  
  16. c specifies the number of characters saved for an interrupt, 32-512. Default 
  17.     is 128. It should be a multiple of 32.
  18.