『第 4 楼』:
使用 LLM 解释/回答一下
好像要配合OAKCDROM.SYS才可使用吧!!
这些文件在大多数DOS启动盘都有的,比如MSDOS7.1
看来现在大家都对dos不熟悉了啊。
如果要用软盘启动的话,需要在启动盘上写入光驱驱动程序,通用的光驱驱动程序可以从网上下载,win98启动光盘用的驱动文件名是oakcdrom.sys,然后将himem.sys、mscdex.exe、oakcdrom.sys这三个文件拷入启动盘,编辑软盘上的config.sys文件,写入下面两行:
device=himem.sys
device=oakcdrom.sys /d:cd01
再编辑软盘上的autoexec.bat文件,写入下面一行:
mscdex.exe /d:cd01
这样再用这张软盘启动,就可以访问光驱了,光驱盘符在启动时会显示,按显示的盘符访问就行了。
不知说得对不对,反正我就是这样做的!如说得不妥还请指正!!<img src="images/smilies/face-smile-big.png" align="absmiddle" border="0">
注:启动盘请在我的签名中找,很多的!
Last edited by afnspy on 2006-7-11 at 18:59 ]
It seems that it needs to be used in conjunction with OAKCDROM.SYS!!
These files are available on most DOS boot disks, such as MSDOS7.1
It seems that everyone is not familiar with DOS now.
If you want to boot with a floppy disk, you need to write the CD-ROM driver program on the boot disk. The general CD-ROM driver program can be downloaded from the Internet. The driver file name used by the Windows 98 boot CD is oakcdrom.sys. Then copy the three files himem.sys, mscdex.exe, and oakcdrom.sys into the boot disk. Edit the config.sys file on the floppy disk and write the following two lines:
device=himem.sys
device=oakcdrom.sys /d:cd01
Then edit the autoexec.bat file on the floppy disk and write the following line:
mscdex.exe /d:cd01
In this way, when you boot with this floppy disk, you can access the CD-ROM. The CD-ROM drive letter will be displayed when booting. Just access it according to the displayed drive letter.
I don't know if it's correct. Anyway, that's how I do it! If there's anything inappropriate, please correct it!! :D
Note: The boot disks can be found in my signature, there are many!
Last edited by afnspy on 2006-7-11 at 18:59 ]
|