From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: build problems Date: Tue, 29 Dec 2009 10:07:57 +0000 Message-ID: <1262081277.31374.2.camel@localhost.localdomain> References: Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: Justin Ferguson , "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On Tue, 2009-12-29 at 09:11 +0000, Keir Fraser wrote: > > You can most assuredly use a 2.6.18 bzImage for dom0 -- Xen knows what > to do with it. Unless someone backported the v2.08 bzImage format extensions (which I don't think is the case) then you cannot boot a 2.6.18 bzImage under Xen, that support relies on newer fields in the header. IIRC those patches went into 2.6.27 upstream, although e.g. Debian backported them to their 2.6.26 kernel. For 2.6.18 I think you still need to use the old compressed-ELF style kernels. Ian.