summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorGunnar Beutner <gunnar@beutner.name>2021-07-10 14:12:40 +0200
committerGunnar Beutner <gunnar@beutner.name>2021-07-10 23:24:45 +0200
commitcc87bf46c13560dc106ce334f21957b8d951ab8c (patch)
tree3aeedc5cf7f22fe9f509c0e752e6e99233393c9e /Documentation
parent2c392669c6afae1cbdb8fc36fb94efcfbbd23644 (diff)
downloadserenity-cc87bf46c13560dc106ce334f21957b8d951ab8c.zip
Documentation+Meta: Automatically set vmx=off on Windows
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/BuildInstructionsWindows.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/BuildInstructionsWindows.md b/Documentation/BuildInstructionsWindows.md
index 38225a9ea8..812ff9f73d 100644
--- a/Documentation/BuildInstructionsWindows.md
+++ b/Documentation/BuildInstructionsWindows.md
@@ -51,9 +51,6 @@ To run SerenityOS in a WHPX-enabled QEMU VM:
- Specify QEMU acceleration option: \
`export SERENITY_VIRT_TECH_ARG="-accel whpx,kernel-irqchip=off"`
-- Disable Virtual Machine eXtensions on the vCPU, otherwise some versions of QEMU will crash out with a "WHPX: Unexpected VP exit code 4" error: \
-`export SERENITY_QEMU_CPU="max,vmx=off"`
-
- Start the VM with `Meta/serenity.sh run` as usual.
### Known issues with WHPX