Re: driver development tools
From: Gary G. Little (gglittle.nospam_at_sbcglobal.net)
Date: 09/02/04
- Next message: Jeffrey Meng: "Re: Question abou AIP function: GetDiskFreeSpaceEx(...)"
- Previous message: RB: "USB device enumeration and handle"
- In reply to: vic: "Re: driver development tools"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 02 Sep 2004 15:01:39 GMT
I have great heartburn with DriverStudio since comments from the Microsoft
developers (Oshin, etc.) are making comments on the driver discussion forum
that Compuware is not talking to them about folding in WDF into
DriverStudio. That means you most likely will not be able to use
DriverStudio for WDF development when WDF is blessed and released.
The current release of DriverWorks is also not up to snuff as far as
supporting the latest DDK. Case in point: DriverWorks 3.1 does not include
support for in stack queuing of spinlocks: KeAcquireInStackQueuedSpinLock,
KLOCK_QUEUE_HANDLE. Don's comment about requiring knowledge of the DDK is
also significant. You cannot ignore the DDK in any kind of kernel
development.
-- The personal opinion of Gary G. Little "vic" <noone@nowhere.com ( spam stop!)> wrote in message news:41362f86@212.67.96.135... > Thanks > Where can I find information about comparing these two tools? > Regads > > "Don Burn" <burn@stopspam.acm.org> wrote in message > news:10jc1o2fs772667@corp.supernews.com... > > Write a kernel mode driver or pay someone to write it. I've haven't seen > > TVicHW32 but other similar tools always seem to break revision to revision > > of the OS, and never were stable for the stuff you want to do. The other > > two listed are toolkits for creating a kernel mode driver, if you look at > > the various discussions of these tools you find, that you have to learn > the > > toolkit, and then later learn the Windows DDK when there is a problem, > since > > to debug this stuff you now need to know both! There is also a serious > > question of their long term viability since Microsoft is creating a > > competitor to their toolkits. > > > > > > -- > > Don Burn (MVP, Windows DDK) > > Windows 2k/XP/2k3 Filesystem and Driver Consulting > > Remove StopSpam from the email to reply > > > > "vic" <noone@nowhere.com ( spam stop!)> wrote in message > > news:413603f9@212.67.96.135... > > > Hello, > > > > > > I want to develop a driver for a PCI card. It does not need to be a > > > kernel mode driver (I think!). I am looking for tools that would help me > > > developing such device driver. I found the following products: > > > > > > 1- Jungo windriver > > > > > > 2- DriverStudio > > > > > > 3- TVicHW32 > > > > > > > > > > > > What is the best tool for my application? > > > > > > I need a tool that can do: > > > > > > 1- Let my user mode codes can access PCI configuration data and board > > memory > > > and IO ports. > > > > > > 2- I could handle interrupts in user mode codes. > > > > > > 3- Can manage and control DMA in user mode codes. > > > > > > > > > > > > Even I do not need it just right now, but I like to be able develop > device > > > drive for USB devices later so if the tools could be used in developing > > USB > > > device, it is very good. I do not have DDK but I am prepared to buy it > if > > it > > > is necessary. > > > > > > > > > > > > Any help and documents is very applicator also any information about > other > > > tools especially the free tools. > > > > > > > > > > > > Best regards > > > > > > > > > > > > > > >
- Next message: Jeffrey Meng: "Re: Question abou AIP function: GetDiskFreeSpaceEx(...)"
- Previous message: RB: "USB device enumeration and handle"
- In reply to: vic: "Re: driver development tools"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|