From owner-freebsd-ppc@FreeBSD.ORG Sun Apr 18 22:16:02 2010 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9AEC21065672 for ; Sun, 18 Apr 2010 22:16:02 +0000 (UTC) (envelope-from super_bisquit@yahoo.com) Received: from n3-vm1.bullet.mail.gq1.yahoo.com (n3-vm1.bullet.mail.gq1.yahoo.com [67.195.23.157]) by mx1.freebsd.org (Postfix) with SMTP id 66DD18FC0A for ; Sun, 18 Apr 2010 22:16:02 +0000 (UTC) Received: from [67.195.9.82] by n3.bullet.mail.gq1.yahoo.com with NNFMP; 18 Apr 2010 22:16:01 -0000 Received: from [98.137.27.208] by t2.bullet.mail.gq1.yahoo.com with NNFMP; 18 Apr 2010 22:16:01 -0000 Received: from [127.0.0.1] by omp118.mail.gq1.yahoo.com with NNFMP; 18 Apr 2010 22:16:01 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 967007.59617.bm@omp118.mail.gq1.yahoo.com Received: (qmail 33176 invoked by uid 60001); 18 Apr 2010 22:16:01 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1271628961; bh=pVVGyDqNy9HNbr+9QTcm60+n5vQ6RJ+7X7tKgPB5azU=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=a573bOwA+wYl7FP0lf0V3DiIWXpZoEfij5QlYLYZC0u2mSPEEzgvO0a6bPoFxUiOPP+Z3ozxaRPVasEIACznl1cRVJkMH+p5kECmyBUh5QH3/coyly+PEuQaog2R/GwKyazsfgfhri5iz28mpa+8bwwxMmrBmlcjOZmNhvkpAK0= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=C5WaeyKFmV3UuTHxId0UXMCx3vvGuIfTdyAZLK8sHrzF5XTvcUgF1j1nqBoi/YKCyQvedj14KvnBKqZnRR4kUpQuvhj5T3jh9QXPUuLP73jIcORyRMLL/vKNbnSQqgh4fqx7UdT4SHnCwVydVcMm9KOhvV1afADFc1MN38KBjWk=; Message-ID: <675627.32516.qm@web110101.mail.gq1.yahoo.com> X-YMail-OSG: aDBetEMVM1kfqvyZVD4j2ILwIMiD3X2q4cqnsM0V206sgxa do4pXJellfuX_zZCboX4YBaMpif5vK_dgn374v6UcHrY3DH_EsuyBt5_3bCe RRrR9.mGwLClJvz63jo16BOKGvdHHkyYk3.WIQD7sjkREWIiXNlPn6IaWI.o mGf5d.6EE1uVGcEMKD__wy0nin6x_8y8c2OOSEDR5Drj7iActBLXofUjPmJU JEssoDwPuPWBxK7sl0pSuP_7b2x5g5gbA87bP67mqRaxCKix1vrxa_SChd4t rBln0s26S7U.C.HgO2qI0VA-- Received: from [71.200.56.84] by web110101.mail.gq1.yahoo.com via HTTP; Sun, 18 Apr 2010 15:16:01 PDT X-Mailer: YahooMailClassic/10.1.9 YahooMailWebService/0.8.102.267879 Date: Sun, 18 Apr 2010 15:16:01 -0700 (PDT) From: Super Biscuit To: freebsd-ppc@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: On x86, boot1.hfs does not exist in /usr/src X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Apr 2010 22:16:02 -0000 %locate boot1 /boot/boot1 /usr/src/sys/boot/i386/boot2/boot1.S /usr/src/sys/boot/powerpc/boot1.chrp /usr/src/sys/boot/powerpc/boot1.chrp/Makefile /usr/src/sys/boot/powerpc/boot1.chrp/Makefile.hfs /usr/src/sys/boot/powerpc/boot1.chrp/boot1.c /usr/src/sys/boot/powerpc/boot1.chrp/bootinfo.txt /usr/src/sys/boot/powerpc/boot1.chrp/generate-hfs.sh /usr/src/sys/boot/powerpc/boot1.chrp/hfs.tmpl.bz2.uu /usr/src/sys/boot/sparc64/boot1 /usr/src/sys/boot/sparc64/boot1/Makefile /usr/src/sys/boot/sparc64/boot1/_start.s /usr/src/sys/boot/sparc64/boot1/boot1.c Once the disk is partitioned, you must install the bootloader by hand to the 800 K partition. If that is ad0s1, you can do that as follows: dd if=/boot/boot1.hfs of=/dev/ad0s1" My options for building it are: x86 FreeBSD or Debian powerPC. I am also seeing uboot and a few maps in /usr/src. Can this be placed such that yaboot would let it load? "