From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1MIolO-0002Mc-IO for mharc-grub-devel@gnu.org; Mon, 22 Jun 2009 15:01:06 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MIolM-0002MT-TQ for grub-devel@gnu.org; Mon, 22 Jun 2009 15:01:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MIolI-0002MC-Ep for grub-devel@gnu.org; Mon, 22 Jun 2009 15:01:04 -0400 Received: from [199.232.76.173] (port=55861 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MIolI-0002M9-Ac for grub-devel@gnu.org; Mon, 22 Jun 2009 15:01:00 -0400 Received: from c60.cesmail.net ([216.154.195.49]:2412) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1MIolH-00054x-LZ for grub-devel@gnu.org; Mon, 22 Jun 2009 15:00:59 -0400 Received: from unknown (HELO smtprelay2.cesmail.net) ([192.168.1.112]) by c60.cesmail.net with ESMTP; 22 Jun 2009 15:00:58 -0400 Received: from [192.168.0.22] (static-72-92-88-10.phlapa.fios.verizon.net [72.92.88.10]) by smtprelay2.cesmail.net (Postfix) with ESMTPSA id 2539234C6A for ; Mon, 22 Jun 2009 15:07:07 -0400 (EDT) From: Pavel Roskin To: The development of GRUB 2 In-Reply-To: <20090622150252.GA28202@thorin> References: <20090621181748.GA21152@thorin> <20090622150252.GA28202@thorin> Content-Type: text/plain Date: Mon, 22 Jun 2009 15:00:56 -0400 Message-Id: <1245697256.1926.12.camel@mj> Mime-Version: 1.0 X-Mailer: Evolution 2.26.2 (2.26.2-1.fc11) Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: [PATCH] s/GRUB_MEMORY_MACHINE_LINK_ADDR/GRUB_KERNEL_MACHINE_LINK_ADDR/g (Re: [PATCH] i386-qemu port) X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2009 19:01:05 -0000 On Mon, 2009-06-22 at 17:02 +0200, Robert Millan wrote: > My latest qemu patch removes the redundancy between boot.img link address > and GRUB_BOOT_MACHINE_SIZE. This requires two macros for distinguishing > between kernel & boot link addresses: > > GRUB_BOOT_MACHINE_LINK_ADDR = 0xffe00 > GRUB_KERNEL_MACHINE_LINK_ADDR = 0x8200 > > whereas the existing GRUB_MEMORY_MACHINE_LINK_ADDR becomes ambigous. This > patch discards it in favour of GRUB_KERNEL_MACHINE_LINK_ADDR (the i386-pc > bits need to be modified, since they share grub-mkimage code). Fine with me. -- Regards, Pavel Roskin