summaryrefslogtreecommitdiff
path: root/Kernel/run
blob: 688f381619d6a9df8891d0d2347d33a6fe41ebc3 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

if [ "$1" = "q" ]; then
    qemu-system-i386 -drive format=raw,file=.floppy-image,if=floppy -drive format=raw,file=_fs_contents #$@
else
    bochs -q -f .bochsrc
fi