From owner-freebsd-questions Mon Nov 29 14:50:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from watson.ficsgrp.com (watson.ficsgrp.com [194.74.111.3]) by hub.freebsd.org (Postfix) with ESMTP id 8C4BE15306 for ; Mon, 29 Nov 1999 14:50:13 -0800 (PST) (envelope-from harry.woodward-clarke@s1.com) Received: from mail.au.ficsgrp.com ([194.74.111.35]) by watson.ficsgrp.com (Netscape Messaging Server 3.6) with ESMTP id AAAD53 for ; Mon, 29 Nov 1999 23:50:05 +0100 Received: from S1.com ([172.16.48.219]) by mail.au.ficsgrp.com (Netscape Messaging Server 3.6) with ESMTP id 449; Tue, 30 Nov 1999 09:53:33 +1100 Message-ID: <384302A4.82447559@S1.com> Date: Tue, 30 Nov 1999 09:48:05 +1100 From: Harry Woodward-Clarke X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 2.2.8-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Thierry Herbelot Cc: questions@freebsd.org Subject: Re: Do I need a 387 to install FreeBSD ? References: <3842FF47.FCABB55D@cybercable.fr> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG G'day Thierry, no, as far as I know, you don't "need" a maths-co-pro (e.g. 387), but if you don't, you then need to enable the Maths Emulation. Check in the LINT file (typically /usr/src/sys/i386/conf/LINT) for the section MATH_EMULATE - here is the extract from mine (2.2.8-RELEASE)... # # A math emulator is mandatory if you wish to run on hardware which # does not have a floating-point processor. Pick either the original, # bogus (but freely-distributable) math emulator, or a much more # fully-featured but GPL-licensed emulator taken from Linux. # options MATH_EMULATE #Support for x87 emulation # Don't enable both of these in a real config. options GPL_MATH_EMULATE #Support for x87 emulation via #new math emulator FWIW, my 'GENERIC' has the line "options MATH_EMULATE #Support for x87 emulation". hth, H To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message