Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Mar 2007 13:57:09 +0200
From:      Danny Braniss <danny@cs.huji.ac.il>
To:        Ivan Voras <ivoras@fer.hr>
Cc:        Yoshihiro Ota <ota@j.email.ne.jp>, freebsd-stable@freebsd.org
Subject:   Re: Migrating from x86 (32) to amd64 
Message-ID:  <E1HQ0CD-000MDH-7l@cs1.cs.huji.ac.il>
In-Reply-To: Your message of Sat, 10 Mar 2007 12:26:03 %2B0100 .

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






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1HQ0CD-000MDH-7l>