『第 2 楼』:
 
 
使用 LLM 解释/回答一下
  
终于解决了,哈哈. 
 
主机是XP加GhostSrv 
 
 
用VPC2004虚拟机做客户机:     文件和配置如下 
 
在\drv目录下有如下文件: 
dc21x4.dos   网卡驱动 
dis_pkt.dos   NDIS转换PACKET 
ifshlp.sys        NDIS驱动必需要 
netbind.com  好像是协议绑定的工具,具体是什么不知道 高手指教 
protman.dos  不知道   高手指教 
protman.exe  不知道   高手指教 
protocol.ini    和网卡驱动匹配的。 
ghost.exe        
Wattcp.cfg   ghost的IP地址设置文件(如没有的话,就从DHCP上自获取ip) 
 
                                    config.sys内容如下 
device=\qhimem.sys 
device=\umbpci.sys 
device=\drv\protman.dos /I:\drv 
device=\drv\dis_pkt.dos 
device=\drv\ifshlp.sys 
device=\drv\dc21x4.dos 
 
第一,加载protman.dos   不知道这是干什么用的(高手指教) 
第二因为没有找到packet的网卡驱动,所以用先加载dis_pkt.dos把NDIS驱动转换Packet驱动。 
第三,加ifshlp.sys,好像用NDIS驱动都要用它,(具体干什么用的呢,高手指教) 
第四,加载网卡NDIS驱动。 
autoexec.bat内容如下: 
\drv\netbind.com  
\drv\ghost 
 
启动后选  ghostcast\Multicast 
输入你GHOST服务主机的会话名称,和IP地址(IP不输入好像也行) 
 
初步成功,要自动的话,加参数就可以了。 
Finally solved, haha. 
 
The host is XP plus GhostSrv 
 
Use VPC2004 virtual machine as the guest machine: The files and configurations are as follows 
 
Under the \drv directory, there are the following files: 
dc21x4.dos Network card driver 
dis_pkt.dos NDIS conversion PACKET 
ifshlp.sys NDIS driver is necessary 
netbind.com It seems to be a tool for protocol binding, I don't know what specifically. Experts, please teach 
protman.dos I don't know. Experts, please teach 
protman.exe I don't know. Experts, please teach 
protocol.ini Matches the network card driver. 
ghost.exe  
Wattcp.cfg IP address setting file for ghost (if not, it will obtain IP from DHCP by itself) 
 
                                    The content of config.sys is as follows 
device=\qhimem.sys 
device=\umbpci.sys 
device=\drv\protman.dos /I:\drv 
device=\drv\dis_pkt.dos 
device=\drv\ifshlp.sys 
device=\drv\dc21x4.dos 
 
First, load protman.dos I don't know what this is for (experts, please teach) 
Second, because the packet network card driver is not found, so first load dis_pkt.dos to convert the NDIS driver to the Packet driver. 
Third, add ifshlp.sys, it seems that all NDIS drivers need to use it, (what specifically is it for, experts, please teach) 
Fourth, load the network card NDIS driver. 
The content of autoexec.bat is as follows: 
\drv\netbind.com  
\drv\ghost 
 
After starting, select ghostcast\Multicast 
Enter the session name and IP address of your GHOST server host (IP may not need to be entered) 
 
Preliminarily successful, if you want to be automatic, you can add parameters. 
    
 
  
 |