i want to run just "hello world" dialog box application of MAC OS on linux running on intel machine.
for this i've to convert op-codes of powerpc to those of intel.
i also need to covert the system call to display dialog box to that compatible with linux.
please tell what else i need to convert.also tell me for any link
or code related to this project.
running mac application on intel processors
Re:running mac application on intel processors
You need either a PowerPC emulator with a copy of MacOS installed, or the source code which you can recompile.
Re:running mac application on intel processors
no i don't think that i need both things.i just need to build something like WINe and small emulator for powerpc op-codes
used by that hello world application
used by that hello world application
Re:running mac application on intel processors
u need to convert from "little endian" to "big endian"..
look it up on google.
/ Christoffer
look it up on google.
/ Christoffer
Re:running mac application on intel processors
No, really. The PowerPC and x86 instruction sets are completely different. Translating a PowerPC program to x86 would be like translating an enormous book from
Martian to English. Even if you did that, the program would refer to a load of MacOS APIs, instead of Linux ones. In other words, the story would be about this stuff that happens to a Martian guy, and it wouldn't make sense to people on Earth, even if they could read English.
Martian to English. Even if you did that, the program would refer to a load of MacOS APIs, instead of Linux ones. In other words, the story would be about this stuff that happens to a Martian guy, and it wouldn't make sense to people on Earth, even if they could read English.