1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 14:07:46 +00:00

Documentation+Meta: Automatically set vmx=off on Windows

This commit is contained in:
Gunnar Beutner 2021-07-10 14:12:40 +02:00
parent 2c392669c6
commit cc87bf46c1
2 changed files with 7 additions and 3 deletions

View file

@ -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