阅读:1185回复:2
98下mpd驱动怎么产生,框架和PDR有什么区别?
有没有高人指点?
|
|
沙发#
发布于:2002-06-05 18:27
可以参考NT DDk 下的一个关于Scsi miniport Driver的例子 ATAPI
|
|
|
板凳#
发布于:2002-06-06 10:11
on win98, the mpd driver\'s structure has little diffirence from win2K\'s miniport driver. So you can refer the sample in 2K\'s DDK about miniport driver of atapi.
But you should take care of some kernal routines that can\'t work on win98 in the sample, such as ZwCreateFile and some other registry functions. by the way, you can include wdm.h head file. finally,it\'s not the same as pdr. with to be helpful! |
|
|