From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JSMxL-0007J9-91 for mharc-grub-devel@gnu.org; Thu, 21 Feb 2008 20:44:07 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JSMxJ-0007IL-M5 for grub-devel@gnu.org; Thu, 21 Feb 2008 20:44:05 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JSMxH-0007GJ-MV for grub-devel@gnu.org; Thu, 21 Feb 2008 20:44:05 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSMxH-0007GG-HI for grub-devel@gnu.org; Thu, 21 Feb 2008 20:44:03 -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 1JSMxH-00013H-4w for grub-devel@gnu.org; Thu, 21 Feb 2008 20:44:03 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JSMx7-0003a2-PP for grub-devel@gnu.org; Fri, 22 Feb 2008 01:43:53 +0000 Received: from adsl-69-234-232-67.dsl.irvnca.pacbell.net ([69.234.232.67]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Feb 2008 01:43:53 +0000 Received: from wa1ter by adsl-69-234-232-67.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Feb 2008 01:43:53 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: grub-devel@gnu.org From: walt Date: Thu, 21 Feb 2008 17:44:28 -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-232-67.dsl.irvnca.pacbell.net User-Agent: Thunderbird 3.0a1pre (X11/2008022105) In-Reply-To: Sender: news X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) Subject: Re: Anyone using the new aout 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: Fri, 22 Feb 2008 01:44:06 -0000 Bean wrote: > On Thu, Feb 21, 2008 at 8:29 AM, walt wrote: >> I just built grub2 from cvs to try all of Bean's wonderful work >> with BSD/UFS and aout. I added no patches, and built on linux. >> >> Everything seems to work very well indeed, except that the 'aout' >> command is still not available to me at the grub2 shell prompt. >> ... > Unlike the first version, aout is not a standalone command now, it's > just some helper function used by the bsd and multiboot module. Yes, thanks! I can use 'freebsd /boot/loader' now, and also the more modern 'freebsd /boot/kernel/kernel' to load the kernel directly. Most excellent work, Bean, and thanks again.