From bf8223926a1a7fc2988bd12713df2715194c7a5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moreno?= Date: Fri, 16 Apr 2021 17:41:21 +0200 Subject: [PATCH] Documentation: Fix the path to the disk image on WSL --- Documentation/NotesOnWSL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/NotesOnWSL.md b/Documentation/NotesOnWSL.md index d8a9b4c4e97..bcba478df4b 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.