Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Mar 2000 22:16:18 +0600 (ALMT)
From:      Boris Popov <bp@butya.kz>
To:        Johan Kruger <jkruger@oskar.nanoteq.co.za>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: Lodable kernel modules
Message-ID:  <Pine.BSF.4.10.10003082209510.14087-100000@lion.butya.kz>
In-Reply-To: <00030809170203.63483@ockle.dev.nanoteq.co.za>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 8 Mar 2000, Johan Kruger wrote:

> Hi there, sorry to bother you, just want to as two quick questions ..
> I looked as examples at ncp.ko and nwfs.ko ???
> 
> 1) If i look in the compiled nwfs directory, what is the __hack_file for ??,

	This is fake file to put dependency entry in the linked file. See
resulting command lines for more details. I think that those files will
gone in the near future (of course, module dependancy will work).

> 2) Why could'nt i load the ncp.ko in the ncp directory ( Exec format error )
> unless i removed the ipx support from the Makefile ??

	Because your kernel doesn't have an IPX support compiled in, and
ncp.ko module requires it by default.

--
Boris Popov
http://www.butya.kz/~bp/



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.10003082209510.14087-100000>