#!/bin/sh

qemu -s -S \
     -fda disk.fd0 \
     -hda disk.hda \
     -hdb disk.hdb \
     -boot a    2>&1 > "/dev/null" &

sleep 2

gdb --command=gdb-qemu

