From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1EQjxG-0003d7-U5 for mharc-grub-devel@gnu.org; Sat, 15 Oct 2005 07:11:59 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EQjxF-0003d2-4z for grub-devel@gnu.org; Sat, 15 Oct 2005 07:11:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EQjxD-0003cq-D5 for grub-devel@gnu.org; Sat, 15 Oct 2005 07:11:56 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EQjxD-0003cm-AN for grub-devel@gnu.org; Sat, 15 Oct 2005 07:11:55 -0400 Received: from [145.74.66.11] (helo=mail-cn.han.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EQjxD-0001zC-77 for grub-devel@gnu.org; Sat, 15 Oct 2005 07:11:55 -0400 Received: from vscan-cn.han.nl (venus.han.nl [145.74.65.6]) by mail-cn.han.nl (Postfix) with ESMTP id E8CC38966 for ; Sat, 15 Oct 2005 13:11: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 23815-03 for ; Sat, 15 Oct 2005 13:11:53 +0200 (CEST) Received: from mail1.han.nl (mail1.han.nl [145.74.103.11]) by mail-cn.han.nl (Postfix) with ESMTP id D93C38946 for ; Sat, 15 Oct 2005 13:11:52 +0200 (CEST) Received: from localhost.localdomain (mgerards.xs4all.nl [82.92.27.129]) by mail1.han.nl (Postfix) with ESMTP id 8BEB0C048 for ; Sat, 15 Oct 2005 13:11:52 +0200 (CEST) Mail-Copies-To: metgerards@student.han.nl To: The development of GRUB 2 References: <874q861b0z.fsf@student.han.nl> <87zmpxcxl3.fsf@student.han.nl> <200509290112.15925.okuji@enbug.org> <200510151128.47724.okuji@enbug.org> From: Marco Gerards Date: Sat, 15 Oct 2005 13:11:58 +0200 In-Reply-To: <200510151128.47724.okuji@enbug.org> (Yoshinori K. Okuji's message of "Sat, 15 Oct 2005 11:28:47 +0200") Message-ID: <87fyr3ghkx.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: 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 11:11:57 -0000 "Yoshinori K. Okuji" writes: > 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. Was this fixed by your last commit? > 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. You are right. And there are some other things that can be improved as well. I will do this when I am done with writing filesystems. -- Marco