1 Jun 01:12
Re: The need for an IDE driver
David Leimbach <leimy2k <at> gmail.com>
2005-05-31 23:12:37 GMT
2005-05-31 23:12:37 GMT
On 5/31/05, Matthieu Lemerre <racin <at> free.fr> wrote: > Marco Gerards <metgerards <at> student.han.nl> writes: > > > > > Is it possible to use Xen? Have you considered this option or is it > > simply impossible? > > I don't think L4 run on Xen for now -- and considering that L4 and Xen > can do the same job, I don't think that it's likely to happen. > > However, the paravirtualizations solutions on L4 seem very promising - > I just propose to wait and see if they're mature enough. > > Thanks, > Matthieu > Might be worth looking in to pre-virtualization/para-virtuatlization "afterburner" stuff. Supposedly this works to make a single binary that works with L4 Linux Xen or natively. Not sure if all of those 3 apply to what you are trying to do. Here is the link(s): http://l4ka.org/projects/virtualization/afterburn/ http://l4ka.org/projects/virtualization/afterburn/whitepaper.pdf > > _______________________________________________ > L4-hurd mailing list(Continue reading)
> The most important changes are related to the capability system. I am
> convinced by now (and I think Neal agrees) that we simply can not
> feasibly implement a capability system without support by a central
> authority, either the kernel via its IPC system, or a trusted
> capability server.
It's still appealing to be able to do it with rudimentary kernel
support and all the rest locally in each task. But if the kernel
doesn't provide sufficient support, I guess the L4 way is to introduce
a central userspace server to do it (i.e. we have to figure out what
we would really like the "kernel" to do for us, and then implement
that "hurd kernel" as L4 + a bunch of extra servers).
Would all ipc go via the capability server (that would have quite
severe performance implications), or will it be used in some other
RSS Feed