Does anyone have any books/tutorials which may be useful in getting started in Windows device driver development?
For plain Win32/GUI development, Petzold's book seems to be the essential reference. Does such exist for drivers?
I would like to note that I'm not actually talking to hardware -- I actually want to emulate a piece of hardware in software, but I'd like to see how things work in general first.
Billy3