From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JNxh8-0004wn-Nf for mharc-grub-devel@gnu.org; Sat, 09 Feb 2008 16:57:10 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JNxh6-0004wi-PB for grub-devel@gnu.org; Sat, 09 Feb 2008 16:57:08 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JNxh3-0004wW-Bp for grub-devel@gnu.org; Sat, 09 Feb 2008 16:57:07 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JNxh3-0004wT-4T for grub-devel@gnu.org; Sat, 09 Feb 2008 16:57:05 -0500 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JNxh2-0007cH-Ml for grub-devel@gnu.org; Sat, 09 Feb 2008 16:57:04 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JNxgz-0002Gm-74 for grub-devel@gnu.org; Sat, 09 Feb 2008 21:57:01 +0000 Received: from adsl-69-234-226-14.dsl.irvnca.pacbell.net ([69.234.226.14]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 09 Feb 2008 21:57:01 +0000 Received: from wa1ter by adsl-69-234-226-14.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 09 Feb 2008 21:57:01 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: grub-devel@gnu.org From: walt Date: Sat, 09 Feb 2008 13:57:35 -0800 Organization: none Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-226-14.dsl.irvnca.pacbell.net User-Agent: Thunderbird 3.0a1pre (X11/2008020905) In-Reply-To: Sender: news X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) Subject: Re: [PATCH] a.out support for multiboot and freebsd 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, 09 Feb 2008 21:57:08 -0000 Bean wrote: > Hi, > > This patch add a.out support for multiboot. It also support the boot2 > loader (a.out format) of freebsd: > > set root=(hd0,0,a) > aout_freebsd /boot/loader > boot > > 2008-02-10 Bean ... Hi Bean, and thanks for the patch. Unfortunately, the patch is malformed in at least two places and also has whitespace corruption. I did my best to edit the patch by hand until it seemed to apply okay, but I don't trust my results. I have this same patch corruption problem with many of your posts. Can you change the way you attach patches somehow? Maybe change email client? Anyone else have a suggestion? Bean, can you download your own patch from the mailing list and see if it will apply to your own code? Thanks!