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

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