From owner-freebsd-ppc@FreeBSD.ORG Thu Oct 2 23:56:06 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 2242516A4B3 for ; Thu, 2 Oct 2003 23:56:06 -0700 (PDT) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0877D43F3F for ; Thu, 2 Oct 2003 23:56:05 -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 ABR48403 (AUTH peterg@ptree32.com.au); Fri, 3 Oct 2003 16:55:56 +1000 (EST) Sender: grehan@dommail.onthenet.com.au Message-ID: <3F7D1D7E.11616929@freebsd.org> Date: Fri, 03 Oct 2003 16:55:58 +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> 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: Fri, 03 Oct 2003 06:56:06 -0000 Hi Jens, > as I asked in May, is their any chance for me to setup a cd or hard > disk to get my IBM 43p booting a freebsd? My question is: how do I > cross-compile my src-tree and how do I have to set up the hard disk > I put in the machine (or how do I create a cd-image, because 'make > isoimage' seems not to work or I'm to stupid for this)? To cross-compile the source tree: # make -DNOLIBC_R TARGET_ARCH=powerpc buildworld # make -DNOLIBC_R TARGET_ARCH=powerpc buildkernel Now, since this is an IBM Power machine, and unsupported by FreeBSD/PPC, the first step is probably to see if the FreeBSD loader will be accepted by OpenFirmware. The best bet would be to see if you could get Linux up and running on the box, since that would provide an environment where you could gather info on how to boot the box and it's h/w internals. later, Peter.