bottleros/run.sh

8 lines
221 B
Bash
Executable File

#!/bin/bash
if [ "$1" == "gdb" ]
then
qemu-system-x86_64 -s -S -hda Image/x64BareBonesImage.qcow2 -m 512 -d int
else
qemu-system-x86_64 -cpu qemu64,sse4.2=on,sse4.1=on -hda Image/x64BareBonesImage.qcow2 -m 512
fi