|
原帖由 yjfok961 于 2008-6-28 04:43 PM 发表
...试不了,我的光驱不是SATA的。。。
嘿嘿,那偶告诉你吧,只需如此:device=gcdrom.sys /D:SATA-CD ,就可以了。在偶的戴尔机子上使用没有问题!
给你一点抄来的东东:
GCDROM -- DOS SATA Native IDE CD-ROM Disk Driver
===================================
1. General Description
-------------------
GCDROM is a DOS driver for PC system SATA Native IDE CD-ROM drives.
The source code derive from XCDROM22 Projects.
Not support Legacy PATA mode IDE CD-ROM.
2. Setup and Configuration
-----------------------
GCDROM is loaded by the CONFIG.SYS file, which must have a command line
similar to:
GCDROM is loaded by the CONFIG.SYS file, which must have a command line
similar to:
DEVICE[HIGH] = [path]GCDROM.SYS [/DeviceNm] [/CNm]
you can use switch "/CNm" to select target controller, default is "/C0"
Examples: DEVICE=C:\DOS\GCDROM.SYS
DEVICEHIGH=C:\BIN\GCDROM.SYS /D:CDROM1 /C0 |
|