Ok so out there there must be a "puma" beta that will run on a P3 say at 800mhz?
ElDiabloConCaca said:Yes, OS X was developed for both the PPC and Intel processors simultaneously, since day 1.
Yes, every single version of OS X for PPC processors has an Intel counterpart: OS X 10.0, 10.0.1, 10.0.2, 10.0.3, 10.2.4, 10.3.1, and so on and so on... you cannot get your hands on these Intel builds though because, a) Apple locked them up for obvious reasons, and b) It's illegal.
If it helps to think about it this way, every time the developers press the "build" key in XCode to build Mac OS X or a point update to Mac OS X, both a PPC version and an Intel version are built. We only ever see the PPC build.
Yeah, maybe for a relatively simple application. But we don't use "relatively simple" applications all that much for serious productivity work.whitesaint said:As Steve Jobs said, and this is true, just a few minor tweaks and the universal app is good to go. all it takes is setting a path to the cross development API to the Universal Binary Software Development Kit, then the checkboxs; Intel and PowerPC and that's it.
zoranb said:Well it would be really intresting in searching/finding puma for intel cpus, must be around some where, id really like to check it out on my old AMD AthlonThunderbird!
ElDiabloConCaca said:The ease of porting is inversely proportional to the amount of platform-dependent and architecture-dependent code and APIs used in the application. You can't take any old application and click the "Intel" button and expect a working Universal Binary to come flying out the compiler's chute.