From owner-freebsd-ppc@FreeBSD.ORG Sun Oct 16 02:33:28 2005 Return-Path: X-Original-To: freebsd-ppc@freebsd.org Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FCCE16A41F for ; Sun, 16 Oct 2005 02:33:28 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from hummer.onthenet.com.au (hummer.onthenet.com.au [203.13.68.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FA7643D46 for ; Sun, 16 Oct 2005 02:33:27 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from [203.144.18.185] (CPE-18-185.dsl.OntheNet.net [203.144.18.185]) by hummer.onthenet.com.au (Postfix) with ESMTP id 06BFE19FA89; Sun, 16 Oct 2005 12:33:27 +1000 (EST) Message-ID: <4351BBF3.8060003@freebsd.org> Date: Sun, 16 Oct 2005 12:33:23 +1000 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041016 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ben Rosengart References: <20051016012933.GB31458@absinthe.tinho.net> In-Reply-To: <20051016012933.GB31458@absinthe.tinho.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ppc@freebsd.org Subject: Re: SMP; autoboot X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2005 02:33:28 -0000 Hi Ben, > 1. Is SMP supported on freebsd-ppc? Nope :( It may not be too difficult. The ppc port is mostly based on the sparc64 port so all the synchronization primitives are there. I personally don't have any MP h/w. > 2. What can I put in my NVRAM settings to make the system boot to > FreeBSD? As it is, I have auto-boot?=false, and when > the OF prompt comes up, I type "boot hd:loader hd:6". hd:6 is an > HFS+ filesystem which contains just one file, "loader". This is > not too bad, but it'd be pretty cool if I could autoboot to FreeBSD. > Bonus points if there's a menu along the way that lets me select > Mac OS X, which lives on the second HDD. I played around with > things like setting boot-command=boot and boot-args="hd:loader hd:6", > but all I ever got was a boot to Mac OS X or to a blank screen. There's been some discussion and experimentation with this. Have a look at Dario Freni's blog, 'FreeBSD on the Mac Mini', and how he created a CHRP boot script. http://blog.freesbie.org/blogs/ and a from the freebsd-ppc archives: http://lists.freebsd.org/pipermail/freebsd-ppc/2005-January/000830.html later, Peter.