From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JQRX2-00073C-6H for mharc-grub-devel@gnu.org; Sat, 16 Feb 2008 13:13:00 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JQRX0-00072R-3t for grub-devel@gnu.org; Sat, 16 Feb 2008 13:12:58 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JQRWy-00071g-F0 for grub-devel@gnu.org; Sat, 16 Feb 2008 13:12:57 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JQRWy-00071a-5a for grub-devel@gnu.org; Sat, 16 Feb 2008 13:12:56 -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 1JQRWx-0000bK-Vl for grub-devel@gnu.org; Sat, 16 Feb 2008 13:12:56 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JQRWv-0001B3-4u for grub-devel@gnu.org; Sat, 16 Feb 2008 18:12:53 +0000 Received: from adsl-69-234-212-241.dsl.irvnca.pacbell.net ([69.234.212.241]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 16 Feb 2008 18:12:53 +0000 Received: from wa1ter by adsl-69-234-212-241.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 16 Feb 2008 18:12:53 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: grub-devel@gnu.org From: walt Date: Sat, 16 Feb 2008 10:12:43 -0800 Message-ID: <1203185563.5135.5.camel@k9.localnet> References: <20080212193650.GA3319@thorin> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-212-241.dsl.irvnca.pacbell.net In-Reply-To: X-Mailer: Evolution 2.12.3 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, 16 Feb 2008 18:12:58 -0000 On Sun, 2008-02-17 at 00:43 +0800, Bean wrote: > ... > Anyway, i think the bsd module should be fine, here is the whole > patch, if nobody objects, i would like to commit it soon... I vote yes, thanks. I can boot freebsd directly, openbsd directly, netbsd directly or using multiboot. The only problem is that 'aout' doesn't appear as one of the commands I can choose, so I couldn't try it. When I used grub-mkimage I included aout.mod -- should that be needed in addition to bsd.mod? Great work, Bean, thanks.