Results 1 to 3 of 3
Read this little definition...
Converting data between the two systems is sometimes referred to as the NUXI problem. Imagine the word UNIX stored in two 2-byte words. In a Big-Endian ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-09-2005 #1Linux User
- Join Date
- Aug 2005
- Location
- Italy
- Posts
- 401
Endianess article!
Read this little definition...
quoted fromConverting data between the two systems is sometimes referred to as the NUXI problem. Imagine the word UNIX stored in two 2-byte words. In a Big-Endian systems, it would be stored as UNIX. In a little-endian system, it would be stored as NUXI.
http://www.webopedia.com/TERM/b/big_endian.html
It's all true? Really?When using Windows, have you ever told "Ehi... do your business?"
Linux user #396597 (http://counter.li.org)
- 12-09-2005 #2Linux Newbie
- Join Date
- Oct 2004
- Posts
- 158
Yes this is correct. I don't get your question really.
Different processors (SPARC, Intel 86) have different architectures.
Some systems may not even have not have 8 bit bytes. Older Data General mainframes have 12 bit bytes.
- 12-23-2005 #3Linux Engineer
- Join Date
- Feb 2005
- Posts
- 1,044
Actually, the NUXI syndrome only(?) occurs with 16-bit machines, 32-bit big-endian systems would store UNIX as XINU. If you consider character storage, big-endian seems more logical, but if you consider the addressing of the least significant byte in the system little-endian has the "correct" answer.


Reply With Quote
