From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754015AbXD1Uip (ORCPT ); Sat, 28 Apr 2007 16:38:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754012AbXD1Uip (ORCPT ); Sat, 28 Apr 2007 16:38:45 -0400 Received: from terminus.zytor.com ([192.83.249.54]:49868 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754015AbXD1Uio (ORCPT ); Sat, 28 Apr 2007 16:38:44 -0400 Message-ID: <4633B0BB.6080600@zytor.com> Date: Sat, 28 Apr 2007 13:38:19 -0700 From: "H. Peter Anvin" User-Agent: Thunderbird 2.0.0.0 (X11/20070419) MIME-Version: 1.0 To: "Eric W. Biederman" CC: Jeff Garzik , Andi Kleen , patches@x86-64.org, Vivek Goyal , linux-kernel@vger.kernel.org Subject: Re: [patches] [PATCH] [21/22] x86_64: Extend bzImage protocol for relocatable bzImage References: <20070428758.455116000@suse.de> <20070428175909.1D09D151CA@wotan.suse.de> <46338D72.70402@garzik.org> In-Reply-To: X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Eric W. Biederman wrote: > > The boot protocol change is in 2.6.21 for arch/i386. > > HPA looked at it a while ago. > > All it does is set a flag that tells a bootloader. > "Hey. I can run when loaded a non-default address, and this is what > you have to align me to." > > All relocation processing happens in the kernel itself. > > So it is all pretty trivial. > Indeed. We *did* find some problems with Grub with the early versions, those were addressed. -hpa