2007/02/08 10:02: MacOS under QEMU

I have a Tiger for x86 VMWare Image that I've been playing with for a while. Turns out that the latest QEMU can run it. All it took was using the Darwin boot loader, setting platform=X86PC, and then qemu -net nic,model=rtl8139 -net user -hda myimagefile. I'm pretty impressed. Go QEMU!

Comments