Next: Mac OS X/Darwin Command line options, Previous: Mac OS X/Darwin Status, Up: Mac OS X/Darwin User space emulator
In order to launch a Mac OS X/Darwin process, QEMU needs the process executable itself and all the target dynamic libraries used by it. If you don't have the FAT libraries (you're running Mac OS X/ppc) you'll need to obtain it from a Mac OS X CD or compile them by hand.
qemu-i386 /bin/ls
or to run the ppc version of the executable:
qemu-ppc /bin/ls
qemu-i386 -L /opt/x86_root/ /bin/ls
-L /opt/x86_root/
tells that the dynamic linker (dyld) path is in
/opt/x86_root/usr/bin/dyld.