From owner-freebsd-questions@FreeBSD.ORG Wed Mar 1 07:19:44 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 DEC9B16A420 for ; Wed, 1 Mar 2006 07:19:44 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D7CF43D46 for ; Wed, 1 Mar 2006 07:19:43 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id k217Jexn053296 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 1 Mar 2006 14:19:40 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.1/8.12.11) id k217JeLo016626; Wed, 1 Mar 2006 14:19:40 +0700 (ICT) Date: Wed, 1 Mar 2006 14:19:40 +0700 (ICT) Message-Id: <200603010719.k217JeLo016626@banyan.cs.ait.ac.th> From: Olivier Nicole To: scphantm@yahoo.com In-reply-to: <44054987.4080504@yahoo.com> (message from Steel City Phantom on Wed, 01 Mar 2006 02:13:11 -0500) References: <44054987.4080504@yahoo.com> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: 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:19:45 -0000 > 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 You could use only 686. GENERIC kernel is generic, it is meant to support most of the architecture, back to to 80386. Olivier