From owner-freebsd-current Sun Nov 12 12:15:04 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA03258 for current-outgoing; Sun, 12 Nov 1995 12:15:04 -0800 Received: from grunt.grondar.za (grunt.grondar.za [196.7.18.129]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id MAA02788 ; Sun, 12 Nov 1995 12:14:07 -0800 Received: from grumble.grondar.za (grumble.grondar.za [196.7.18.130]) by grunt.grondar.za (8.6.12/8.6.9) with ESMTP id WAA06701; Sun, 12 Nov 1995 22:13:25 +0200 Received: from localhost (localhost [127.0.0.1]) by grumble.grondar.za (8.6.12/8.6.9) with SMTP id WAA16847; Sun, 12 Nov 1995 22:13:24 +0200 Message-Id: <199511122013.WAA16847@grumble.grondar.za> X-Authentication-Warning: grumble.grondar.za: Host localhost didn't use HELO protocol To: Poul-Henning Kamp cc: current@freefall.freebsd.org Subject: Re: Dual personality crypt. Date: Sun, 12 Nov 1995 22:13:24 +0200 From: Mark Murray Sender: owner-current@FreeBSD.org Precedence: bulk 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