阅读:1520回复:5
ndis 的版本是靠那个软件支持的?
关于这一段我有一个特别基础性的问题,
1。即ndis的版本是靠那个软件支持的? 2。这软件的名字是? --- NDIS VERSIONS --- Be careful to properly match the NDIS version with the target operating system. The NDIS version for each OS is as follows: Windows 95: NDIS v 3.10 Windows 98 FE: NDIS v 5.0 Windows 98 SE: NDIS v 5.0 Windows ME: NDIS v 5.0 Windows 2000: NDIS 5.0 Windows XP: NDIS 5.1 Specify the required version number in your SOURCES file with an appropriate -DNDISxx declare. Also remember to set the proper version number in structures that require versioning, like ProtocolCharacteristics. Page faults will most likely occur if a higher version is passed in characteristic structures than that which is defined in the SOURCES file. --- BINARY_COMPATIBLE/FUNCTIONS v MACROS --- Always define BINARY_COMPATIBLE when building drivers for Windows 9x/Me. Many NDIS functions are implemented as macros in Windows 2000 and XP. See the declaration of NdisSend and NdisRequest, both as a macro declaration and as a function prototype. Failure to do so will yield unpredictable results. But most likely, a page fault will occur as your driver will jump to a random instruction in memory. Behind the scenes, the BindingHandle that NidsOpenAdapter returns contains pointers directly to the miniport$B!G(Js handlers, bypassing intermediate calls into NDIS. This is not supported in Windows 9x/ME. |
|
最新喜欢:zackar...
|
沙发#
发布于:2002-05-26 23:35
你想问什么??? 不解! |
|
|
板凳#
发布于:2002-05-27 10:19
换一个说法也可能是:
1。ndis在98,2000,xp里是怎么实现的? 2。98,me,2000里ndis的版本都是5.0他们那几个文件是一样的? |
|
|
地板#
发布于:2002-05-27 11:05
好像不一样哦,名字不一样,大小不一样。
|
|
地下室#
发布于:2002-05-27 11:52
我也是这些东西搞不明白,不知道ms在这里面搞了些什么鬼。
|
|
|
5楼#
发布于:2002-05-27 13:50
估计你是要找版本号吧。
9X,NDIS。VXD的版本 NT下是,NDIS。SYS版本。 |
|
|