File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -149,15 +149,26 @@ instructions follow below.
149149
150150#### Windows (WSL):
151151- Ubuntu 18.04 LTS (Windows Store)
152- - Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux (Powershell with admin rights)
153152
154- Then run the following in the WSL command prompt:
153+ In a powershell terminal with admin right, run the following:
154+
155+ ```
156+ Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
157+ ```
158+
159+ Then run the following in the WSL command prompt that is created:
155160
156161```
157162sudo apt-get update
158163sudo apt-get install git build-essential nasm clang cmake libelf-dev
159164```
160165
166+ Your files can be found here:
167+
168+ ```
169+ C:\Users\%USERNAME%\AppData\Local\Packages\CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc\LocalState\rootfs\
170+ ```
171+
161172Note that the WSL cannot be used to compile the Windows drivers or start/stop the hypervisor.
162173It can, however, be used to compile the hypervisor including the UEFI version without the
163174need for Cygwin. If this is paired with the Visual Studio build environment, and you manually
You can’t perform that action at this time.
0 commit comments