#!/bin/sh set -x qemu-system-x86_64 -M pc -m 4G -serial stdio -cdrom mop3.iso -smp 1 -s -S -boot d $@