From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1EQiLp-0000vy-AX for mharc-grub-devel@gnu.org; Sat, 15 Oct 2005 05:29:13 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EQiLZ-0000ui-K0 for grub-devel@gnu.org; Sat, 15 Oct 2005 05:28:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EQiLV-0000u7-AF for grub-devel@gnu.org; Sat, 15 Oct 2005 05:28:55 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EQiLR-0000ts-V5 for grub-devel@gnu.org; Sat, 15 Oct 2005 05:28:50 -0400 Received: from [212.85.152.101] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EQiLR-0006Fi-SE for grub-devel@gnu.org; Sat, 15 Oct 2005 05:28:50 -0400 Received: from ASSP-nospam (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 38C113C006286 for ; Sat, 15 Oct 2005 13:58:04 +0200 (CEST) Received: from 127.0.0.1 ([127.0.0.1] helo=ip6-localhost) by ASSP-nospam ; 15 Oct 05 11:58:03 -0000 From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Sat, 15 Oct 2005 11:28:47 +0200 User-Agent: KMail/1.7.2 References: <874q861b0z.fsf@student.han.nl> <87zmpxcxl3.fsf@student.han.nl> <200509290112.15925.okuji@enbug.org> In-Reply-To: <200509290112.15925.okuji@enbug.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510151128.47724.okuji@enbug.org> Subject: XFS support 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, 15 Oct 2005 09:29:01 -0000 On Thursday 29 September 2005 01:12 am, Yoshinori K. Okuji wrote: > Besides ls /dev and the slowness, it seems to be working. I will do more > tests on a native environment in this weekend. I fixed a few bugs, but it is still buggy. grub> cat /home/yo/hobby/grub2/objs/fs-menu.lst error: attempt to seek outside of the file I will take a look at this problem. BTW, I think it is necessary to clean up the whole filesystem code. Currently, it is a mixture of 32-bit and 64-bit. This must be unified to 64-bit in the future. In particular, I don't like that int and grub_uint64_t are mixed up. Okuji