Category / C programming

Writing Drivers for Windows January 2, 2010 at 10:02 am

I’ve recently become interested in writing drivers for windows. Windows now offers a free windows driver kit (WDK). The download is an ISO. I used PowerISO to mount the ISO locally (pretty much like Mac OSX lets you do out of the box).

As any beginner should do, I’m reading through the documentation (part of the WDK download). I’ll post the next intersting tidbit that comes along.