From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JK5Il-0007vJ-T7 for mharc-grub-devel@gnu.org; Wed, 30 Jan 2008 00:15:59 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JK5Ik-0007uJ-JW for grub-devel@gnu.org; Wed, 30 Jan 2008 00:15:58 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JK5Ii-0007st-Vz for grub-devel@gnu.org; Wed, 30 Jan 2008 00:15:58 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JK5Ii-0007sk-Qw for grub-devel@gnu.org; Wed, 30 Jan 2008 00:15:56 -0500 Received: from smtp6-g19.free.fr ([212.27.42.36]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JK5Ii-0004LJ-HU for grub-devel@gnu.org; Wed, 30 Jan 2008 00:15:56 -0500 Received: from smtp6-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp6-g19.free.fr (Postfix) with ESMTP id A71DA5FDAD; Wed, 30 Jan 2008 06:15:55 +0100 (CET) Received: from saphi (boi78-1-82-232-198-173.fbx.proxad.net [82.232.198.173]) by smtp6-g19.free.fr (Postfix) with ESMTP id 8CEBB5FD80; Wed, 30 Jan 2008 06:15:53 +0100 (CET) Received: from gingold by saphi with local (Exim 3.36 #1 (Debian)) id 1JK5Ph-0000f6-00; Wed, 30 Jan 2008 06:23:09 +0100 Date: Wed, 30 Jan 2008 06:23:09 +0100 To: Robert Millan Message-ID: <20080130052309.GA2528@saphi> References: <20080129051252.GA2504@saphi> <20080129095922.GA31756@thorin> <1201602926.479f016e27f08@imp.free.fr> <20080129113219.GA22894@thorin> <1201611409.479f22918bed6@imp.free.fr> <20080129131934.GB26291@thorin> <871w80adut.fsf@xs4all.nl> <20080129153052.GA5363@thorin> <1201624700.479f567c0784f@imp.free.fr> <20080129184829.GE12993@thorin> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080129184829.GE12993@thorin> User-Agent: Mutt/1.5.9i From: Tristan Gingold X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Cc: tgingold@free.fr, The development of GRUB 2 Subject: Re: IA64 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: Wed, 30 Jan 2008 05:15:58 -0000 On Tue, Jan 29, 2008 at 07:48:29PM +0100, Robert Millan wrote: [...] > AFAIK, there's no standard specifiing FAT, only a few implementations that act > de-facto as a "reference". Because of this, it is up to us to decide what is > "standard" and what is just an OS-dependant oddity. There are spefications from MS, eg: Microsoft Extensible Firmware Initiative FAT32 File System Specification, rev. 1.03, December 6, 2000, (http://www.microsoft.com/whdc/system/platform/firmware/fatgen.mspx) or even ECMA 107. > Since the choice is arbitrary, why not choose based on the merits of each > option, rather than based on what some implementations do? Tristan.