Friday, August 27, 2021

How to Run Windows XP on Raspberry Pi or TinkerBoard


This video demonstrates how to run Windows XP on Single board computers like RaspberryPi, TinkerBoard etc.
Follow commands below to boot the OS

qemu-img create -f qcow winxp.img 5G

qemu-system-i386 -m 1024 "winxp.img location" -cdrom "winxp.iso location" -boot d

replace "winxp.img location" and "winxp.iso location" with winxp.img and windows xp iso location on you pc and sbc

No comments:

How to add Wireless capability to legacy printers using Raspberry Pi

  This video tutorial demonstrates how to easily add wireless print capablity to your wired legacy printers using your Raspberry Pi. We hav...