#!/bin/sh set -x qemu-system-x86_64 \ -cpu IvyBridge \ -m 4G \ -boot d \ -serial stdio \ -drive file=disk.hdd,format=raw,if=ide \ $@