I'm having an issue getting the CDRom drivers to load on my PicoGUS 2.0 on my 486 Machine.
Specs:
Motherboard: Freetech/Flexus 486F38X
CPU: 486DX2-66
RAM: 64MB
Video: QDI S3VGA PS805 (VLB)
Sound: Soundblaster AWE64 Value
I/O: DTC2278E (VLB)
OS: DOS 6.22
Driver: CDMKE.SYS from PicoGUS wiki
Autoexec.bat:
@ECHO OFF
PROMPT $p$g
SET PATH=C:\WINDOWS;C:\DOS
SET TEMP=C:\DOS
SET CTCM=C:\CTCM
SET SOUND=C:\SB16
SET BLASTER=A220 I7 D1 H7 P300 E620 T6
SET MIDI=SYNTH:1 MAP:E MODE:0
LH C:\CTCM\CTCU /S
LH C:\SB16\DIAGNOSE /S
LH C:\SB16\AWEUTIL /S
LH C:\SB16\MIXERSET /P /Q
LH C:\CTMOUSE\CTMOUSE.EXE /S1
LH C:\DOS\MSCDEX /D:MSCD000
Config.sys:
DOS=HIGH,UMB
FILES=40
BUFFERS=40
STACKS=9,256
LASTDRIVE=H
DEVICE=C:\DOS\HIMEM.SYS /TESTMEM:OFF
REM DEVICE=C:\DOS\EMM386.EXE RAM
DEVICEHIGH=DOSEIDE.SYS /2
DEVICEHIGH=C:\DOS\CDMKE.SYS /P:250 /D:MSCD000 /Q
DEVICEHIGH=C:\CTCM\CTCM.EXE
All the other modes work fine on the PicoGus (I use it often with my MT-32Pi), I can see all the images on my USB stick, and I can switch between them. The problem is that when the CDMKE.SYS comes up to load during boot, it gives back an error that states "Interface Board or CD-Rom Drive is not ready". I tried different things with my AUTOEXEC.BAT and CONFIG.SYS files but nothing worked so far. I even tried the CDGOD disk with several different drivers, but none of them can detect the PicoGUS virtual CD. Anyone got any suggestions?