mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Documentation: Fix the path to the disk image on WSL
This commit is contained in:
parent
a5b4d4434e
commit
bf8223926a
Notes:
sideshowbarker
2024-07-18 20:17:14 +09:00
Author: https://github.com/joaomoreno 🔰 Commit: https://github.com/SerenityOS/serenity/commit/bf8223926a1 Pull-request: https://github.com/SerenityOS/serenity/pull/6372 Reviewed-by: https://github.com/bgianfo ✅
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue