|
ajee
初级用户
 
积分 113
发帖 5
注册 2002-12-31
状态 离线
|
『楼 主』:
初来,请问怎么在DOS下加入TCP/IP stack
使用 LLM 解释/回答一下
情大家介绍一下dos下的tcp/ip堆栈有没有免费的,以及怎么样加到freedos里面去,谢谢
Please introduce to everyone whether there are free TCP/IP stacks under DOS, and how to add them to FreeDOS, thank you
|
|
2002-12-31 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
有啊,比如www.wattcp.com
There is, for example, www.wattcp.com
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2002-12-31 00:00 |
|
|
ajee
初级用户
 
积分 113
发帖 5
注册 2002-12-31
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
解压之后的lib目录下的是我们所需要的文件吗?怎么直接copy到dos下面就可以了?
应该还要装一个什么packet driver吧?
Are the files in the lib directory after decompression what we need? Why can we just copy them directly to DOS? Should we also install a packet driver?
|
|
2003-1-2 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
当然需要Packet driver了,每个网卡都应该有的。
Of course, Packet driver is needed. Every network card should have it.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-1-2 00:00 |
|
|
ajee
初级用户
 
积分 113
发帖 5
注册 2002-12-31
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
晕,还是请你详细介绍一下在DOS下怎么安装packet driver,怎么样安装
wattcp吧。以前直接用windows所以对DOS没什么概念了
Oh, it's really dizzy. Still, please introduce in detail how to install the packet driver under DOS and how to install wattcp. I used to use Windows directly, so I have no concept of DOS before.
|
|
2003-1-2 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
Packet Driver是可执行文件,直接运行即可,也可以用LH命令加载。有时需要参数,例如安装的位置。比如我的几个网卡的Packet驱动程序的安装即分别为:
LH NE2000 0x60 (NE2000或兼容网卡)
LH DLKFET 0x60 (D-Link网卡)
LH FE100A 0x60 (SOHOware网卡)
LH SIS900 0x60 (SiS网卡)
等等...
只需加载相应网卡的Packet驱动程序即可,然后就可以运行相应的Wattcp程序了。具体请见它自己的说明。
Packet Driver is an executable file, which can be run directly or loaded with the LH command. Sometimes parameters are needed, such as the installation location. For example, the installation of the Packet drivers for my several network cards are respectively:
LH NE2000 0x60 (NE2000 or compatible network card)
LH DLKFET 0x60 (D-Link network card)
LH FE100A 0x60 (SOHOware network card)
LH SIS900 0x60 (SiS network card)
and so on...
Only the corresponding network card's Packet driver needs to be loaded, and then the corresponding Wattcp program can be run. For details, please refer to its own instructions.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-1-2 00:00 |
|
|
ajee
初级用户
 
积分 113
发帖 5
注册 2002-12-31
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
哦驱动我已经安装了。
下载到的Wattcp解压之后有个lib的目录,下面有三个文件:
wattcphg.lib wattcplg.lib wattcpsm.lib
是不是就是wattcp的协议实现啊?
你说的“运行相应的Wattcp程序”是什么?一般在MSDOS下使用TCP/IP协议的
软件换到wattcp下可以正常运行吗
Oh, the driver has been installed.
After decompressing the downloaded Wattcp, there is a lib directory with three files:
wattcphg.lib wattcplg.lib wattcpsm.lib
Are these the protocol implementations of wattcp?
What do you mean by "run the corresponding Wattcp program"? Generally, can software that uses the TCP/IP protocol under MSDOS run normally under wattcp?
|
|
2003-1-3 00:00 |
|
|
ajee
初级用户
 
积分 113
发帖 5
注册 2002-12-31
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
哦我知道了。不过我很想问问斑竹有没有WATTCP Programmer's Reference ?
Oh, I see. But I really want to ask the moderator if there is the WATTCP Programmer's Reference?
|
|
2003-1-3 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
要50元钱啊,我也没有。
It's 50 yuan, and I don't have it either.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-1-3 00:00 |
|