From owner-freebsd-ppc@FreeBSD.ORG Sun Jan 2 15:26:43 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 5646116A4CE; Sun, 2 Jan 2005 15:26:43 +0000 (GMT) Received: from moof.catpipe.net (moof.catpipe.net [195.249.214.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3B4943D31; Sun, 2 Jan 2005 15:26:42 +0000 (GMT) (envelope-from regnauld@moof.catpipe.net) Received: from localhost (localhost [127.0.0.1]) by localhost.catpipe.net (Postfix) with ESMTP id D0EC870604; Sun, 2 Jan 2005 16:26:40 +0100 (CET) Received: from moof.catpipe.net ([127.0.0.1]) by localhost (moof.catpipe.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 34470-01; Sun, 2 Jan 2005 16:26:39 +0100 (CET) Received: by moof.catpipe.net (Postfix, from userid 1001) id AFCA970626; Sun, 2 Jan 2005 16:26:39 +0100 (CET) Resent-From: regnauld@moof.catpipe.net Resent-Date: Sun, 2 Jan 2005 16:26:39 +0100 Resent-Message-ID: <20050102152639.GB34461@moof.catpipe.net> Resent-To: grehan@freebsd.org, freebsd-ppc@freebsd.org X-Keywords: Date: Sun, 2 Jan 2005 15:52:18 +0100 From: Phil Regnauld To: Peter Grehan Message-ID: <20050102145218.GA9189@flow.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at catpipe.net cc: freebsd-ppc@freebsd.org Subject: Re: PPC miniinst.iso 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: Sun, 02 Jan 2005 15:26:43 -0000 A quick status report on the 200412129 snap: It works like a charm, I haven't been able to panic the system yet, (a G4-400 with 512 MB of RAM). Been building a few ports (couldn't get cvsup to compile, the modula3 dependency is a bit daunting), rebuild the kernel after customizing it a bit. So far very few glitches, like kldxref not dealing very well with the PPC object files: kldkldxref: error while reading /boot/kernel/ipfw.ko: Bad address And the fact that the disks are running in BIOSPIO mode, but it's definitely still usable. Since I'm in an adventurous mode, I'll try and see how much of X.org I can get built :) Nice work Peter and all the others!