#!/bin/sh exec ../bld-nat/alpha-softmmu/qemu-system-alpha -m 1G \ -net nic,vlan=0,model=virtio -net user,vlan=0 \ -drive file=gen-root.img,if=virtio,cache=none \ -drive file=install-alpha-minimal-20130706.iso,if=virtio,readonly \ -drive file=stage3-alpha-20130706.tar.bz2,if=virtio,readonly \ -kernel ./vmlinux -initrd gentoo.igz \ -append "root=/dev/ram0 init=/linuxrc looptype=squashfs loop=/image.squashfs cdroot"