From: "M. Edward (Ed) Borasky" Date: 2007-06-12T23:37:50+09:00 Subject: Re: Serious danger of being impressed Eleanor McHugh wrote: > On 11 Jun 2007, at 14:15, M. Edward (Ed) Borasky wrote: >> Well, as long as we're talking virtualization, has anyone managed to get >> a Xen system on one of the chips with the virtualization assist to run >> OS X as a "guest?" Or does Xen not support the special hardware tweaks >> in a Mac? Dual or triple booting is a pain. > > I know of people running OS X as a guest inside VMWare so it should be > possible, but obviously Xen's approach is sufficiently different that I > wouldn't expect much (if anything) in the way of driver support. > > > Ellie > > Eleanor McHugh > Games With Brains > ---- > raise ArgumentError unless @reality.responds_to? :reason > > > > It's been a while since I looked, but IIRC there are two ways to run Xen: 1. You boot the Xen kernel, which is a modified Linux kernel. It does all the I/O and driver stuff. Guest machines require a modified kernel, which IIRC only exists for Linux. 2. If you have the Intel or AMD virtualization-enabled chips, you boot the Xen kernel and it can then boot and OS with an unmodified kernel. This works for at least Windows and Linux, but I don't know about MacOS. In any event, the drivers in mode 2 are the guest OS drivers, so it "should work".