Mail Archives: cygwin/1996/11/09/09:40:01
John D. Haughton wrote:
>
> Is it possible ?
>
> Has anyone done it ?
>
> Is it just a case of linking with the entry point set to _DriverEntry ?
<...>
John -- there's more to it than that for NT drivers. You need
MS's DDK (driver dev kit) for all of the symbols. Drivers are a
special 'kind' of thing, like a DLL only worse (special headers,
req'd routines, etc.). They have a number of entry points, have
several layers, and are expected to be thread-safe and portable
between CPUs (they live on top of NTs Hardware Abstraction Layer).
Also MS is making noises about changing NT and W95 driver models
so they are the same -- the result will likely be closer to NT.
I'm sure it can be done. And to those who will do it -- "you're a
better <person> than I, Gunga Dinn!".
--Doug--
-
For help on using this list, send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -