ladybird/Kernel/run

8 lines
200 B
Bash
Executable file

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