|
|
|
|
|
by rbanffy
110 days ago
|
|
This architecture trick was often used for precisely this - finding bugs in the program that would work in one architecture and fail in another. A very common class of issues like these was about endianness, and PowerPC was very handy because it could boot as both high and low-endian modes (I think I remember different versions of Linux for each mode, but I'm no longer sure). |
|
As you'd expect, Linux distribution support for big- and little-endian varies.