Re: How do I create .ko files

2001-04-02 Thread Alfred Perlstein
* Pradip Kanti Biswas <[EMAIL PROTECTED]> [010402 01:23] wrote: > > > Hi all, > How to create .ko files? Are they simply .o files with some special > compile-time options? If yes, what will be the options? The module will > act as an network card driver. See the makefiles in /usr/src/sys/modu

RE: How do I create .ko files

2001-04-02 Thread Daniel O'Connor
On 29-Mar-2001 Pradip Kanti Biswas wrote: > How to create .ko files? Are they simply .o files with some special > compile-time options? If yes, what will be the options? The module will > act as an network card driver. Use the bsd.kmod.mk file.. See /usr/src/sys/modules/*/Makefile for examp