From owner-freebsd-ppc@FreeBSD.ORG Mon Oct 6 03:45:23 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 D33D216A4B3 for ; Mon, 6 Oct 2003 03:45:23 -0700 (PDT) Received: from mail.liwing.de (mail.liwing.de [213.70.188.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6675543FE1 for ; Mon, 6 Oct 2003 03:45:21 -0700 (PDT) (envelope-from rehsack@liwing.de) Received: (qmail 74655 invoked from network); 6 Oct 2003 10:45:20 -0000 Received: from stingray.liwing.de (HELO liwing.de) ([213.70.188.164]) (envelope-sender ) by mail.liwing.de (qmail-ldap-1.03) with SMTP for ; 6 Oct 2003 10:45:20 -0000 Message-ID: <3F8147BF.5030606@liwing.de> Date: Mon, 06 Oct 2003 10:45:19 +0000 From: Jens Rehsack User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20031004 X-Accept-Language: de-de, de, en-us, en MIME-Version: 1.0 To: Peter Grehan References: <3F7C08B9.6080803@liwing.de> <3F7D1D7E.11616929@freebsd.org> <3F7D1F45.7060004@liwing.de> <3F81438B.331EC2A5@freebsd.org> In-Reply-To: <3F81438B.331EC2A5@freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed 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:45:23 -0000 Peter Grehan wrote: > 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. Hm, I could start a research if setting up harddisk is definitively impossible. What I'm currently interested in is, how do I labeling the disk to get started? >>Linux/PPC runs fine, since 2000. > > OK, that should at least give you a start wrt to how to bootstrap the system. wrt? Don't understood. > later, > > Peter. Jens