From owner-freebsd-ppc@FreeBSD.ORG Wed Feb 2 04:08:16 2005 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 BA69F16A4CE for ; Wed, 2 Feb 2005 04:08:16 +0000 (GMT) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2E4E43D1F for ; Wed, 2 Feb 2005 04:08:15 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from [203.144.31.113] (CPE-31-113.dsl.onthenet.net [203.144.31.113]) j1248CnP067720; Wed, 2 Feb 2005 14:08:14 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <42005387.4020502@freebsd.org> Date: Wed, 02 Feb 2005 14:13:59 +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: Neal Nelson References: <2e0a01a01f29b3b4c89ea0489a907179@kobudo.homeunix.net> In-Reply-To: <2e0a01a01f29b3b4c89ea0489a907179@kobudo.homeunix.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ppc@freebsd.org Subject: Re: PowerBook G3 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: Wed, 02 Feb 2005 04:08:16 -0000 Hi Neal, > I was wondering if it was possible to install FreeBSD onto a PowerBook > G3 (3500). It has OpenFirmware 2.something, so the boot instructions > don't work for this. That's right. Amongst other things, v2.x requires the loader to be in XCOFF format instead of ELF, and some of the OpenFirmware calls used by the current loader aren't supported. > I was able to install NetBSD < 2.0 on this if that's any help. NetBSD is pretty good about supporting older models :) later, Peter.