From owner-freebsd-ppc@FreeBSD.ORG Mon Oct 6 03:27:01 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 82B6316A4B3 for ; Mon, 6 Oct 2003 03:27:01 -0700 (PDT) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 697B443FCB for ; Mon, 6 Oct 2003 03:26:59 -0700 (PDT) (envelope-from grehan@freebsd.org) Received: from freebsd.org (CPE-203-45-244-178.qld.bigpond.net.au [203.45.244.178]) by dommail.onthenet.com.au (Mirapoint Messaging Server MOS 3.2.4-GA) with ESMTP id ABS30375 (AUTH peterg@ptree32.com.au); Mon, 6 Oct 2003 20:26:52 +1000 (EST) Sender: grehan@dommail.onthenet.com.au Message-ID: <3F81438B.331EC2A5@freebsd.org> Date: Mon, 06 Oct 2003 20:27:23 +1000 From: Peter Grehan X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.2.14-12 i686) X-Accept-Language: en MIME-Version: 1.0 To: Jens Rehsack References: <3F7C08B9.6080803@liwing.de> <3F7D1D7E.11616929@freebsd.org> <3F7D1F45.7060004@liwing.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: Porting FreeBSD to the PowerPC Subject: Re: Initially setting up power pc 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: Mon, 06 Oct 2003 10:27:01 -0000 Hi Jens, > > To cross-compile the source tree: > > > > # make -DNOLIBC_R TARGET_ARCH=powerpc buildworld > > # make -DNOLIBC_R TARGET_ARCH=powerpc buildkernel > > Ok, than it's build. How do I get this into the machine? 'make release' doesn't work for PPC yet, so it's not really possible to build an ISO without a lot of manual effort. That being said, it's all moot if the loader doesn't work. What I'd suggest is trying to boot the FreeBSD loader from the IBM's open firmware prompt. I have no idea how to do that, so I guess it's worth scanning Linux archives. > Linux/PPC runs fine, since 2000. OK, that should at least give you a start wrt to how to bootstrap the system. later, Peter.