FreeBSD is now self-hosting on the UltraSPARC T1
Kip Macy
kip.macy at gmail.com
Sun May 21 12:56:25 PDT 2006
On 5/21/06, Kris Kennaway <kris at obsecurity.org> wrote:
> On Sat, May 20, 2006 at 10:19:58PM -0700, Kip Macy wrote:
> > I'm proud to announce that FreeBSD on the T1 is now stable enough that
> > it can "make buildworld" natively.
>
> Excellent work!
Thanks.
> When can I start breaking it? :)
As soon as someone can provide you with a T1000 or T2000 - I think
Paul may already have one. I went out of my way to make sure that:
export MAKEOBJDIRPREFIX=<objpath>; make buildworld TARGET_ARCH=sparc64
TARGET=sun4v; make buildkernel TARGET_ARCH=sparc64 TARGET=sun4v; su;
make installworld TARGET_ARCH=sparc64 TARGET=sun4v DESTDIR=<path>;
make installkernel TARGET_ARCH=sparc64 TARGET=sun4v DESTDIR=<path>;
would just work straight out of perforce.
I ended up doing make -j8 buildworld because make -j32 exposed a panic
inducing race in NFS about 30 minutes in.
I'm really looking forward to seeing what kind of locking contention
we're getting in the kernel.
-Kip
More information about the freebsd-current
mailing list