On 7 févr. 07, at 14:58, Toshimitsu Tanaka wrote:
--- darwin-user/syscall.old 2007-02-07 22:23:53.0 +0900
+++ darwin-user/syscall.c 2007-02-07 22:04:53.0 +0900
@@ -1249,8 +1249,8 @@
};
struct sysctl_dir sysctls_kern[] = {
-ENTRYE(KERN_TRANSLATE, "translate
Hi,
I got the source code of QEMU 0.9.0, and tried compiling on Mac OS X
10.4.8/PPC.
I modified machload.c and syscall.c.
It works.
Thanks, Pierre.
$ uname -srp
Darwin 8.8.0 powerpc
$ file a.out
a.out: Mach-O executable i386
$ ./qemu-i386 -L /tmp a.out
Starting a.out with qemu
--