From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Gno7F-0001VR-5O for mharc-grub-devel@gnu.org; Fri, 24 Nov 2006 22:22:09 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gno7C-0001Tt-B0 for grub-devel@gnu.org; Fri, 24 Nov 2006 22:22:06 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gno7A-0001SY-Io for grub-devel@gnu.org; Fri, 24 Nov 2006 22:22:05 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gno7A-0001SP-Du for grub-devel@gnu.org; Fri, 24 Nov 2006 22:22:04 -0500 Received: from [212.85.152.101] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gno7A-0002Xe-8H for grub-devel@gnu.org; Fri, 24 Nov 2006 22:22:04 -0500 Received: from kotoba.oasis.nexedi.com (kotoba.oasis.nexedi.com [212.85.152.101]) by kotoba.storever.com (Postfix) with ESMTP id A77AC3C79B06D for ; Sat, 25 Nov 2006 07:11:33 +0100 (CET) Received: from [??1] (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 8722A3C79B06C for ; Sat, 25 Nov 2006 07:11:33 +0100 (CET) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Sat, 25 Nov 2006 04:21:58 +0100 User-Agent: KMail/1.8.2 References: <20061113185112.8207.qmail@web36109.mail.mud.yahoo.com> In-Reply-To: <20061113185112.8207.qmail@web36109.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611250422.00141.okuji@enbug.org> X-Bogosity: No, tests=bogofilter, spamicity=0.112928, version=0.17.2 Subject: Re: grub-mkimage 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: Sat, 25 Nov 2006 03:22:07 -0000 On Monday 13 November 2006 19:51, Andrey Shuvikov wrote: > I was looking into how grub2 works and noticed that in > the load list in grub2/boot/i386/pc/diskboot.S sector > number is 8-byte integer, while > grub2/util/i386/pc/grub-mkimage.c sets the number of > sectors to load at 4-byte offset. Because of this it > actually patches upper part of the sector rather than > number of sectors. Thank you for your patch. I've checked it in right now. Okuji