From owner-freebsd-ppc@FreeBSD.ORG Sat Sep 13 23:10:04 2003 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 A1C3116A4BF for ; Sat, 13 Sep 2003 23:10:04 -0700 (PDT) Received: from blarf.homeip.net (adsl-209-204-188-56.sonic.net [209.204.188.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F87F43F93 for ; Sat, 13 Sep 2003 23:10:04 -0700 (PDT) (envelope-from alex@blarf.homeip.net) Received: by blarf.homeip.net (Postfix, from userid 2000) id B8FB1252D8; Sat, 13 Sep 2003 23:10:02 -0700 (PDT) Date: Sat, 13 Sep 2003 23:10:02 -0700 From: Alex Zepeda To: peterg@ptree32.com.au, freebsd-ppc@freebsd.org Message-ID: <20030914061002.GA292@blarf.homeip.net> References: <200309140438.ABM22703@dommail.onthenet.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200309140438.ABM22703@dommail.onthenet.com.au> User-Agent: Mutt/1.4.1i Subject: Re: How are things looking? 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: Sun, 14 Sep 2003 06:10:04 -0000 On Sun, Sep 14, 2003 at 02:38:09PM +1000, peterg@ptree32.com.au wrote: > FreeBSD will use the console device that OpenFirmware is > set to. You can use the FreeBSD loader in place of the > NetBSD one, and OFW can even boot a FreeBSD kernel directly. Nope. I've got an OldWorld machine (Beige G3, OF 2.01f). It only understands XCOFF binaries. So I tried using objdump and fixcoff on the NetBSD side to convert the FreeBSD loader, and that didn't work. Tried booting the kernel directly (after converting it to XCOFF of course) and that didn't work either. FWIW I'm using the binutils on my mac and not anything that may have been generated by the cross buildworld I guess I'll try stripping the binaries before running them through objdump and fixcoff. 'Course I'm not having much luck with those awful pkgsrc tools either :)) - alex