Microsoft announced that the next version of Windows will run on SoC, what is the technical reason for this being big news?

link|improve this question
feedback

migrated from stackoverflow.com Nov 15 '11 at 4:19

This question came from our site for professional and enthusiast programmers.

closed as off topic by random Nov 15 '11 at 4:32

Questions on Super User are expected to generally relate to computer software or computer hardware, within the scope defined in the faq.

1 Answer

The point isn't so much SoCs, but rather that those are usually ARM-based. Windows is available for x86, x68-64 and maybe still IA-64 but no other platforms. Therefore the big news here is that there is a native Windows build including all components and included applications that runs on ARM CPUs which use an instruction set different from x86.

link|improve this answer
1. No consumer version of Windows (including Win7) has ever been able to run on the Itanium (IA-64) or ever will be; and the last server version to support it will be 2008 R2. 2. I think you meant x86 on the end there :) – Billy ONeal Nov 15 '11 at 4:24
feedback