lars brinkhoff wrote:
>
> Ramon van Handel <[EMAIL PROTECTED]> writes:
> > http://www.nocrew.org/software/a386/.
> > I like it even better :).
>
> Why, thank you. :) Yes, it's more like FreeMWare than user-mode Linux.
>
> > Unfortunately, both these projects rely on availability of the
> > source code, something which is often not the case.
> > So no windows-on-linux this way...
>
> That's right. But when source code IS available, inlining the privileged
> operations instead of trapping and then emulating them should be more
> efficient. In theory. I think. :)
Back from travel. Ah, lot's of interesting talk going on.
Sure, if you can safely modify source (by inlining code)
rather than using all this virtualization stuff, then that's
the way to do it. Benefits are increased performance and
less resource hogging. Deficits are, as mentioned, you need
the source code for each OS, and some good hearty fun keeping
your changes up-to-date with each of the OSes you modify.
Anyways, we should link to these web pages. These projects
achieve different goals, but they are pretty cool and
related:
http://www.mv.com/ipusers/karaya/uml/index.html
http://www.nocrew.org/software/a386/
-Kevin