diff options
author | Gunnar Beutner <gunnar@beutner.name> | 2021-07-10 14:14:12 +0200 |
---|---|---|
committer | Gunnar Beutner <gunnar@beutner.name> | 2021-07-10 23:24:45 +0200 |
commit | baf40ad96d88ed4158259a16f53ef544290c5232 (patch) | |
tree | 65ea9972cde7f525777bdee2be77d6fd0b6f775f /Documentation | |
parent | cc87bf46c13560dc106ce334f21957b8d951ab8c (diff) | |
download | serenity-baf40ad96d88ed4158259a16f53ef544290c5232.zip |
Documentation+Meta: Automatically add disable_virtio on Windows
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/BuildInstructionsWindows.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/BuildInstructionsWindows.md b/Documentation/BuildInstructionsWindows.md index 812ff9f73d..f191209d5c 100644 --- a/Documentation/BuildInstructionsWindows.md +++ b/Documentation/BuildInstructionsWindows.md @@ -30,10 +30,6 @@ By default this will be located at `/mnt/c/Program Files/qemu/qemu-system-x86_64 - Set the `SERENITY_QEMU_BIN` environment variable to the location above. For example: \ `export SERENITY_QEMU_BIN='/mnt/c/Program Files/qemu/qemu-system-x86_64.exe'` -- Set the `SERENITY_KERNEL_CMDLINE` environment variable to disable VirtIO support (Because it is currently broken on - native windows QEMU): -`export SERENITY_KERNEL_CMDLINE="disable_virtio"` - - `ninja run` as usual. ### Hardware acceleration |