From owner-freebsd-amd64@FreeBSD.ORG Thu Mar 31 11:04:19 2005 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D0B516A4CE for ; Thu, 31 Mar 2005 11:04:19 +0000 (GMT) Received: from outgoing.redshift.com (outgoing.redshift.com [207.177.231.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id D092143D49 for ; Thu, 31 Mar 2005 11:04:18 +0000 (GMT) (envelope-from ray@redshift.com) Received: from workstation (216-228-19-21.dsl.redshift.com [216.228.19.21]) by outgoing.redshift.com (Postfix) with SMTP id F1CFB97066 for ; Thu, 31 Mar 2005 03:04:17 -0800 (PST) Message-Id: <3.0.1.32.20050331030434.00a8f798@pop.redshift.com> X-Mailer: na X-Sender: redshift.com Date: Thu, 31 Mar 2005 03:04:34 -0800 To: freebsd-amd64@freebsd.org From: ray@redshift.com Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: AMD64 kernel config file question X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2005 11:04:19 -0000 Hi, I'm setting up FreeBSD 5.3 for the first time on an Tyan dual opteron board. I've done plenty of i386 installs, but this is the first on AMD. Anyway, I'm stripping down the kernel for a re-compile and I was wondering if anyone either had a sample config file they could send over and/or if someone could let me know what they are running for these lines? For the CPU/machine stuff, does this look okay (i.e. is K8 the correct option for the Opteron 246's?) machine amd64 cpu K8 ident AMD64 And for dual CPU's, I use this on i386 - is it the same for AMD? # To make an SMP kernel, the next two are needed options SMP # Symmetric MultiProcessor Kernel device apic # I/O APIC Thanks! Ray