On Mon, 27 Nov 2000, Chad Schwartz wrote:

> int main(void) {
>       printf("Size of an unsigned long is %d bytes\n",sizeof(unsigned long));
>       return(0);
> }
> 
> That simple program will tell you that an unsigned long is 4 bytes, or 8
> bytes.
> 
> It is then a safe assumption - that if you get back '8', that you're
> running a 64bit kernel, on a 64bit processor.
> 
> Chad

I think sizeof(size_t) is more correct!


Cheers,
Dick Johnson

Penguin : Linux version 2.4.0 on an i686 machine (799.54 BogoMips).

"Memory is like gasoline. You use it up when you are running. Of
course you get it all back when you reboot..."; Actual explanation
obtained from the Micro$oft help desk.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to