Hi Jorge,
On 2/28/20 12:33 AM, Jorge Abisai wrote:
Hi! How can i install qemu and running on a raspberry Pi B+? I want run
Windows XP on my Raspberry.
This depends of the distribution you installed. If you installed
Raspbian, it is based on Debian, so you can install it using 'apt
install qemu-system-x86' (qemu-utils and ipxe-qemu can also be helpful).
Google for "install winxp in qemu on debian".
This link from Ubuntu (also based on Debian) seems still accurate:
https://help.ubuntu.com/community/WindowsXPUnderQemuHowTo
(Except you can not use KVM because you want to run code targetted for
Intel CPU on a ARM CPU).
thank you if you are reading this.