Quote:
Even if MorphOS is not multi-core aware, thanks to Xen you should be able to run at least 4 MorphOS instances in parallel on an OSW with no slowdowns at all.
It needs some active work from the MorphOS team too. Xen needs a host OS, called 'domain-0' in Xen terminology, as Xen itself does not have much device drivers, just some hardware initialization. This could be Linux, as making the host OS is the more difficult part, and a Linux host will be hopefully ready end of Q3 (AFAIR, this date was mentioned on the Xen mailing list).
MorphOS also needs to be modified, as Xen does not provide direct access to the hardware, but provides virtual ethernet and disk to virtual machines. This means, that guest operating systems can not run unmodified (this is why Windows could not run on Xen until hardware based virtualisation appeared on Intel and later this year on AMD processors).
No direct access to hardware also means, that there is no access to the video card, just to an emulated text console. One can use VNC as a workaround (and AFAIK, MorphOS has a VNC server), but that can't do much with 3D applications. This also means, that MorphOS should be able to use a text only console and start a VNC server directly with the possibility of setting the VNC password on the text console.
As Xen on PPC is yet to be finished, it's still just brainstorming of possibilities (and limitations), and the MorphOS on Xen is a project for end of this year, or for next year.
CzP