Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Sep 1995 21:01:57 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        hackers@freebsd.org, tony@rtd.com
Subject:   Re: kernel without INET ?
Message-ID:  <199509171101.VAA10985@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>I'm trying to build a stripped down 2.0.5 kernel for fd0.

>Towards that goal, I tried to remove all network support (devices and 
>protocols).

>Removing protocol support leaves a reference but no defintion for netisr_set
>causing the loader to barf.

>Looking through the code it appears I need to include one of the protocols 
>(INET, ISO etc) to define NETISR_SET.

>Is there a way to remove all networking support from the kernel ?

Ifdef the reference to netisr_set and any other new stuff that isn't
properly ifdefed.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509171101.VAA10985>