home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 127.img / DDOS501.ZIP / DDCONFIG.SYS < prev    next >
Text File  |  1986-08-25  |  3KB  |  51 lines

  1. ***       DoubleDOS Options Control File      *****
  2.  
  3. ;place a  *  at the beginning of a line to de-select an option
  4. ;remove the  *  to select an option
  5.  
  6.   menu = long                     ;use long format DoubleDOS menu
  7. * menu = short                    ;use short format DoubleDOS menu
  8. * menu = line1                    ;put short menu on line 1 (1-48)
  9.  
  10.   display = default               ;single display, whichever selected
  11. * display = mono                  ;system has monochrome adapter only
  12. * display = color                 ;system has color graphics adapter only
  13. * display = two                   ;system has two adapters and two displays
  14. * display = fast                  ;graphics adapter has fast update ability
  15.  
  16.   print buffer = 1                ;use 1k of RAM for printer buffer (1-64)
  17.                                   ;a buffer is reserved only if print driver
  18.                                   ;is clock or interrupt
  19.  
  20. * print driver = direct           ;use direct drive no buffer reserved
  21.   print driver = interrupt        ;use print buffer with interrupt drive
  22. * print driver = clock            ;use print buffer with clock drive
  23. * print driver = bios             ;use if none of the above work properly
  24.  
  25.   hot key = ALT                   ;key to activate keys below for
  26. * hot key = CTRL                  ;special functions
  27. * hot key = BREAK
  28. * hot key = LSHIFT
  29. * hot key = RSHIFT
  30.  
  31.             ;The keys below are used WITH the HOT KEY
  32.  
  33.   menu key = 83                   ;DEL key calls DoubleDOS menu
  34.   exchange key = 1                ;ESC key toggles tasks on/off screen
  35.   suspend key = 58                ;Caps Lock key suspends / unsuspends
  36.                                   ;INVISIBLE program
  37.   clear key = 14                  ;Backspace key clears contents of
  38.                                   ;the keyboard type ahead buffer for
  39.                                   ;the VISIBLE program
  40.  
  41. * top program =                   ;startup commands to top memory section
  42. * bottom program =                ;startup commands for bottom memory section
  43.                                   ;multiple top or bottom program commands may
  44.                                   ;be used to control startup
  45.  
  46. * top size = half                 ;split available memory for auto startup
  47.                                   ;can also specify size in 1k increments
  48.                                   ;or use bottom size = 128  (minimum 48)
  49.  
  50. ;see DoubleDOS manual for more configuration information and options
  51.