From owner-freebsd-ppc@FreeBSD.ORG Fri Oct 24 19:20:08 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 04E9216A4B3 for ; Fri, 24 Oct 2003 19:20:08 -0700 (PDT) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id E567043FA3 for ; Fri, 24 Oct 2003 19:20:06 -0700 (PDT) (envelope-from peterg@ptree32.com.au) Received: from dommail.onthenet.com.au (localhost.onthenet.com.au [127.0.0.1]) by dommail.onthenet.com.au (Mirapoint Messaging Server MOS 3.2.4-GA) with ESMTP id ABW01290; Sat, 25 Oct 2003 12:20:02 +1000 (EST) From: Message-Id: <200310250220.ABW01290@dommail.onthenet.com.au> Received: from 220.240.128.31 by dommail.onthenet.com.au (Mirapoint Messaging Server MOS 3.2.4-GA) with HTTP/1.1; Sat, 25 Oct 2003 12:20:02 +1000 Date: Sat, 25 Oct 2003 12:20:02 +1000 To: Alex Zepeda X-Mailer: Webmail Mirapoint Direct 3.2.4-GA MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-ppc@freebsd.org Subject: Re: New tarball available 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: Sat, 25 Oct 2003 02:20:08 -0000 >> (STOP PRESS: the loader in the tarball missed out on a vital >> isync patch: please replace with the loader at >> http://people.freebsd.org/~grehan/loader) > >Has the patch been committed? No. It was a bit of a hack, and I deleted it from my local copy since it isn't needed when net-booting. CD/hard-drive booting show it up, though. The other uncommitted loader patch is to the iso9660 module so it can recognise HFS+ hybrid CDROMs. I haven't committed that since I want to re-organise the code so that loader can recognise hybrid and 'pure' ISOs e.g. to support older OFW versions :-) >If not, could you build a copy of the loader with > XCOFF_GLUE defined? Will do. later, Peter.