As the title says:
I want to make one that can automatically detect the network card driver and then automatically load the NDIS driver, so that different network cards can be targeted, without having to find drivers for the network card under DOS.
Assume the directory:
A:\
|_NDIS
|_8029(network card driver)
| |_8029.DOS
| |_PROTOCOL.INI
|_8139/8139X
| |_8139.DOS
| |_PROTOCOL.INI
|
.
.
I0.SYS
CONFIG.SYS
AUTOEXEC.BAT
......
This is what I thought: It's best to configure in CONFIG, so there's no need to build BATs separately.
For example, add autodetectlan.dos in CONFIG (automatically detect the network card, find the matching one from NDIS), and then determine the network card type and file directory, so that in AUTOEXEC.BAT or other BATs, the network card can be set casually.
I don't know if the idea is wrong? I hope everyone can talk about it, how to implement it?
= Waiting for those interested
I want to make one that can automatically detect the network card driver and then automatically load the NDIS driver, so that different network cards can be targeted, without having to find drivers for the network card under DOS.
Assume the directory:
A:\
|_NDIS
|_8029(network card driver)
| |_8029.DOS
| |_PROTOCOL.INI
|_8139/8139X
| |_8139.DOS
| |_PROTOCOL.INI
|
.
.
I0.SYS
CONFIG.SYS
AUTOEXEC.BAT
......
This is what I thought: It's best to configure in CONFIG, so there's no need to build BATs separately.
For example, add autodetectlan.dos in CONFIG (automatically detect the network card, find the matching one from NDIS), and then determine the network card type and file directory, so that in AUTOEXEC.BAT or other BATs, the network card can be set casually.
I don't know if the idea is wrong? I hope everyone can talk about it, how to implement it?
= Waiting for those interested
