On Thu, Jun 20, 2002 at 12:21:56AM +0000, Karim Yaghmour wrote:
> 
> There are 2 main "problems" in all these such scenarios:
> 1- There is no protection for physical accesses since all OSes have
> can directly play with the hardware.
> 2- Page faults must be sent to the faulty domain only.
> 
> #2 is not really that hard to solve. We need to implement a page fault
> demux which sends the page fault to the current domain only.
> 
> There is, unfortunately, no real way to get around #1 without adding
> extra virtualization layers. Since we are assuming stable kernels
> with "intelligent" code, however, then it should not be a problem.

We are currently trying to make L4Linux (linux2.2 running on the L4
micro kernel) boot several in L4Linux instances.

The good thing about L4 is that it gives us address space protection and
IPC, but sometimes the 'every linux tasks is an l4 task' way of doing 
things seems a bit much.

We want to be able to migrate entire OSes between machines, and thus we
cannot trust the OSes to be friendly or correct.

If we had the time, it seems that implementing protection in adeos would
be interesting and easier to work with than L4 (which is a very nice 
u-kernel btw).

/Jacob

Reply via email to