|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] RedHat 7.1 glibc2.1 Backward compat - revisited
|
little endian and big endian are the two methods for aligning the bytes
of an integer.
dict big-endian
>From Jargon File (4.2.3, 23 NOV 2000) [jargon]:
big-endian adj. [common; From Swift's "Gulliver's Travels" via
the famous paper "On Holy Wars and a Plea for Peace" by Danny
Cohen, USC/ISI IEN 137, dated April 1, 1980] 1. Describes a computer
architecture in which, within a given multi-byte numeric
representation,
the most significant byte has the lowest address (the word is stored
`big-end-first'). Most processors, including the IBM 370 family,
the {PDP-10}, the Motorola microprocessor families, and most of the
various RISC designs are big-endian. Big-endian byte order is also
sometimes called `network order'. See {little-endian},
{middle-endian},
{NUXI problem}, {swab}.
As you can see if the compiler messes up up the order nothing will work.
William Shank wrote:
>
> align bits properly?
>
> i don't recall learning about that in my computer design and architecture
> classes?
>
> is that for real? if so, please point me to somewhere I can read up on bit
> alignment in the kernel.
>
> it sounds fishy to me.
--
Rev. LeRoy D. Cressy mailto:lcressy@telocity.com /\_/\
http://www.netaxs.com/~ldc ( o.o )
Phone: 215-535-4037 > ^ <
Jesus saith unto him, I am the way, the truth, and the life:
no man cometh unto the Father, but by me. (John 14:6)
______________________________________________________________________
Philadelphia Linux Users Group - http://www.phillylinux.org
Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|
|