From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1EbNp0-0005M3-41 for mharc-grub-devel@gnu.org; Sun, 13 Nov 2005 14:47:26 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EbNoy-0005Kr-4Q for grub-devel@gnu.org; Sun, 13 Nov 2005 14:47:24 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EbNow-0005JL-6U for grub-devel@gnu.org; Sun, 13 Nov 2005 14:47:23 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EbNow-0005J6-1n for grub-devel@gnu.org; Sun, 13 Nov 2005 14:47:22 -0500 Received: from [145.74.66.11] (helo=mail-cn.han.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EbNov-0001aU-Uj for grub-devel@gnu.org; Sun, 13 Nov 2005 14:47:22 -0500 Received: from vscan-cn.han.nl (venus.han.nl [145.74.65.6]) by mail-cn.han.nl (Postfix) with ESMTP id 803ED865D for ; Sun, 13 Nov 2005 20:47:18 +0100 (CET) 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 32655-08 for ; Sun, 13 Nov 2005 20:47:15 +0100 (CET) Received: from mail1.han.nl (mail1.han.nl [145.74.103.11]) by mail-cn.han.nl (Postfix) with ESMTP id B2E2485AC for ; Sun, 13 Nov 2005 20:47:15 +0100 (CET) Received: from localhost.localdomain (mgerards.xs4all.nl [82.92.27.129]) by mail1.han.nl (Postfix) with ESMTP id 76B43C04A for ; Sun, 13 Nov 2005 20:47:15 +0100 (CET) Mail-Copies-To: metgerards@student.han.nl To: The development of GRUB 2 References: <200510201547.51345.T.E.Baldwin99@members.leeds.ac.uk> <200511081920.13335.T.E.Baldwin99@members.leeds.ac.uk> <877jbclelh.fsf@student.han.nl> <200511131851.27230.T.E.Baldwin99@members.leeds.ac.uk> From: Marco Gerards Date: Sun, 13 Nov 2005 20:47:16 +0100 In-Reply-To: <200511131851.27230.T.E.Baldwin99@members.leeds.ac.uk> (Timothy Baldwin's message of "Sun, 13 Nov 2005 18:51:16 +0000") Message-ID: <87psp4gwjf.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: Linux/ADFS partition table 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: Sun, 13 Nov 2005 19:47:24 -0000 Timothy Baldwin writes: > On Sunday 13 Nov 2005 16:03, Marco Gerards wrote: >> Timothy Baldwin writes: > >> * include/grub/acorn_filecore.h: Likewise. >> >> I would prefer to move this to partmap/acorn.c. Or do you have to use >> this struct elsewhere? > > Yes it's also used in disk/arm/RISC_OS/filecore.c, as a parameter to some > system calls for reading disks. Ok. > That will be a few patches down the line, but see > http://www.majoroak.f2s.com/tim/grub/RISC_OS/patches/grub2-patch3c.diff.gz > for a preview. Ok. I have just committed your patch. Thanks for your contribution. There were a few things I changed. I think it was only some C++ comment that I changed to a C comment. And some lines were a bit too long. So nothing big, but it might cause conflicts with other patches you have... I am looking forwards to your next patch. Thanks, Marco