View Single Post
  #7   (View Single Post)  
Old 2nd April 2012
sw2wolf sw2wolf is offline
λ programmer
 
Join Date: Mar 2012
Location: China
Posts: 133
Default

>If you get WinXP running in qemu on OpenBSD; please report back. It would be neat to hear if it can be done.
I get it. Although it is a bit slow without kqemu, it works.

start XP which enables remote desktop
$qemu -hda winxp.img -m 160 -soundhw es1370 -no-fd-bootchk \
-nographic -daemonize -redir tcp:3389::3389 -boot c

connect it
$rdesktop -u sw2wolf -p *** -g 1440x880 -D -K -r sound:remote localhost:3389
Reply With Quote