From owner-freebsd-current Sun Aug 6 13:59:58 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id NAA05440 for current-outgoing; Sun, 6 Aug 1995 13:59:58 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id NAA05425 for ; Sun, 6 Aug 1995 13:59:53 -0700 Received: from corbin.Root.COM (corbin [198.145.90.34]) by Root.COM (8.6.11/8.6.5) with ESMTP id NAA07473; Sun, 6 Aug 1995 13:59:06 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id OAA03760; Sun, 6 Aug 1995 14:00:37 -0700 Message-Id: <199508062100.OAA03760@corbin.Root.COM> To: Steven Wallace cc: current@freebsd.org Subject: Re: bare bones kernel In-reply-to: Your message of "Sun, 06 Aug 95 13:33:21 PDT." <199508062033.AA24429@balboa.eng.uci.edu> From: David Greenman Reply-To: davidg@Root.COM Date: Sun, 06 Aug 1995 14:00:36 -0700 Sender: current-owner@freebsd.org Precedence: bulk >Could someone explain to me why you must have "options FFS" and >"device npx0" in the kernel config file? Otherwise you get a linker >error: > >kern_sysctl.o: Undefined symbol `_hw_float' referenced from text segment I think the declaration of the variable should be moved out of npx.c. >vfs_init.o: Undefined symbol `_vfs_set' referenced from text segment In our current design of the dynamic VFS stuff, at least *one* filesystem is required...it doesn't matter which one. I don't consider this a bug. -DG