Documentation: Fix the path to the disk image on WSL

This commit is contained in:
João Moreno 2021-04-16 17:41:21 +02:00 committed by GitHub
parent a5b4d4434e
commit bf8223926a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
Notes: sideshowbarker 2024-07-18 20:17:14 +09:00

View file

@ -41,7 +41,7 @@ By default this will be located at `/mnt/c/Program Files/qemu/qemu-system-i386.e
- Locate the _Windows_ path to the SerenityOS disk image, as native QEMU will be accessing it via the Windows filesystem. If your build tree is located in the WSL2 partition, this will be accessible under the `\\wsl$` network file share (see [notes below](#note-on-filesystems)).
- Set the `SERENITY_DISK_IMAGE` environment variable to the full path of the SerenityOS disk image file from above. For example: \
`export SERENITY_DISK_IMAGE='\\wsl$\Ubuntu-20.04\home\username\serenity\Build\_disk_image'`
`export SERENITY_DISK_IMAGE='\\wsl$\Ubuntu-20.04\home\username\serenity\Build\i686\_disk_image'`
- `ninja run` as usual.