Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 Oct 2003 16:55:58 +1000
From:      Peter Grehan <grehan@freebsd.org>
To:        Jens Rehsack <rehsack@liwing.de>
Cc:        Porting FreeBSD to the PowerPC <freebsd-ppc@freebsd.org>
Subject:   Re: Initially setting up power pc
Message-ID:  <3F7D1D7E.11616929@freebsd.org>
References:  <3F7C08B9.6080803@liwing.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F7D1D7E.11616929>