Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 169 → Rev 170

/files/floppy/autoexec.bat
12,10 → 12,16
DISPLAY CON=(EGA,,1)
 
REM *** CDROM initialization ***
IF NOT EXIST SVCD0001 DEVLOAD /Q /H A:\ELTORITO.SYS /D:SVCD0001
 
REM UDVD2 is called with /UX to DISABLE UltroDMA (force PIO mode). Otherwise
REM freezes happen when running VirtualBox (tested under vbox 5.0 and 5.1)
IF NOT EXIST SVCD0001 DEVLOAD /Q /H A:\UDVD2.SYS /D:SVCD0001 /UX
 
REM if UDVD2 failed, try using eltorito as last resort
REM under Virtualbox 6.0 eltorito leads to an empty drive
IF NOT EXIST SVCD0001 DEVLOAD /Q /H A:\ELTORITO.SYS /D:SVCD0001
 
REM enable the CD only if driver succeeded
IF EXIST SVCD0001 SHSUCDX /D:SVCD0001 /Q
 
A:\FDAPM APMDOS