summaryrefslogtreecommitdiff
path: root/Meta/run.sh
diff options
context:
space:
mode:
authorGunnar Beutner <gunnar@beutner.name>2021-07-10 14:14:12 +0200
committerGunnar Beutner <gunnar@beutner.name>2021-07-10 23:24:45 +0200
commitbaf40ad96d88ed4158259a16f53ef544290c5232 (patch)
tree65ea9972cde7f525777bdee2be77d6fd0b6f775f /Meta/run.sh
parentcc87bf46c13560dc106ce334f21957b8d951ab8c (diff)
downloadserenity-baf40ad96d88ed4158259a16f53ef544290c5232.zip
Documentation+Meta: Automatically add disable_virtio on Windows
Diffstat (limited to 'Meta/run.sh')
-rwxr-xr-xMeta/run.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/Meta/run.sh b/Meta/run.sh
index 3f1696eea9..f7d666cc19 100755
--- a/Meta/run.sh
+++ b/Meta/run.sh
@@ -53,6 +53,7 @@ if command -v wslpath >/dev/null; then
case "$SERENITY_QEMU_BIN" in
/mnt/c/*)
[ -z "$SERENITY_QEMU_CPU" ] && SERENITY_QEMU_CPU="max,vmx=off"
+ SERENITY_KERNEL_CMDLINE="$SERENITY_KERNEL_CMDLINE disable_virtio"
esac
fi