From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1EKl7k-00007v-Pu for mharc-grub-devel@gnu.org; Wed, 28 Sep 2005 19:14:05 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EKl7h-00006b-1o for grub-devel@gnu.org; Wed, 28 Sep 2005 19:14:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EKl7d-0008WD-GV for grub-devel@gnu.org; Wed, 28 Sep 2005 19:13:58 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EKl7c-0008TV-AN for grub-devel@gnu.org; Wed, 28 Sep 2005 19:13:56 -0400 Received: from [212.85.152.101] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EKl61-0008BD-Mv for grub-devel@gnu.org; Wed, 28 Sep 2005 19:12:17 -0400 Received: from ASSP-nospam (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id BF50C3C00627C for ; Thu, 29 Sep 2005 03:34:25 +0200 (CEST) Received: from 127.0.0.1 ([127.0.0.1] helo=ip6-localhost) by ASSP-nospam ; 29 Sep 05 01:34:25 -0000 From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Thu, 29 Sep 2005 01:12:15 +0200 User-Agent: KMail/1.7.2 References: <874q861b0z.fsf@student.han.nl> <874q85ei7j.fsf@student.han.nl> <87zmpxcxl3.fsf@student.han.nl> In-Reply-To: <87zmpxcxl3.fsf@student.han.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509290112.15925.okuji@enbug.org> Subject: Re: AFFS 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: Wed, 28 Sep 2005 23:14:02 -0000 On Wednesday 28 September 2005 12:10 pm, Marco Gerards wrote: > Your problem with missing files and that some junk was shown should be > fixed now. I cleaned up the sourcecode a bit and fixed some other > things. I fixed some trivial bugs. Besides ls /dev and the slowness, it seems to be working. I will do more tests on a native environment in this weekend. For this, I made GRUB 2 bootable with GRUB. Since I'm chicken, I am still scared of installing GRUB 2 in the MBR. With this new feature, I don't have to install GRUB 2 for testing. Netbooting is another way, but this is easier to set up. At the moment, the multiboot loader in GRUB 2 does not support the a.out kludge, so GRUB 2 cannot boot GRUB 2, but GRUB Legacy can boot GRUB 2. Okuji