Date: Sat, 16 Sep 1995 12:38:19 -0700 From: Tony Jones <tony@rtd.com> To: hackers@freebsd.org Subject: kernel without INET ? Message-ID: <199509161938.MAA18369@seagull.rtd.com>
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 ? Thanks in advance tony # make all loading kernel machdep.o: Undefined symbol `_netisr_set' referenced from text segment *** Error code 1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509161938.MAA18369>