Qemu: add kvm acceleration as option

This commit is contained in:
Bananymous
2023-03-18 03:51:10 +02:00
parent b41491e205
commit 7b9c3e9119

View File

@@ -7,4 +7,5 @@ qemu-system-$(./target-triplet-to-arch.sh $HOST) \
-smp 2 \ -smp 2 \
-drive format=raw,media=disk,file=banan-os.img \ -drive format=raw,media=disk,file=banan-os.img \
-serial stdio \ -serial stdio \
-accel kvm \