From owner-freebsd-questions@FreeBSD.ORG Mon May 26 18:47:46 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3EB61065676 for ; Mon, 26 May 2008 18:47:46 +0000 (UTC) (envelope-from parish@magichamster.com) Received: from jedburgh.just4dns.com (jedburgh.just4dns.com [78.129.134.130]) by mx1.freebsd.org (Postfix) with ESMTP id 8ACE38FC18 for ; Mon, 26 May 2008 18:47:46 +0000 (UTC) (envelope-from parish@magichamster.com) Received: from [86.153.243.228] (helo=movens.plus.com) by jedburgh.just4dns.com with esmtp (Exim 4.68) (envelope-from ) id 1K0hjI-0001Lq-5v for freebsd-questions@freebsd.org; Mon, 26 May 2008 19:47:32 +0100 Received: from [10.10.1.4] (redshift [10.10.1.4]) by postbag.localdomain (Postfix) with ESMTP id 6CDCB1CC32 for ; Mon, 26 May 2008 19:47:44 +0100 (BST) Message-ID: <483B05CE.3070802@magichamster.com> Date: Mon, 26 May 2008 19:47:42 +0100 From: Mark Ovens User-Agent: Thunderbird 2.0.0.14 (X11/20080524) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <483ADEA1.40206@webrz.net> <483AE57B.2000106@magichamster.com> <483AEB21.4070100@webrz.net> <483AF28F.1080102@magichamster.com> <483AFF30.2090108@webrz.net> In-Reply-To: <483AFF30.2090108@webrz.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Fuzioned-MailScanner-Information: Please contact the ISP for more information X-MailScanner-ID: 1K0hjI-0001Lq-5v X-Fuzioned-MailScanner: Not scanned: please contact your Internet E-Mail Service Provider for details X-Fuzioned-MailScanner-SpamCheck: X-Fuzioned-MailScanner-From: parish@magichamster.com X-Spam-Status: No X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - jedburgh.just4dns.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - magichamster.com X-Source: X-Source-Args: X-Source-Dir: Subject: Re: Kernel for Dual Core 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: Mon, 26 May 2008 18:47:46 -0000 Jos Chrispijn wrote: > > I did this on my systems on which I installed FreeBSD from iso CD's: > > May 25 17:23:44 triton kernel: FreeBSD/SMP: Multiprocessor System > Detected: 2 CPUs > May 25 17:23:44 triton kernel: cpu0 (BSP): APIC ID: 0 > May 25 17:23:44 triton kernel: cpu1 (AP): APIC ID: 1 > May 25 17:23:44 triton kernel: cpu0: on acpi0 > May 25 17:23:44 triton kernel: est0: Control> on cpu0 > May 25 17:23:44 triton kernel: p4tcc0: > on cpu0 > May 25 17:23:44 triton kernel: cpu1: on acpi0 > May 25 17:23:44 triton kernel: est1: Control> on cpu1 > May 25 17:23:44 triton kernel: p4tcc1: > on cpu1 > May 25 17:23:44 triton kernel: SMP: AP CPU #1 Launched! > > So this would mean that I allready use a dual core tuned system? > When should it say SMP: AP CPU #2 Launched! ? > CPUs are numbered from 0 - so you have cpu0 and cpu1. The system starts up on cpu0 and the kernel starts cpu1 later in the boot sequence. Regards, Mark