Kernel 2.6, SCSI, 64-bit
Aaron Grewell
agrewell
Mon May 17 11:57:45 PDT 2004
> No, you didn't. But my understanding is that you need to be 32bit pure to
> truly run in 32bit mode, or you're really running in 64bit. So its either
> run everything compiled for ia32, or don't bother.
According to AMD that's not the case. 32-bit apps on a 64-bit OS are fine.
Where Linux may have issues with this is with libraries. If your libraries
are 64-bit then they expect datastructures of different sizes than if they
are 32-bit. Most folks are building in separate datatypes depending on how
you compile, but if your apps or libs don't support this then you get a
datatype mismatch and stuff breaks. Or something like that. Statically
compiled programs should work regardless.
More information about the Linux-users
mailing list