From owner-freebsd-emulation@FreeBSD.ORG Tue Jun 1 13:26:47 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C9FD1065672; Tue, 1 Jun 2010 13:26:47 +0000 (UTC) (envelope-from aoyama@peach.ne.jp) Received: from moon.peach.ne.jp (unknown [IPv6:2001:380:e06:127::53]) by mx1.freebsd.org (Postfix) with ESMTP id 9EB8D8FC12; Tue, 1 Jun 2010 13:26:46 +0000 (UTC) Received: from moon.peach.ne.jp (localhost [127.0.0.1]) by moon.peach.ne.jp (Postfix) with ESMTP id 7F5F278C4A; Tue, 1 Jun 2010 22:26:45 +0900 (JST) Received: from artemis (unknown [192.168.2.20]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by moon.peach.ne.jp (Postfix) with ESMTP id 7B80F78C34; Tue, 1 Jun 2010 22:26:45 +0900 (JST) Message-ID: <1D381276E98747F29BE164C654CD9AC6@artemis> From: "Daisuke Aoyama" To: "Brandon Gooch" , "Beat Gaetzi" References: <4C011524.7050806@FreeBSD.org> In-Reply-To: Date: Tue, 1 Jun 2010 22:26:42 +0900 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_00D0_01CB01D9.830931E0" X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 14.0.8117.416 X-MimeOLE: Produced By Microsoft MimeOLE V14.0.8117.416 X-Virus-Scanned: ClamAV using ClamSMTP X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-emulation@freebsd.org Subject: Re: CFT: VirtualBox 3.2.0 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: Tue, 01 Jun 2010 13:26:47 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_00D0_01CB01D9.830931E0 Content-Type: text/plain; format=flowed; charset="ISO-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit > P.S. Daisuke, does your gPXE/iSCSI patch still apply to this latest > version of VirtualBox? I sure would like to (finally) try it out! Sorry, I don't know about 3.2.0. (Not yet tested.) But 3.1.8 should work. vboxvnc-20100421.tar.gz and vboxint18-20100310.tar.gz can be applied to 3.1.8 except Makefile. The Makefile is attached this mail. If you need 3.1.8, please use it. Here is step to build. # cd /usr/ports/emulators/virtualbox-ose # tar xvf vboxvnc-20100421.tar.gz # tar xvf vboxvnc-318-Makefile.tar.gz # tar xvf vboxint18-20100310.tar.gz (optional) # make config # make Regards, Daisuke Aoyama ------=_NextPart_000_00D0_01CB01D9.830931E0--