From owner-freebsd-ppc@FreeBSD.ORG Thu Jul 15 13:13:28 2004 Return-Path: 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 2389216A4CE for ; Thu, 15 Jul 2004 13:13:28 +0000 (GMT) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94D6D43D1D for ; Thu, 15 Jul 2004 13:13:27 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from freebsd.org (CPE-31-143.dsl.onthenet.net [203.144.31.143]) i6FDDQnP005772 for ; Thu, 15 Jul 2004 23:13:26 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <40F68491.3040000@freebsd.org> Date: Thu, 15 Jul 2004 23:20:17 +1000 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030524 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ppc@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: PearPC support X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jul 2004 13:13:28 -0000 I've put up diffs against PearPC 0.2 (pearpc.sourceforge.net) at www.freebsd.org/~grehan/pearpc.tgz There's also sample config file and a README describing the diffs. Syscons works with a 32-bit framebuffer, but is hideously slow. It's best to break into the loader and 'set hw.syscons.disable=1'. The system doesn't quite get to single user - I'm investigating. I've been booting with a CD image that's also bootable on a Mac. The incantation to do this is, from the root CD directory: mkisofs -r -hfs -map ../hfs.map -part -no-desktop -hfs-bless ./boot -hfs-volid FreeBSD/PPC -o ../image.iso . The file fbsd.tbxi has to be copied into the boot directory on the CD, where the loader lives. Both hfs.map and fbsd.tbxi are available at www.freebsd.org/~grehan/ later, Peter.