From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: Re: port OS to XEN Date: Sun, 28 Nov 2010 10:27:43 +0000 Message-ID: <1290940063.4149.40.camel@localhost.localdomain> References: <4C22CAA6.3090205@gatech.edu> <1290926083903-3283197.post@n5.nabble.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1290926083903-3283197.post@n5.nabble.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: madhuri Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On Sun, 2010-11-28 at 06:34 +0000, madhuri wrote: > I wish to port my OS to run on Xen as a DomU. Could you please guide > me or give some reference material as a starting point. You might find MiniOS (from extras/mini-os in the Xen source) a tractable example of a PV OS. Any of the other existing PV OSes might also be a useful reference. Ian.