From owner-freebsd-questions@FreeBSD.ORG Wed Mar 1 07:13:14 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3F2416A420 for ; Wed, 1 Mar 2006 07:13:13 +0000 (GMT) (envelope-from scphantm@yahoo.com) Received: from ms-smtp-03.tampabay.rr.com (ms-smtp-03-smtplb.tampabay.rr.com [65.32.5.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96F9043D45 for ; Wed, 1 Mar 2006 07:13:13 +0000 (GMT) (envelope-from scphantm@yahoo.com) Received: from [192.168.0.3] (242669hfc134.tampabay.res.rr.com [24.26.69.134]) by ms-smtp-03.tampabay.rr.com (8.13.4/8.13.4) with ESMTP id k217DBEq029083 for ; Wed, 1 Mar 2006 02:13:12 -0500 (EST) Message-ID: <44054987.4080504@yahoo.com> Date: Wed, 01 Mar 2006 02:13:11 -0500 From: Steel City Phantom User-Agent: Thunderbird 1.5 (X11/20060226) MIME-Version: 1.0 To: freebsd general questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Choosing cpu type when building kernel (stupid one i know) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Mar 2006 07:13:14 -0000 in bsd 6, i have to recompile the kernel to add atapicam. ok, fine. the part of the config file that gets me is this: machine i386 cpu I486_CPU cpu I586_CPU cpu I686_CPU ident GENERIC the machine i386, i get. all intel PC's since the 386 have used a common basic instruction set and the developers just want to build in something in case intel pulls an Apple Computer on us. the rest is what i don't understand. 486 isn't mentioned in the NOTES file, 586 is just pentium, and 686 is pentium pro. I have a P4 1.4 gig intel chip in my system, what should these settings be? if i remove 486 and 686 does that give me any performance advantage or are these settings defaults because they are ment to be defaults and i should just be quiet about it.