From owner-freebsd-stable@FreeBSD.ORG Thu Nov 25 08:37:45 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17B4A16A4CE for ; Thu, 25 Nov 2004 08:37:45 +0000 (GMT) Received: from lithium.plan-ix.de (lithium.plan-ix.de [212.37.39.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15C6A43D1D for ; Thu, 25 Nov 2004 08:37:44 +0000 (GMT) (envelope-from braukmann@tse-online.de) Received: from localhost (lithium.plan-ix.de [212.37.39.35]) by lithium.plan-ix.de (Postfix) with ESMTP id B4B7C2EC35F; Thu, 25 Nov 2004 08:37:42 +0000 (GMT) Received: from localhost.plan-ix.de ([212.37.39.35]) by localhost (lithium.plan-ix.de [212.37.39.35]) (amavisd-new, port 10025) with ESMTP id 58855-01; Thu, 25 Nov 2004 08:37:42 +0000 (GMT) Received: from [192.168.225.210] (p50825831.dip0.t-ipconnect.de [80.130.88.49]) by lithium.plan-ix.de (Postfix) with ESMTP id 1834F2EC35E; Thu, 25 Nov 2004 08:37:42 +0000 (GMT) Date: Thu, 25 Nov 2004 09:37:53 +0100 From: Andreas Braukmann To: Rob Message-ID: <9A22EAB1AD3ED68537C7C79C@[192.168.225.210]> In-Reply-To: <41A597B6.50605@yahoo.com> References: <41A58384.30603@yahoo.com> <20041125070540.GA44058@freebie.xs4all.nl> <41A5880D.4030405@yahoo.com> <41A5895D.5030000@freebsd.org> <41A597B6.50605@yahoo.com> X-Mailer: Mulberry/3.1.6 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: by amavisd-new at plan-ix.de cc: freebsd-stable@freebsd.org Subject: Re: 5.3 on Intel 386 ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Nov 2004 08:37:45 -0000 --On Donnerstag, 25. November 2004 17:28 Uhr +0900 Rob wrote: >> You'll need an FPU and a custom kernel that is compiled with the >> CPU_I386 option. > > I'm not an expert here, but I found this: > > 80386SX = 386 w/o FPU > 80386DX = 386 w/ FPU plain wrong. 80386SX = 386 with 16 Bit Databus 80386DX = 386 with 32 Bit Databus Both of them have no FPU. You have to add an 80387 as an external FPU. -Andreas