diff --git a/qemu.sh b/qemu.sh index 0045b4e81b..519ec3e165 100755 --- a/qemu.sh +++ b/qemu.sh @@ -7,4 +7,5 @@ qemu-system-$(./target-triplet-to-arch.sh $HOST) \ -smp 2 \ -drive format=raw,media=disk,file=banan-os.img \ -serial stdio \ - \ No newline at end of file + -accel kvm \ +