From owner-freebsd-emulation@FreeBSD.ORG Fri Apr 6 05:39:54 2007 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1414316A404 for ; Fri, 6 Apr 2007 05:39:54 +0000 (UTC) (envelope-from anderson@freebsd.org) Received: from mh1.centtech.com (moat3.centtech.com [64.129.166.50]) by mx1.freebsd.org (Postfix) with ESMTP id DBB1E13C448 for ; Fri, 6 Apr 2007 05:39:53 +0000 (UTC) (envelope-from anderson@freebsd.org) Received: from [192.168.42.21] (andersonbox1.centtech.com [192.168.42.21]) by mh1.centtech.com (8.13.8/8.13.8) with ESMTP id l365dRYB089077; Fri, 6 Apr 2007 00:39:27 -0500 (CDT) (envelope-from anderson@freebsd.org) Message-ID: <4615DD0F.5060703@freebsd.org> Date: Fri, 06 Apr 2007 00:39:27 -0500 From: Eric Anderson User-Agent: Thunderbird 1.5.0.10 (X11/20070320) MIME-Version: 1.0 To: Doug Ambrisko References: <200704060007.l3607PUn039606@ambrisko.com> In-Reply-To: <200704060007.l3607PUn039606@ambrisko.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.88.4/3026/Thu Apr 5 22:00:29 2007 on mh1.centtech.com X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=8.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.6 X-Spam-Checker-Version: SpamAssassin 3.1.6 (2006-10-03) on mh1.centtech.com Cc: freebsd-emulation@freebsd.org Subject: Re: Bounty and timeline on vmware 5.x on FreeBSD 6.x X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Apr 2007 05:39:54 -0000 On 04/05/07 19:07, Doug Ambrisko wrote: > Eric Anderson writes: > | PXE boot support is essential for a lot of people doing lots of kernel > | development, either in FreeBSD or Linux. Of course you don't have to > | have that, but I've found it to be incredibly helpful. QEMU actually > | has etherboot support, which supports pxe booting, but the FreeBSD BTX > | goo is slightly unhappy with that, and causes it not to work. I don't > | know anything about BTX or assembly, so I can't help there. > > You can build Etherboot or use rom-a-matic (assuming they haven't broken > FreeBSD support in the version you try). The FreeBSD port version should > work. The caveat is that you need to compile in the hints file and > you can't load in kernel module at boot. Etherboot should be able to > load and boot the /boot/kernel/kernel directly. Etherboot has support > for passing in some kernel environment settings. > > Doug A. Yes, currently that is what I'm doing (slurping the whole kernel across the network via etherboot, and wedging in the right bits via DHCP for certain boot options). It's not very convenient, and is fairly limiting, unless you like hacking at the dhcpd.conf file a lot. Anyway, the BTX changes seem like a good candidate for the projects page.. Eric