diff options
author | João Moreno <mail@joaomoreno.com> | 2021-04-16 17:41:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-16 17:41:21 +0200 |
commit | bf8223926a1a7fc2988bd12713df2715194c7a5f (patch) | |
tree | f3428126ed5f4133d5b0dc617d4b7689febb07a6 /Documentation | |
parent | a5b4d4434e77d95bd730282301884b7f2cf2f954 (diff) | |
download | serenity-bf8223926a1a7fc2988bd12713df2715194c7a5f.zip |
Documentation: Fix the path to the disk image on WSL
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/NotesOnWSL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/NotesOnWSL.md b/Documentation/NotesOnWSL.md index d8a9b4c4e9..bcba478df4 100644 --- a/Documentation/NotesOnWSL.md +++ b/Documentation/NotesOnWSL.md @@ -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. |