Switch Endian on PowerPC

While the Power CPU and instruction set is in theory bi-endian (they can switch from big- to little-endian), that requires support on the motherboard. I remember that some really old PowerPC based Macs had this built in, to make it easier to emulate x86 machines (before VMWare and BootCamp there was some early Windows emulation software on Macs). Rumor has it that recent OpenPower hardware has it again, to better compete in an x86-dominated market place. But if I remember right, for a long time both PowerPC based Macs and maybe even IBM RS6K machines did not have that ability, since few people were using it.

You might want to check in detail whether your G5 motherboard is even capable of running little-endian, before you embark on trying to switch the OS.
 
Back
Top