China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --

Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!

中国DOS联盟论坛
The time now is 2026-06-25 19:08
中国DOS联盟论坛 » DOS媒体世界 & 网络技术 (多媒体室) » Universal network boot disk, automatic network card detection, perfect support for NVIDIA network cards View 3,486 Replies 12
Original Poster Posted 2007-08-23 10:43 ·  中国 福建 宁德 电信
初级用户
★★
Credits 178
Posts 85
Joined 2006-07-06 15:25
19-year member
UID 58125
Status Offline
Hehe, there aren't many people making universal network boot disk images. Using this thing, you can connect to Windows shared resources under DOS. Let's talk about the features:

The batch files inside are not encrypted and have Chinese annotations. Those who want to understand the workflow can look at them themselves. The netboot.txt in wbat.rar inside is for interface configuration, and you can modify it yourself.

Other universal network cloning tools or network boot disks use DETPCI.SYS from Ghost Enterprise Edition to detect network cards, so the number of network cards recognized is limited by DETPCI.SYS and cannot be expanded or added. Our network card detection module is written by ourselves. Because in terms of the number of network cards recognized, it can be said to be infinitely expandable. As long as you report the Vendor ID and Device ID of the network card, as long as the manufacturer has an NDIS2 driver, it can be added. It also supports nVidia network cards very well, and there's no need to specify it in the Config.sys menu.

The interface is all in Chinese, which is of course more convenient than all in English.

NetBeui and IPX are outdated protocols, so they are no longer supported, only TCP/IP protocol is supported. Also, it saves some memory.

Usage method:
After the network enters the DOS prompt after setting, you can use net use drive letter \\computer name\shared resource name to map the network shared resource. For example, net use z: \\server\d

Solution for not being able to connect to XP shared resources:
Because XP doesn't enable network sharing by default, sometimes you may need to set it:
1. First set sharing, which is the things in "Share and Security" by right-clicking on the drive letter or folder.

2. Right-click on "My Computer", select "Computer Management" - "Local Users and Groups" - "Users" in the menu, double-click the GUEST account, and uncheck "Account is disabled".
3. Run the Group Policy Editor gpedit.msc, open "Computer Configuration" - "Windows Settings" - "Security Settings" - "Local Policies" - "User Rights Assignment", and if there is a GUEST user in "Deny access to this computer from the network", delete the GUEST.

4. Open "Computer Configuration" - "Windows Settings" - "Security Settings" - "Local Policies" - "Security Options", and set both "Don't allow anonymous enumeration of SAM accounts" and "Don't allow anonymous enumeration of SAM accounts and shares" to "Disabled".

Download address: http://www.mousedos.com/temp/netboot1.img

[ Last edited by zqlcch on 2007-8-28 at 04:05 PM ]
Attachments
1.jpg
2.jpg
Floor 2 Posted 2007-08-28 00:59 ·  中国 陕西 西安 电信
初级用户
Credits 94
Posts 36
Joined 2005-09-19 01:08
20-year member
UID 42619
Status Offline
Such a good thing no one wants?

I downloaded it, took a quick look, the owner's style is a bit like mine...

It should be a good thing. I used to feel that the ones making network card drivers from MaxDOS are quite complete, just not convenient to port.

Thank you,楼主. I'll study it when I have time.
Floor 3 Posted 2007-08-28 22:05 ·  中国 中电华通
初级用户
Credits 22
Posts 11
Joined 2006-11-16 07:52
19-year member
UID 70660
Gender Male
Status Offline
Already used it, this is a great thing!
Floor 4 Posted 2007-09-08 00:07 ·  中国 广东 电信
初级用户
Credits 186
Posts 36
Joined 2003-10-02 00:00
22-year member
UID 10609
Gender Male
Status Offline
Other universal network cloning tools or network boot disks use the DETPCI.SYS that comes with Ghost Enterprise Edition to implement network card detection. Therefore, the number of network card identifications is limited by DETPCI.SYS and cannot be expanded or added. Our network card detection module is written by ourselves. Because in terms of the number of network card identifications, it can be said to be infinitely expandable. As long as you report the Vendor ID and Device ID of the network card, as long as the manufacturer has an NDIS2 driver, it can be added. It also supports nVidia network cards very well, and there is no need to specify it in the Config.sys menu.

