ladybird/Kernel/run
2018-11-09 18:35:32 +01:00

9 lines
186 B
Bash
Executable File

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