From owner-freebsd-hackers Thu Apr 20 08:15:33 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA29992 for hackers-outgoing; Thu, 20 Apr 1995 08:15:33 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id IAA29972 ; Thu, 20 Apr 1995 08:15:12 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id BAA20082; Fri, 21 Apr 1995 01:10:22 +1000 Date: Fri, 21 Apr 1995 01:10:22 +1000 From: Bruce Evans Message-Id: <199504201510.BAA20082@godzilla.zeta.org.au> To: questions@FreeBSD.org, sakr@itp.ac.ru Subject: Re: 2.0-950412-SNAP on 386DX Cc: hackers@FreeBSD.org Sender: hackers-owner@FreeBSD.org Precedence: bulk >Today I tried to reinstall FreeBSD-2.0-950412-SNAP on 386SX, >previously running FreeBSD-1.0.2. >Basic installation proceeded O'k, but when I recompiled kernel for it, >I have got: >loading kernel >kern_sysctl.o: Undefined symbol `_hw_float' referenced from text segment >*** Error code 1 >I examined file kern_sysctl.c and it really have this unreferenced symbol. > >#device npx0 at isa? port "IO_NPX" irq 13 vector npxintr ^Uncomment this Device npx0 is mandatory because it is the only place where hw_float is defined. This is a bug. Bruce