Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-10 | Documentation: Clarify Windows build instructions | Sam Atkins | |
People seem to easily miss the "Setting up build tools" section, so I have moved that step above the filesystem information and linked directly to BuildInstructions.md to hopefully make it harder to skip. Also, added mention of `\\wsl$` since that regularly comes up in Discord. | |||
2021-08-04 | Meta: Automatically enable WHPX when possible | Gunnar Beutner | |
2021-08-04 | Meta: Auto-detect where QEMU is installed on Windows | Gunnar Beutner | |
2021-07-13 | Documentation: Make sure Windows have QEMU tools in their WSL2 system | Gunnar Beutner | |
They don't need QEMU to run the VM but they do at least need the QEMU tools to build the image. | |||
2021-07-12 | Documentation: Condense the Windows build instructions some more | Gunnar Beutner | |
2021-07-10 | Documentation: Move the QEMU troubleshooting section | Gunnar Beutner | |
This is no longer relevant for most users because due to an unrelated change to Meta/run.sh the default display backend is now SDL which does not exhibit this problem. | |||
2021-07-10 | Documentation: Add screenshot for WHPX | Gunnar Beutner | |
2021-07-10 | Documentation+Meta: Automatically add disable_virtio on Windows | Gunnar Beutner | |
2021-07-10 | Documentation+Meta: Automatically set vmx=off on Windows | Gunnar Beutner | |
2021-07-10 | Documentation: Remove another redundant chapter | Gunnar Beutner | |
Clearly nobody has used this in a while because cpuinfo.c for GCC 11 does not contain the code that's mentioned here. | |||
2021-07-10 | Documentation: Remove redundant information | Gunnar Beutner | |
These workarounds are already mentioned in the "Hardware acceleration" section. | |||
2021-07-10 | Documentation: Suggest using x86_64 QEMU on Windows | Gunnar Beutner | |
The x86_64 QEMU binary supports both i386 as well as x86_64 guests. By using the x86_64 binary users won't have to change anything when switching between i386 and x86_64 builds. | |||
2021-07-10 | Meta: Automatically use WSL paths on Windows | Gunnar Beutner | |
2021-07-10 | Documentation: Reorganize the build documentation | Gunnar Beutner | |