#!/bin/sh
##http://www.murga-linux.com/puppy/viewtopic.php?t=22207&sid=5a89d20492c62928bb54d4168b6881ee
##PostPosted: Mon Oct 01, 2007 1:22 am   big_bass
##I combined the new Qemu and SDL and this start script that I made especially for puppy version 3.01
##1.) move or download an "iso" to root that you plan to test in Qemu (only one)
## you must select Xvesa it is a bug in the pup qemu
export QEMU_AUDIO_DRV=alsa
modprobe kqemu
sleep 2
qemu -cdrom *.iso -append root=/dev/ram0 -no-reboot -localtime -soundhw sb16 -usb -name PuppyRusHost -kernel-kqemu -m 256
