home *** CD-ROM | disk | FTP | other *** search
/ Hacker Chronicles 2 / HACKER2.BIN / 889.PRMSUP.98T / DDCONFIG.SYS < prev    next >
Text File  |  1987-08-26  |  3KB  |  59 lines

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