Comment by actionfromafar
2 days ago
Something about this rubs me the wrong way. You can get completely different behaviour depending on which architecture you boot on.
2 days ago
Something about this rubs me the wrong way. You can get completely different behaviour depending on which architecture you boot on.
This is always true for every program written in most languages (very few languages have zero dependencies on the architecture, particularly if you include endianness).
If you want to be really pedantic, you can get completely different behavior if you built your system image in February in C with just:
Why? They're all built from the same source code.
#ifdef __arm__