From owner-freebsd-xen@FreeBSD.ORG Wed Apr 15 18:48:13 2009 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0CB410656BB for ; Wed, 15 Apr 2009 18:48:13 +0000 (UTC) (envelope-from tgraves_cs@yahoo.com) Received: from web53401.mail.re2.yahoo.com (web53401.mail.re2.yahoo.com [206.190.37.48]) by mx1.freebsd.org (Postfix) with SMTP id 6CCD08FC1B for ; Wed, 15 Apr 2009 18:48:13 +0000 (UTC) (envelope-from tgraves_cs@yahoo.com) Received: (qmail 52889 invoked by uid 60001); 15 Apr 2009 18:21:31 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1239819691; bh=bonfOkKASd2/yTcTnAsXbuFlonjrDFWHT/l2Ut0LRMo=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=td4sYhlaL2duWP6CjLt0hVxbVsWa6v/lcf2cSjau2hk1dkI5u0uhTroQApdV9sUKw/05AE5CrgS6QpwxZQF3zpMhO6q+uXPOMmRkQvHEIHSY9TnRX7tn0ylZvEE2JlCpQ/ZuXf1PCTIxq+CZqMk1QRISFtAsZfn2FI7bqvXbxKo= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=JM52Eh20IMj+hMjw5CSWXTbKyN/956C8nAS6HD+dE7zO9fLSqkgUdN0epQ+9n5VHANPApEeSGu/AyyYjSa4xZ90th6v4G5NyGIMfUWRn6EOrSaP3yaI3wrYF45bk7i5ZSmceXtBsq0CkguAnaNQO6qTsj+uLOshrlh9ol8WHFHc=; Message-ID: <849614.51420.qm@web53401.mail.re2.yahoo.com> X-YMail-OSG: 5K5.RtMVM1nK95b2oLjDRtBmAwL82ENU07SZoRV7bsA.kAxn8ode.gDVsy0sNLhdl1PsxWzLkMqeRWluNlXcsOWCLzVYxGVXdWhv.nvpqQylggR679BFdOK2KZrhoX4s722vXHnM8zu14pxcRzRHDXzvCjlEkZezlirXZkGzxpSjaugloCaLDWzV9_eNewWnK3WjDoF0T4Wb5lBP1APz4nhXXI9RjdVKA8k5EY_UXYboRkIhYNpg3uxRt_kcUq0IQfr.M8Y7hI_UhUgHLYsFEasZNyXFDtex49_s8cTgn7ZJ_zhG0S_N8wrknw-- Received: from [64.198.211.64] by web53401.mail.re2.yahoo.com via HTTP; Wed, 15 Apr 2009 11:21:31 PDT X-Mailer: YahooMailRC/1277.35 YahooMailWebService/0.7.289.1 Date: Wed, 15 Apr 2009 11:21:31 -0700 (PDT) From: Tom Graves To: freebsd-xen@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: xen on freebsd 6.3? X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Apr 2009 18:48:14 -0000 Hello, Can anyone give me pointers on building a freebsd6.3 xen domU running paravirt drivers? I've downloaded source from svn://svn.freebsd.org/base/projects/release_6_3_xen/ but I can't find any instructions on building xen. I did find the config file XEN in sys/i386/conf. Can I just do a "make buildkernel KERNCONF=XEN" and then "make installkernel KERNCONF=XEN" and then reboot and it will automatically start using paravirt drivers? the only references to instructions I could find were to a web page that no longer works. Any help is appreciated. Thanks, Tom