472,145 Members | 1,538 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,145 software developers and data experts.

x86? x64? ia64?

Hi. I'm working on installing .NET Framework here:
http://msdn2.microsoft.com/en-us/netframework/aa731542.aspx
This is my CPU:
http://www.newegg.com/Product/Product.asp?Item=N82E16819115005
I read a little bit and saw that means Intel Itanium. I don't know if that's a specific CPU or class of CPU that mine is categorized as.
Could anyone help?
Thank you for your time.
Jan 31 '07 #1
3 7759
*edit
I mean "ia" means Intel Itanium but I don't know which is the right option.
Jan 31 '07 #2
I researched and found out it's an x86_x64, which was really not helpful in knowing which one to pick lol. I tried x64 and it didn't work. I chose x86 and it did. So, the answer: x86
Feb 2 '07 #3
RedSon
5,000 Expert 4TB
Hi. I'm working on installing .NET Framework here:
http://msdn2.microsoft.com/en-us/net.../aa731542.aspx
This is my CPU:
http://www.newegg.com/Product/Produc...82E16819115005
I read a little bit and saw that means Intel Itanium. I don't know if that's a specific CPU or class of CPU that mine is categorized as.
Could anyone help?
Thank you for your time.
Intel Core 2 Duo chips are x86. What you are looking at is the instuction set of the processor that you own. x86 is probably the most common, with other RISC chips coming in second. I'm not familir with x64 or the itanium instruction sets but I would imagine they would be much larger then x86. Also most program built for an x86 machine will work on an 64 bit machine which leads me to belive that the 64 bit instruction sets are a superset of the x86 instructions.

Since you are woking with an interpreted language (ie. the .net framework) you will not need to be concerned when creating programs. The .net framework is designed to be portable between different archetectures.
Feb 2 '07 #4

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

reply views Thread by Manuel Duran Aguete | last post: by
3 posts views Thread by John Riggs | last post: by
2 posts views Thread by Ed L. | last post: by
reply views Thread by Rajiv Das | last post: by
1 post views Thread by Brian | last post: by
3 posts views Thread by mvjohn100 | last post: by
reply views Thread by Saiars | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.