File tree 1 file changed +13
-2
lines changed
1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -149,15 +149,26 @@ instructions follow below.
149
149
150
150
#### Windows (WSL):
151
151
- Ubuntu 18.04 LTS (Windows Store)
152
- - Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux (Powershell with admin rights)
153
152
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:
155
160
156
161
```
157
162
sudo apt-get update
158
163
sudo apt-get install git build-essential nasm clang cmake libelf-dev
159
164
```
160
165
166
+ Your files can be found here:
167
+
168
+ ```
169
+ C:\Users\%USERNAME%\AppData\Local\Packages\CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc\LocalState\rootfs\
170
+ ```
171
+
161
172
Note that the WSL cannot be used to compile the Windows drivers or start/stop the hypervisor.
162
173
It can, however, be used to compile the hypervisor including the UEFI version without the
163
174
need 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