From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 02:20:52 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F17AF16A41F for ; Wed, 21 Dec 2005 02:20:52 +0000 (GMT) (envelope-from lloyd.peterson@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7520043D49 for ; Wed, 21 Dec 2005 02:20:52 +0000 (GMT) (envelope-from lloyd.peterson@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so27166wxc for ; Tue, 20 Dec 2005 18:20:52 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=EapVXPNl8pwQNUby6WBd4odCS7FbzLQcnaW/MKlAj4hYNz0EFdfHdrHW7V5a6pm6lXxILryA692E/BSzcEJwkr6othS4T6Qt92p2TJFmTOSkXkNJjmyoB27WfacxU+95z+tKBYJ+26JVx+EuigVD4Hnme2zWNgBdV4XKSffN1hc= Received: by 10.70.28.17 with SMTP id b17mr204156wxb; Tue, 20 Dec 2005 18:20:51 -0800 (PST) Received: by 10.70.62.15 with HTTP; Tue, 20 Dec 2005 18:20:51 -0800 (PST) Message-ID: <95550eab0512201820h7cc594a4j6ff6b47c2b49ad29@mail.gmail.com> Date: Tue, 20 Dec 2005 21:20:51 -0500 From: Aaron Peterson To: FreeBSD Questions In-Reply-To: <95550eab0512201748v6a1470em82383318585ae446@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051220134009.4891343D70@mx1.FreeBSD.org> <95550eab0512201748v6a1470em82383318585ae446@mail.gmail.com> Subject: Re: Can you run Xen on 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: Wed, 21 Dec 2005 02:20:53 -0000 On 12/20/05, Aaron Peterson wrote: > On 12/20/05, Nikolas Britton wrote: > > On 12/20/05, Kevin Crenshaw wrote: > > > Xen supports installation on Red Hat and Suse Linux. Does this mean = that > > > Xen will run on FreeBSD using linux binary compatibility? Does anyon= e have > > > a recommendation for Virtualization software to run on FreeBSD? > > > > > > > I don't see why not, it's what we do with VMware. Why not try and port > > Xen to FreeBSD, you have the source code. > > I'm under the impression that Xen doesn't "run on" anything. It is a > "hypervisor" that loads before any other OS, and uses the first > virtual machine (which could easilly be freebsd as far as I know) to > translate system and network calls for all the other virtual machines. > > Aaron >