|
raoli
新手上路

积分 16
发帖 6
注册 2005-8-19
状态 离线
|
『楼 主』:
用ghost8.2企业版制作的启动盘
使用 LLM 解释/回答一下
用ghost8.2企业版制作的启动盘只含有一种网卡的驱动,我想把它改成包含好几种网卡的驱动启动盘,应该在这两个文件中怎么改呢
autoexec.bat
@echo off
prompt $p$g
\net\netbind.com
MOUSE.COM
echo Loading...
\ghost\ghost.exe
config.sys
DEVICE=\net\protman.dos /I:\net
DEVICE=\net\dis_pkt.dos
DEVICE=\net\e100b.dos
The original file content:
autoexec.bat
@echo off
prompt $p$g
\net\netbind.com
MOUSE.COM
echo Loading...
\ghost\ghost.exe
config.sys
DEVICE=\net\protman.dos /I:\net
DEVICE=\net\dis_pkt.dos
DEVICE=\net\e100b.dos
If you want to add other network card drivers, in autoexec.bat, after \net\netbind.com, you can add commands to load other network card drivers in sequence. For example, if there is another network card driver file like xxxx.com, you can add \net\xxxx.com. In config.sys, after DEVICE=\net\dis_pkt.dos, you can add DEVICE=\net\other_nic_driver.dos (replace other_nic_driver.dos with the actual file name of the other network card driver). But you need to make sure that the network card drivers are compatible and properly configured.
Translation:
autoexec.bat
@echo off
prompt $p$g
\net\netbind.com
MOUSE.COM
echo Loading...
\ghost\ghost.exe
config.sys
DEVICE=\net\protman.dos /I:\net
DEVICE=\net\dis_pkt.dos
DEVICE=\net\e100b.dos
If you want to change it to a boot disk containing drivers for several network cards, in these two files, in autoexec.bat, after \net\netbind.com, you can add commands to load other network card drivers one by one. For example, if there is another network card driver file like xxxx.com, you can add \net\xxxx.com. In config.sys, after DEVICE=\net\dis_pkt.dos, you can add DEVICE=\net\other_nic_driver.dos (replace other_nic_driver.dos with the actual file name of the other network card driver). But you need to ensure that the network card drivers are compatible and properly configured.
|
|
2005-11-8 11:38 |
|
|
raoli
新手上路

积分 16
发帖 6
注册 2005-8-19
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
没有那位可以帮一下吗,谢谢
Is there anyone who can help? Thank you
|
|
2005-11-8 14:19 |
|
|
raoli
新手上路

积分 16
发帖 6
注册 2005-8-19
状态 离线
|
|
2005-11-9 15:21 |
|
|
raoli
新手上路

积分 16
发帖 6
注册 2005-8-19
状态 离线
|
|
2005-11-10 11:03 |
|
|
raoli
新手上路

积分 16
发帖 6
注册 2005-8-19
状态 离线
|
|
2005-11-10 12:43 |
|
|
raoli
新手上路

积分 16
发帖 6
注册 2005-8-19
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
没有人愿意说说吗,给个提示也行呀
No one is willing to say anything, or just give a hint is also okay呀
|
|
2005-11-10 15:26 |
|
|
不得不爱
超级版主
         我爱DOS
积分 5310
发帖 2044
注册 2005-9-26 来自 四川南充
状态 离线
|
|
2005-11-10 17:17 |
|
|
不得不爱
超级版主
         我爱DOS
积分 5310
发帖 2044
注册 2005-9-26 来自 四川南充
状态 离线
|
|
2005-11-10 17:19 |
|