WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] resend: quick pointers needed

To: liqiang zhu <liqiangzhu@xxxxxxx>
Subject: Re: [Xen-devel] resend: quick pointers needed
From: Mathieu Ropert <mro@xxxxxxxxxx>
Date: Tue, 06 Jun 2006 11:40:04 +0200
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 06 Jun 2006 04:52:18 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <BAY107-F2840D5CD947A525AF00094D7940@xxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <BAY107-F2840D5CD947A525AF00094D7940@xxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla Thunderbird 1.0.8 (X11/20060502)
liqiang zhu wrote:

hi everyone, I am attempting to port l4 (http://os.inf.tu-dresden.de/L4/) to Xen, can you please give me quick pointers how to add a guest OS to Xen?

I have been able to compile xen and boot with it. I have been reading the code and existing documentations, I appreciate if you can help me getting started.

thanks,

-- Larry



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

Do you aim for a Dom0, a DomU or both?
In any case, you'll have to rewrite things that aren't fully virtualized by Xen. This mainly includes memory management and interrupt handling. For Dom0, you should be able to use the same drivers without modification (not sure though, don't have much experience with Dom0) but you'll need to write the frontend/backend drivers for virtual devices. For DomU, you'll have to write drivers for virtual console, virtual disk and virtual NIC.

Regards,
Mathieu

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>