Re: Linux Device Driver development kit ?

Alan Cox (alan@lxorguk.ukuu.org.uk)
Tue, 8 Jun 1999 12:41:44 +0100 (BST)


> Couple of questions for porting a Windows device driver to
> Linux :
>
> 1) In Windows we have a device driver developmnet kit (ddk)
> to develop device drivers. In Linux do we have anything
> parallel to this ?

The kernel tree. Remember Linux is GPL. If yo are trying to write GPL code
for Linux drivers you are actively encouraged to start with the nearest
similar driver and use it to hack your driver.

> 2) In Windows there is a VCOMM driver which is a standard
> commn. interface. Do we have anything parallel to this in
> Linux?

I don't know enough about windows internals to know what VCOMM provides. If
its upper layer interfaces to serial drivers then it is analogous to the
line disciplines in unix and linux

Alan

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/