Thomas
Tue Mar 02 16:22:45 CST 2004
You need:
1.) Latest DDK and companion debugger. This would be from the Windows Server
2003 version of the DDK.
2.) The PassThru sample from that DDK
3.) Two PC's (at least) for debugging. One is target that executes the
software being debugged. Other is debugger console (WinDb).
VMWare is of some use, but not as good as real hardware in many cases.
Shines at the point that you are testing installations. It will be slower
then real hardware. And, you cannot actually debug just any old NDIS
adapter - just the emulated Ethernet drivers provided by VMWare. If you have
a problem adapter/miniport, then it will not be visible in an emulated
instance of an OS.
More documentation the better. MSDN is certainly needed.
For testing you may need an additional PC. For testing that leads to
acquiring digital signature there are specific hardware requirements.
Visit Windows Hardware and Driver Central as a portal for most DDK and
testing resources:
http://www.microsoft.com/whdc/
The Windows Driver Developer's Digest (WD-3) has a series of articles about
"Extending The PassThru NDIS Intermediate Driver Sample" and articles about
using the NDIS Tester. Visit:
http://www.wd-3.com
Also see:
http://www.ndis.com
Good luck,
Thomas F. Divine
http://www.rawether.net
"Lord of the Ring" <lordofthering@hotmail.com> wrote in message
news:ulgSp4JAEHA.1468@tk2msftngp13.phx.gbl...
> I have to start developing an Intermediate driver and I need to know
exactly
> what tools I need... through search in this news group, Microsoft site and
> google I gather that I need the following and I need your feedbacks on it.
> 1. DriverStudio from Compuware which includes:
> complete C++ and Visual Studio .NET with debuger; softICE and
> VisualSoftICE
> 2. VMware!!! I found it on Intel site but not sure if this VMware is the
> same as I need for development
http://www.vmware.com/vinfrastructure/
> 3. Microsoft DDK
> 4. Latest MSDN
>
> is this correct??? do I need all that or anything else???
>
> Thank you.
>
>
>
>