UIDE -SHSUCDX (Announce)
> I switched over to UIDE in my config.sys and now
> I cannot get SHSUCDX to load my DVD in autoexec.bat.
...
> Could I get some help here with
> the proper SHSUCDX paramerer string?
Here's the beginning of my CONFIG.SYS file. I don't do anything
too complicated:
;MEMORY MANAGEMENT:
device = c:\bootup\UMBPCI.SYS
device = c:\bootup\XMGR.SYS /W
;CD/DVD DRIVES:
devicehigh = c:\bootup\UIDEJR.SYS /D:CDROM001
install = c:\bootup\SHCDX33E.COM /D:CDROM001 /~ /V
Of course, substitute "c:\bootup\" with the path where your
drivers are located.
I don't really require caching, so i use UIDEJR just for a CD/DVD
driver. The most important thing here is to make sure the "/D:"
parameter matches *exactly* between the driver (UIDE) and
redirector (SHCDX) lines. (The "CDROM001" name is just what i
use -- you can use whatever legal name you want.)
I use UBMPCI to get upper memory blocks (UMBs), because i don't
want to be in virtual mode (like with EMM386).
The lines beginning with ";" are comments (descriptive only).
- Doug B.
Complete thread:
- UIDE -SHSUCDX - w3a537, 07.03.2011, 03:08 (Announce)
- UIDE -SHSUCDX - Doug, 07.03.2011, 06:15
- UIDE -SHSUCDX - w3a537, 07.03.2011, 06:42
- UIDE -SHSUCDX - w3a537, 07.03.2011, 23:44
- UIDE -SHSUCDX - Doug, 08.03.2011, 02:35
- UIDE -SHSUCDX - w3a537, 08.03.2011, 21:45
- UIDE -SHSUCDX - Doug, 08.03.2011, 02:35
- UIDE -SHSUCDX - Doug, 07.03.2011, 06:15