Hi NTDEV,
I am working on an NDIS 5/6 protocol driver based on KMDF NDISPROT example. My question is does this example support both 32-bit and 64-bit Windows? How about other KMDF examples?
Thanks,
Charles
Hi NTDEV,
I am working on an NDIS 5/6 protocol driver based on KMDF NDISPROT example. My question is does this example support both 32-bit and 64-bit Windows? How about other KMDF examples?
Thanks,
Charles
KMDF is fully 64 bit compatible, they will support both 32 and 64 bit. You
should definitely use KMDF when possible, unless you can do the work with
UMDF.
–
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply
wrote in message news:xxxxx@ntdev…
> Hi NTDEV,
>
> I am working on an NDIS 5/6 protocol driver based on KMDF NDISPROT
> example. My question is does this example support both 32-bit and 64-bit
> Windows? How about other KMDF examples?
>
> Thanks,
> Charles
>
How about KMDF NDISPROT 5.0 example built under Windows 2000 build environment (for W2K backward compatible)? Can I take the same driver binary and run it on x64 Windows without any problem?
Thanks,
Charles
xxxxx@yahoo.com wrote:
How about KMDF NDISPROT 5.0 example built under Windows 2000 build environment (for W2K backward compatible)? Can I take the same driver binary and run it on x64 Windows without any problem?
No. The Win64 systems all require 64-bit drivers. You have to have
separate binaries.
–
Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.
Sadly you cannot currently do an NDIS protocol driver with UMDF. I
don’t know if you’ll be able to in the future (the NDIS guys weren’t
particularly interested in the idea, but that could change as we get
more stuff moved into UMDF)
-p
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Don Burn
Sent: Tuesday, March 13, 2007 4:29 PM
To: Windows System Software Devs Interest List
Subject: Re:[ntdev] KMDF 64-bit Windows support
KMDF is fully 64 bit compatible, they will support both 32 and 64 bit.
You
should definitely use KMDF when possible, unless you can do the work
with
UMDF.
–
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply
wrote in message news:xxxxx@ntdev…
> Hi NTDEV,
>
> I am working on an NDIS 5/6 protocol driver based on KMDF NDISPROT
> example. My question is does this example support both 32-bit and
64-bit
> Windows? How about other KMDF examples?
>
> Thanks,
> Charles
>
—
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer
>Sadly you cannot currently do an NDIS protocol driver with UMDF. I
Create a tiny NDISPORT-like shim in the kernel and then you will de-facto have
the user mode protocol driver.
–
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com