From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1ET5Oe-0005VV-Lp for mharc-grub-devel@gnu.org; Fri, 21 Oct 2005 18:29:56 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ET5Od-0005Ug-7Q for grub-devel@gnu.org; Fri, 21 Oct 2005 18:29:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ET5Oc-0005UT-PQ for grub-devel@gnu.org; Fri, 21 Oct 2005 18:29:55 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ET5Oc-0005UQ-EX for grub-devel@gnu.org; Fri, 21 Oct 2005 18:29:54 -0400 Received: from [145.74.66.11] (helo=mail-cn.han.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ET5Oc-0006T8-HM for grub-devel@gnu.org; Fri, 21 Oct 2005 18:29:54 -0400 Received: from vscan-cn.han.nl (venus.han.nl [145.74.65.6]) by mail-cn.han.nl (Postfix) with ESMTP id B07D78871 for ; Sat, 22 Oct 2005 00:29:53 +0200 (CEST) Received: from mail-cn.han.nl ([145.74.66.11]) by vscan-cn.han.nl (venus.han.nl [145.74.65.6]) (amavisd-new, port 10024) with ESMTP id 26241-04 for ; Sat, 22 Oct 2005 00:29:53 +0200 (CEST) Received: from mail1.han.nl (mail1.han.nl [145.74.103.11]) by mail-cn.han.nl (Postfix) with ESMTP id 0A0EE87E9 for ; Sat, 22 Oct 2005 00:29:53 +0200 (CEST) Received: from localhost.localdomain (mgerards.xs4all.nl [82.92.27.129]) by mail1.han.nl (Postfix) with ESMTP id A360DC045 for ; Sat, 22 Oct 2005 00:29:52 +0200 (CEST) Mail-Copies-To: metgerards@student.han.nl To: The development of GRUB 2 References: <200510211417.41141.T.E.Baldwin99@members.leeds.ac.uk> <87ek6eo6nn.fsf@student.han.nl> <200510220024.48173.okuji@enbug.org> From: Marco Gerards Date: Sat, 22 Oct 2005 00:29:53 +0200 In-Reply-To: <200510220024.48173.okuji@enbug.org> (Yoshinori K. Okuji's message of "Sat, 22 Oct 2005 00:24:48 +0200") Message-ID: <8764rqo65a.fsf@student.han.nl> User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by amavisd-new (2.2.0) at vscan-cn.han.nl Subject: Re: [patch] 64 bit disk address support (= 8192EiB disks) 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: Fri, 21 Oct 2005 22:29:55 -0000 "Yoshinori K. Okuji" writes: > On Saturday 22 October 2005 12:18 am, Marco Gerards wrote: >> > * include/grub/types.h (grub_lba_t): New typedef. >> >> Why did you choose this name? What about using grub_sector_t instead >> as name? > > I think it is better to define grub_off_t as grub_uint64_t, and use > grub_off_t. Fine for me. -- Marco