On 18/09/2019 12:15, Jon Brase wrote:
Under FreeDOS itself, I'm having a bit of trouble getting my CD drive set up.
Specifically, having just installed components through FDNPKG, I'm having to
write up my own FDCONFIG.SYS / FDAUTO.BAT, and I'm having trouble figuring out
which components are current and what their usage is from the documentation.
Here below is what I use in Svarog386 (svarog386.sf.net):
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
IF EXIST SVCD0001 SHSUCDX /D:SVCD0001 /Q
This needs to be placed in AUTOEXEC.BAT. Note that instead of doing a
"devload", you might just as well do a "DEVICE=" through CONFIG.SYS.
Mateusz
_______________________________________________
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user