阅读:1345回复:2
Installable Device Driver on W2K?
EMM386.exe is a Installable Device Driver ...
It can load by config.sys and run by command.com shell... It has two entry points on kernel-mode and user-mode. My question is "How to write Installable Device Driver on W2K ??". thx |
|
|
沙发#
发布于:2001-09-04 10:39
A DOS COM file with certern head infomation will play this trick.
The DOS DDK is located in the same disk to WIN3.1 DDK. Anyway, I'd prefer a TSR for those job. A TSR may do the same as a DOS DRIVER. Or interactive with WINDOWS, require WINDOWS to load a VxD, start a WINDOWS application, and something else. |
|
|
板凳#
发布于:2001-09-29 00:24
To write w2k driver, you need
win2k ddk or xp ddk. |
|
|