Please understand that I am not trying to start a flame war.
I am interested in writing a device driver for my own education. As such, I am interested in knowing what experts think about the relative ease of writing drivers for the various operating systems.
(a) Which operating system has the best tutorials and API documentation for starting with device driver programming?
I have all the four major operating systems--Windows 7, Linux (Fedora and Gentoo), Solaris 11, OS X 10.7.3--so theoretically, I could accept any suggestion for the platform. (I even have MINIX 3.2.0, but I have not been successful in my attempts to install it yet. It does not recognise my NIC.) Since this exercise is purely for my edification, please feel free to make a different suggestion.
(b) Which operating system would be the best investment of my time, in the sense that if I start to get better, I might actually be able to publish my driver for download? (I imagine Windows 7 is great for device driver programming, but the market is probably saturated.)
(c) How does one go about getting a hold of devices for which to start writing drivers? Doesn't almost everything have a driver already?
Thanks in advance for your help.