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:
Post a Comment