Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 06 Aug 1995 14:00:36 -0700
From:      David Greenman <davidg@Root.COM>
To:        Steven Wallace <swallace@eng.uci.edu>
Cc:        current@freebsd.org
Subject:   Re: bare bones kernel 
Message-ID:  <199508062100.OAA03760@corbin.Root.COM>
In-Reply-To: Your message of "Sun, 06 Aug 95 13:33:21 PDT." <199508062033.AA24429@balboa.eng.uci.edu> 

next in thread | previous in thread | raw e-mail | index | archive | help
>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



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