|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Processor architecture
trilok nuwal wrote:
Hi,
How could i know the processor architecture whether this is x86 or x86_64 ?
arch returns the architecture of the OS installed on the machine.
But what happened when i installed x86 dom0 on x86_64 machine, then arch
and #uname -a as well as #xm info all shows. x86, but really the machine
is x86_64.
Could anybody tell me how i can get the system information that this is
x86_64 machine.
cat /proc/cpuinfo
there must be a cpu flag "lm" for "long mode".
Regards,
Bjoern
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|