Skip to content

Commit 3603612

Browse files
committed
HOTFIX prerequisites WSL
1 parent 2eb8ed0 commit 3603612

File tree

3 files changed

+201
-205
lines changed

3 files changed

+201
-205
lines changed

Presentation.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,8 @@ https://github.com/microsoft/wslg
119119

120120
## Prerequisites
121121

122-
- Running Windows 10 64bits version 2004 or Higher,
123-
or Windows 11 64bits
122+
- Running Windows 10 64bits version 2004 or higher, or Windows 11 64bits
124123
- Virtual Machine Platform feature
125-
- Windows Hypervisor Platform feature
126124

127125
---
128126

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ However, we can notice in the architecture of the WSL 2 that there is a whole Li
3838

3939
![bg fit right](./img/WSL2.svg)
4040

41-
>The Hypervisor platform is not Hyper-V ! It's an API that third-party developers can use for Hyper-V, VMware Workstation/Player, VirtualBox... It adds an extended user-mode API for third-party virtualization stacks and applications to create and manage partitions at the hypervisor level, configure memory mappings for the partition, and create and control the execution of virtual processors.
41+
>The Virtual Machine Platform is a less powerful version of Hyper-V that still enables a hypervisor. Note that Microsoft if very vague on what the actual differences are between the Virtual Machine Platform and Hyper-V.
4242
4343
As we can see, the WSL 2 is based on a Linux kernel virtualized with the Windows Hypervisor Platform. This version has an increased I/O performance and a full system call compatibility. Indeed, initial versions of WSL 2 run up to 20 times faster compared to WSL 1 when unpacking a zipped tar archive, and around 2-5 times faster when using file intensive operations like git clone, apt upgrade, etc. Besides, unlike the WSL 1, it supports 32-bits applications.
4444

@@ -129,8 +129,6 @@ wsl --mount DiskPath
129129

130130
### Add a desktop environment to your WSL
131131

132-
### Use Docker on Windows
133-
134132
This procedure only works on the WSL 2.
135133

136134
## Appendix - Sources and References

0 commit comments

Comments
 (0)