From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Fajar A. Nugraha" Subject: Re: how to complie 2.6.34 dom0 kernel to bzImage (Nothing to be done for `bzImage) Date: Thu, 15 Jul 2010 17:44:36 +0700 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-users-bounces@lists.xensource.com Errors-To: xen-users-bounces@lists.xensource.com To: lei yang Cc: xen-devel@lists.xensource.com, Xen Mailing List List-Id: xen-devel@lists.xenproject.org On Thu, Jul 15, 2010 at 4:34 PM, lei yang wrote: > All, > > I patched linux-2.6.34 with xen patches > > I find if I don't enable XEN ,use default kernel config > :i386_defconfig, make bzImage can build well > > > if I enable =A0XEN:eg: CONFIG_X86_XEN=3Dy > > [lyang0@ala-lpggp1 linux-2.6.34]$ make ARCH=3Di386 bzImage > scripts/kconfig/conf -s arch/x86/Kconfig > # > # configuration written to .config > # > make: Nothing to be done for `bzImage'. Short answer: don't run make bzImage. Simply run "make", and you'll have vmlinuz (./arch/x86/boot/vmlinuz) which you can use. > > Note:2.6.33 works well Is this 2.6.33 pv_ops from Jeremy's git tree? pv_ops and Novell's xen patches are somewhat different, so something that works on pv_ops may or may not work on Novell's xen patches, and vise versa. --=20 Fajar