From owner-freebsd-questions@FreeBSD.ORG Fri Oct 19 16:22:31 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9967516A421 for ; Fri, 19 Oct 2007 16:22:31 +0000 (UTC) (envelope-from datahead4@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.228]) by mx1.freebsd.org (Postfix) with ESMTP id 4FF6513C494 for ; Fri, 19 Oct 2007 16:22:31 +0000 (UTC) (envelope-from datahead4@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so493545wxd for ; Fri, 19 Oct 2007 09:22:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=29LizQVOPiPdeudIQwL2aKoHRjXqaxDy4NsZ4elkYPs=; b=HVKHvbk/f6ruNL2nxl21wcvTwZkfZRTCTmOpHYD0NLcOEl9eCg4/effuJhceJlVakGATyb6vevz0AovmBOyZQDAJzTnEB+YWOl+n7+1ZSrNxa2+2VtOjSEAOblSSsQzlBmemsFqquW8A5CX10T0ZQPDekNThXoCdrL32qUUJ5PQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cpGtsV1gJC4QMlgufaSqR06UP/uwNoJJGRwyRw6d7IPbcRRMHWnQBV08Vxz4+FIxN6zYpHOieH02oV+/nufFr65ErRZpUvcvvYllZFe6hucFQms12EmW39sdj1Zkzuxg0yvLpFU7nMKgzFAbqLKwfNnHok02cDQ2EZTJiupaPI0= Received: by 10.90.80.8 with SMTP id d8mr3119568agb.1192807400097; Fri, 19 Oct 2007 08:23:20 -0700 (PDT) Received: by 10.90.106.19 with HTTP; Fri, 19 Oct 2007 08:23:20 -0700 (PDT) Message-ID: Date: Fri, 19 Oct 2007 10:23:20 -0500 From: Matt To: jahnke@sonatabio.com In-Reply-To: <1192806195.39526.55.camel@pinot.fmjassoc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1192767877.39526.41.camel@pinot.fmjassoc.com> <4718C378.4090609@gmx.net> <1192806195.39526.55.camel@pinot.fmjassoc.com> Cc: aryeh.friedman@gmail.com, punosevac@math.arizona.edu, questions@freebsd.org, Frank Staals Subject: Re: best way to run vista inside freebsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Oct 2007 16:22:31 -0000 On 10/19/07, Frank Jahnke wrote: > Agreed. For me it is the biggest problem with using a FreeBSD desktop. > One other sign of hope: there has been intermittent work on a port of > VirtualBox. When I checked last, the GUI environment would build. > That's certainly not a complete VM yet, but it is one necessary piece. > VirtualBox builds from the Innotek svn sources, and the GUI runs but with some issues. However, it is possible to boot a full VM instance from within VirtualBox on a FreeBSD host (which is very promising). The major missing component (that I'm aware of) is the kernel acceleration module, so the VM is very slow. The VirtualBox developers have been receptive to contributions that were required to get their program to build on FreeBSD, and they have written a skeleton kernel module as a first step to getting accelerated VMs on a FreeBSD host. I suspect that they will also be receptive if anyone from the FreeBSD community is willing to contribute to the kernel module completion. Anyone able to contribute should drop them a line on their dev mailing list, or visit the IRC channel listed at http://virtualbox.org/wiki/FreeBSD%20build%20instructions. I've currently exhausted my limited porting skills (mostly related to getting their Makefiles to recognize where FreeBSD keeps relevant header and include files) and am willing to help continue the effort in any way I can with help from others more skilled in programming. Matt