From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FnKMy-000313-NR for mharc-grub-devel@gnu.org; Mon, 05 Jun 2006 15:04:08 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FnKMw-00030x-Rr for grub-devel@gnu.org; Mon, 05 Jun 2006 15:04:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FnKMv-00030l-K0 for grub-devel@gnu.org; Mon, 05 Jun 2006 15:04:06 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FnKMv-00030i-Gm for grub-devel@gnu.org; Mon, 05 Jun 2006 15:04:05 -0400 Received: from [212.85.152.101] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FnKU8-0007xR-2w for grub-devel@gnu.org; Mon, 05 Jun 2006 15:11:32 -0400 Received: from kotoba.oasis.nexedi.com (kotoba.oasis.nexedi.com [212.85.152.101]) by kotoba.storever.com (Postfix) with ESMTP id 2BDA93C000394 for ; Mon, 5 Jun 2006 22:40:54 +0200 (CEST) Received: from [??1] (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id E05953C000393 for ; Mon, 5 Jun 2006 22:40:53 +0200 (CEST) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Mon, 5 Jun 2006 21:04:02 +0200 User-Agent: KMail/1.8.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606052104.02333.okuji@enbug.org> X-Bogosity: No, tests=bogofilter, spamicity=0.492627, version=0.17.2 Subject: 1-based partition numbering 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, 05 Jun 2006 19:04:07 -0000 So I have changed the partition numbering to 1-based. The strategy is that we use 1-based only for the string representation of a device, while keeping 0-based internally. I think this is more intuitive for hacking. I assume that I have modified all relevant parts, but I might have missed some parts. If you find anything not working well, let me know. Okuji