Default config.sys file on the allegro – Juniper Systems Allegro DOS Manual User Manual
Page 90
90 Allegro DOS Owner’s Manual
The CONFIG.SYS fi le can also contain the following special
characters:
; Specifi es that the current line is a descriptive comment and should
not be carried out. Insert this character at the beginning of the line.
(You can also insert a comment by using the REM command.)
? Specifi es that DOS is to ask for confi rmation before carrying
out the current command. Insert this character immediately
after the command you want to prompt for, without any
intervening spaces, but before the equal sign (=). For example,
to have MS-DOS ask for confi rmation before carrying out the
DOS=HIGH command, you would change the command to
read: DOS?=HIGH. To have MS-DOS ask for confi rmation
before carrying out the DEVICEHIGH /L:1,7280=MYFILE.SYS
command, you would change the command to read as follows:
DEVICEHIGH?
/L:1,7280=MYFILE.SYS
Default CONFIG.SYS File on the Allegro
The CONFIG.SYS fi le is stored in the root directory of the C: drive.
A backup copy is also stored in the C:\UTIL directory. The fi le is
confi gured as follows:
device = C:\DOS\HIMEM.SYS/testmem:off
device = C:\DOS\EMM386.EXE on x=a000-c1ff x=e000-efff
noems
ram=c200-dfff
dos = high,umb
devicehigh=c:\dos\power.exe off
buffers = 20
fi les = 20
break = on
lastdrive = g
REM CardSoft(TM) 3.1 PCMCIA DRIVERS
devicehigh=C:\util\CARDSOFT\SS365SL.EXE
devicehigh=C:\util\CARDSOFT\CS.EXE
devicehigh=C:\util\CARDSOFT\CSALLOC.EXE
devicehigh=C:\util\CARDSOFT\ATADRV.EXE /S:1
devicehigh=C:\util\CARDSOFT\MTSRAM.EXE
devicehigh=C:\util\CARDSOFT\MTDDRV.EXE
devicehigh=C:\util\CARDSOFT\CARDID.EXE
REM End of card drivers
▲