virtualization - How to run Windows from an emulator on a non x86 host machine? -


windows runs on x86 based cpus only. possible make windows run on non-x86 architecture cpus power, sparc, arm, etc.... know there program viz., virtual pc 7 mac allows windows run on powerpc inside mac os not detail available.... i'm talking virtualization in sense allows host , guest machines cpu architectures different....

try qemu: http://www.qemu.org/index.html.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -