From: Mathieu Ropert <mro@adviseo.fr>
To: liqiang zhu <liqiangzhu@msn.com>
Cc: xen-devel@lists.xensource.com
Subject: Re: resend: quick pointers needed
Date: Tue, 06 Jun 2006 11:40:04 +0200 [thread overview]
Message-ID: <44854D74.8040104@adviseo.fr> (raw)
In-Reply-To: <BAY107-F2840D5CD947A525AF00094D7940@phx.gbl>
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@lists.xensource.com
> 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
next prev parent reply other threads:[~2006-06-06 9:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-05 21:29 resend: quick pointers needed liqiang zhu
2006-06-06 9:40 ` Mathieu Ropert [this message]
2006-06-06 12:05 ` Laurent Vivier
-- strict thread matches above, loose matches on Subject: below --
2006-06-06 0:11 Puthiyaparambil, Aravindh
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=44854D74.8040104@adviseo.fr \
--to=mro@adviseo.fr \
--cc=liqiangzhu@msn.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.