From owner-freebsd-xen@FreeBSD.ORG Thu Dec 4 08:22:52 2014 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 71DC19E for ; Thu, 4 Dec 2014 08:22:52 +0000 (UTC) Received: from SMTP.CITRIX.COM (smtp.citrix.com [66.165.176.89]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "mail.citrix.com", Issuer "Cybertrust Public SureServer SV CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AAF7AC93 for ; Thu, 4 Dec 2014 08:22:50 +0000 (UTC) X-IronPort-AV: E=Sophos;i="5.07,514,1413244800"; d="scan'208";a="199530159" Received: from [127.0.0.1] (10.80.16.47) by smtprelay.citrix.com (10.13.107.80) with Microsoft SMTP Server id 14.3.181.6; Thu, 4 Dec 2014 03:22:41 -0500 Message-ID: <548019D1.40804@citrix.com> Date: Thu, 4 Dec 2014 09:22:41 +0100 From: =?windows-1252?Q?Roger_Pau_Monn=E9?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: "David P. Discher" , Subject: Re: Xen-FreeBSD Dom0 4th script for auto-booting References: <96C84A67-B16C-4BC0-844B-AC8D07E33EA5@dpdtech.com> In-Reply-To: <96C84A67-B16C-4BC0-844B-AC8D07E33EA5@dpdtech.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit X-DLP: MIA1 X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.18-1 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: Thu, 04 Dec 2014 08:22:52 -0000 El 04/12/14 a les 0.53, David P. Discher ha escrit: > Gee … how I do hate FICL/Forth … but this works for auto booting Xen+FreeBSD Dom0. > > - https://github.com/daviddpd/freebsdtools/blob/master/xen/xen.4th Hello, Thanks for this, I also have another implementation by Julien Grall: https://people.freebsd.org/~royger/0001-loader-implement-multiboot-support-for-Xen-Dom0.patch Which I sadly forgot to push to my git repo... Roger.