From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: [PATCH 10/10] xen: use boot protocol to boot xen kernel Date: Fri, 15 Jun 2007 09:41:29 -0700 Message-ID: <4672C139.602@goop.org> References: <20070615004818.424726597@goop.org> <20070615005013.609105644@goop.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org To: Satya Cc: v12n List-Id: virtualization@lists.linuxfoundation.org Satya wrote: > hi, > I was trying to figure out the boot code of mini-os included in the > Xen-3.1 source distribution. Is it going to change significantly > because of this new boot protocol? thanks! No, there's no change for existing Xen kernels. It only changes if you're booting from a bzImage format kernel. J