1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 09:37:34 +00:00

Meta: Auto-detect where QEMU is installed on Windows

This commit is contained in:
Gunnar Beutner 2021-08-04 01:04:08 +02:00 committed by Andreas Kling
parent ffee3d6c5d
commit 5445155dba
2 changed files with 11 additions and 9 deletions

View file

@ -34,12 +34,6 @@ will need to install the tools as well as the system emulators for i386 and x86_
![QEMU Components](QEMU_Components.png)
Locate the `qemu-system-x86_64.exe` executable in WSL.
By default this will be at `/mnt/c/Program Files/qemu/qemu-system-x86_64.exe`.
Set the `SERENITY_QEMU_BIN` environment variable to that location. For example: \
`export SERENITY_QEMU_BIN='/mnt/c/Program Files/qemu/qemu-system-x86_64.exe'`
Run `Meta/serenity.sh run` to build and run SerenityOS as usual.
### Hardware acceleration