> Yoshihiro Ota wrote:
> > About one year ago, I was able to do the regular procedure after enabling
> > i386 compat.
> > It was just another make world for me.
> >
> > options COMPAT_IA32
> >
> > What I mean is:
> >
> > # 1. `cd /usr/src' (or to the directory containing your source
> > tree).
> > # 2. `make buildworld'
> > # 3. `make buildkernel KERNCONF=3DYOUR_KERNEL_HERE' (default is
> > GENERIC).
>
> But if you already have an i386 kernel running, wouldn't running "make
> buildkernel" just make another i386 kernel?
try
make buildkernel TARGET_ARCH=amd64 KERNCONF=YOUR_KERNEL_HERE
works for me,
danny
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"