Releases: wepiotrek/WSL2-Linux-Kernel-Updated
Releases · wepiotrek/WSL2-Linux-Kernel-Updated
Linux 5.13.12 for WSL2
What is new
- Kernel updated from:
a) https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git - version 5.13.12
How to install
- Copy vmlinux to ~ or %userprofile% (Windows: C:\Users\<username>\ )
- Create there a file ".wslconfig":
[wsl2]
kernel=C:\\Users\\<username>\\vmlinux
- Execute following command into cmd / powershell:
wsl --shutdown
Linux 5.13.5 for WSL2
What is new
- Kernel updated from:
a) https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git - version 5.13.5
b) https://github.com/microsoft/WSL2-Linux-Kernel.git - version 5.10.43.3 (WSL 2 modules only*)
*official Linux hyperv x86 mostly from the official 5.13.5 release (better implementation)
How to install
- Copy vmlinux to ~ or %userprofile% (Windows: C:\Users\<username>\ )
- Create there a file ".wslconfig":
[wsl2]
kernel=C:\\Users\\<username>\\vmlinux
- Execute following command into cmd / powershell:
wsl --shutdown
Linux 5.12.10 for WSL2
How to install
- Copy vmlinux to ~ or %userprofile% (Windows: C:\Users\<username>\ )
- Create there a file ".wslconfig":
[wsl2]
kernel=C:\\Users\\<username>\\vmlinux
- Execute following command into cmd / powershell:
wsl --shutdown