Software Archive
Read-only legacy content
17061 ディスカッション

How do we find out if an Intel Xeon processor is a 32-bit (IA32,x86) or 64-bit (EM64T,x86_64)?

gshekar
ビギナー
2,358件の閲覧回数

Hi,

We have a lot ofDell andHP servers in our lab that have xeon processors.

How do we find out if an Intel Xeon processor is a 32-bit (IA32, x86) or 64-bit (EM64T, x86_64)?

Please suggest,

Thanks & Regards.

0 件の賞賛
3 返答(返信)
Intel_Software_Netw1
ビギナー
2,358件の閲覧回数

Hi,

If you've made no modifications to the systems, your best bet would be to visit the computer manufacturers' Web sites to consult the spec sheets for your models.

Otherwise, please see thisthread to find links to processor identification tools both for end-users and for software developers.

==

Lexi S.

IntelSoftware NetworkSupport

http://www.intel.com/software

Contact us

Ravi_G_Intel
従業員
2,358件の閲覧回数
if you're running Linux on the systems, you can use check for the 'lm' (long mode) flag in the CPU information to identify EM64T enabled processors.

cat /proc/cpuinfo | grep flags | grep lm

I'm sure there is an equivalent in Windows.

--
Ravi
Intel_Software_Netw1
ビギナー
2,358件の閲覧回数

Hello gshekar,

Our experts sent me additional resources andinformation which I am posting for you here regarding your question:

http://download.intel.com/design/Xeon/applnots/24161831.pdf- Please refer to page 35 in this Acrobat file, specifically Table 3-14. "Extended Feature Flag Values Reported in the EDX Register"

If you dont have Linux on that system, still you can do same by booting with knoppix cdrom. The knoppix cdrom can be downloaded from here: http://www.knoppix.org/

If these are production parts you can use the Intel Processor Spec finder and check against the SSPEC on the processor: http://processorfinder.intel.com/List.aspx?ProcFam=528&sSpec=&OrdCode
I hope this helps.
==

Carrie S.

IntelSoftware NetworkSupport

http://www.intel.com/software

Contact us

返信