Wrong, DETPCI.SYS can also be infinitely expanded
Floor 5 Posted 2007-09-08 12:38 ·  中国 浙江 杭州 阿里云
初级用户
★★
Credits 178
Posts 85
Joined 2006-07-06 15:25
19-year member
UID 58125
Status Offline
Can detpci also achieve this? Please inform. Currently, the network card of the P35 motherboard cannot be detected by detpci. Do I just need to copy the new e1000.dos in?
Floor 6 Posted 2007-10-02 16:22 ·  中国 广东 江门 电信
新手上路
Credits 3
Posts 2
Joined 2007-08-21 12:40
18-year member
UID 95492
Gender Male
Status Offline
Oh, need to take a look
Floor 7 Posted 2007-10-23 22:52 ·  中国 广东 中山 电信
高级用户
★★★
Credits 940
Posts 374
Joined 2007-10-17 21:51
18-year member
UID 100011
Gender Male
From 湖南张家界
Status Offline
I'm a newbie, wanting to make a bootable disk. Now I've solved a difficult problem of DOS networking. ^_^ It's still in Chinese, thanks!
Floor 8 Posted 2007-10-31 19:15 ·  中国 四川 南充 电信
超级版主
★★★★
我爱DOS
Credits 5,310
Posts 2,044
Joined 2005-09-26 12:00
20-year member
UID 42843
Gender Male
From 四川南充
Status Offline
Floor 9 Posted 2007-10-31 23:41 ·  中国 广东 揭阳 电信
高级用户
★★
Credits 774
Posts 293
Joined 2003-04-16 00:00
23-year member
UID 1579
Gender Male
From 湖北仙桃
Status Offline
The network function is not as strong as http://netbootdisk.com/screens.htm.

IPX is still needed by many programs under DOS. For example, Yugu Tianqing network clone, netop, netcopy for netop. Most network programs under DOS need packet driver support. Using ms ipx + dis_pkt is completely the same in efficiency as ms ip + dis_pkt. The former uses less memory and starts faster.

Other universal network clone tools or network boot disks use DETPCI.SYS provided by Ghost Enterprise Edition to realize network card detection. Currently, only maxdos uses this method. Unless it is the IBM IP protocol, it can only be used when loading in config.sys.

The network card detection module is written by ourselves. Because in terms of the number of network card recognition, it can be said to be infinitely expandable. As long as the Vendor ID and Device ID of the network card are reported, as long as the manufacturer has an NDIS2 driver, it can be added.

Can the slot number be checked? If it only checks the Vendor ID and Device ID, there are a lot of such source programs online, and there is no need to write it ourselves.

The dialog box to solve the shared error 53 problem is not seen in the picture. Is there no such function. Or?

Is the nVidia driver the latest?

nVidia's official side updates several times a month.
下载
09年7月7日 更新
感谢网友 囧HQY 提供空间
Floor 10 Posted 2007-10-31 23:53 ·  中国 广东 揭阳 电信
高级用户
★★
Credits 774
Posts 293
Joined 2003-04-16 00:00
23-year member
UID 1579
Gender Male
From 湖北仙桃
Status Offline
Originally posted by zqlcch at 2007-9-8 12:38 PM:
Can detpci also be implemented? Please inform. Currently, the network card of the P35 motherboard cannot be detected by detpci. Just copy the new e1000.dos in?


Completely dismiss detpci, the detpci.sys that comes with ghost is for generating and selecting the IBM TCP/IP boot disk. Many P35 motherboards integrate 8169, 8111b(c), Marvell gigabit network cards, have you all tried them?
The network card integrated on the P35 motherboard is also based on the PCI or PCI-E bus. I don't have a P35 motherboard to verify. I saw many people using detpci.sys for P35 motherboards on the MaxDOS forum. And no one said it couldn't be detected.
下载
09年7月7日 更新
感谢网友 囧HQY 提供空间
Floor 11 Posted 2007-11-09 22:57 ·  中国 台湾 中华电信(HiNet)
初级用户
Credits 108
Posts 5
Joined 2005-07-07 00:00
20-year member
UID 40577
Gender Male
Status Offline
Thanks for the great share, I'll download and try it out...
Floor 12 Posted 2007-11-22 22:21 ·  中国 广西 南宁 电信
初级用户
Credits 88
Posts 48
Joined 2007-11-18 21:18
18-year member
UID 103068
Gender Male
Status Offline
Support
Floor 13 Posted 2007-12-08 12:06 ·  中国 广东 佛山 顺德区 电信
新手上路
Credits 7
Posts 4
Joined 2007-12-08 11:40
18-year member
UID 105049
Gender Male
Status Offline
Bump
Forum Jump: