home *** CD-ROM | disk | FTP | other *** search
- *** DoubleDOS Options Control File *****
-
- ;place a * at the beginning of a line to de-select an option
- ;remove the * to select an option
-
- menu = long ;use long format DoubleDOS menu
- * menu = short ;use short format DoubleDOS menu
- * menu = line1 ;put short menu on line 1 (1-48)
-
- display = default ;single display, whichever selected
- * display = mono ;system has monochrome adapter only
- * display = color ;system has color graphics adapter only
- * display = two ;system has two adapters and two displays
- * display = fast ;graphics adapter has fast update ability
-
- print buffer = 1 ;use 1k of RAM for printer buffer (1-64)
- ;a buffer is reserved only if print driver
- ;is clock or interrupt
-
- * print driver = direct ;use direct drive no buffer reserved
- print driver = interrupt ;use print buffer with interrupt drive
- * print driver = clock ;use print buffer with clock drive
- * print driver = bios ;use if none of the above work properly
-
- hot key = ALT ;key to activate keys below for
- * hot key = CTRL ;special functions
- * hot key = BREAK
- * hot key = LSHIFT
- * hot key = RSHIFT
-
- ;The keys below are used WITH the HOT KEY
-
- menu key = 83 ;DEL key calls DoubleDOS menu
- exchange key = 1 ;ESC key toggles tasks on/off screen
- suspend key = 58 ;Caps Lock key suspends / unsuspends
- ;INVISIBLE program
- clear key = 14 ;Backspace key clears contents of
- ;the keyboard type ahead buffer for
- ;the VISIBLE program
-
- * top program = ;startup commands to top memory section
- * bottom program = ;startup commands for bottom memory section
- ;multiple top or bottom program commands may
- ;be used to control startup
-
- * top size = half ;split available memory for auto startup
- ;can also specify size in 1k increments
- ;or use bottom size = 128 (minimum 48)
-
- ;see DoubleDOS manual for more configuration information and options