From owner-freebsd-ppc@FreeBSD.ORG Tue Oct 28 17:02:35 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 2E64716A4CE for ; Tue, 28 Oct 2003 17:02:35 -0800 (PST) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8663F43FE5 for ; Tue, 28 Oct 2003 17:02:31 -0800 (PST) (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 ABX28021; Wed, 29 Oct 2003 11:02:18 +1000 (EST) From: Message-Id: <200310290102.ABX28021@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; Wed, 29 Oct 2003 11:02:18 +1000 Date: Wed, 29 Oct 2003 11:02:18 +1000 To: Owen Anderson 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: Wed, 29 Oct 2003 01:02:35 -0000 Hi Owen, >Sounds like a plan. I'd do just that if I had the >faintest idea how. What files do I need to go poking >around in, and what tools do I need to use for it? You'll need to locate the hex string in /boot/kernel/kernel, and you'll have to use a hex editor. Emac's hexl-mode is quite good. later, Peter.