#!/bin/sh export TMP=/dev/shm export TEMP=/dev/shm export TMPDIR=/dev/shm export TEMPDIR=/dev/shm exec kvm \ -m 256 \ -name winders \ -startdate 2009-05-09 \ -hda ~/misc/systems/windows/windows.qemu-qcow \ -usb \ -usbdevice tablet \ -snapshot \ $* # -soundhw all \