Thursday, September 12, 2013

is it or is it not x64?

yes.
root@here:/root# getconf LONG_BIT
64
root@here:/root# uname -m
x86_64
no.
root@here:/root# getconf LONG_BIT
32
root@here:/root# uname -m
i686

No comments: