Skip to content

Releases: wepiotrek/WSL2-Linux-Kernel-Updated

Linux 5.13.12 for WSL2

18 Aug 21:21
5565f3f
Compare
Choose a tag to compare

What is new

  1. Kernel updated from:
    a) https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git - version 5.13.12

How to install

  1. Copy vmlinux to ~ or %userprofile% (Windows: C:\Users\<username>\ )
  2. Create there a file ".wslconfig":
[wsl2]
kernel=C:\\Users\\<username>\\vmlinux
  1. Execute following command into cmd / powershell:
wsl --shutdown

Linux 5.13.5 for WSL2

26 Jul 22:27
50b7a23
Compare
Choose a tag to compare

What is new

  1. 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

  1. Copy vmlinux to ~ or %userprofile% (Windows: C:\Users\<username>\ )
  2. Create there a file ".wslconfig":
[wsl2]
kernel=C:\\Users\\<username>\\vmlinux
  1. Execute following command into cmd / powershell:
wsl --shutdown

Linux 5.12.10 for WSL2

10 Jun 21:56
9b24f25
Compare
Choose a tag to compare

How to install

  1. Copy vmlinux to ~ or %userprofile% (Windows: C:\Users\<username>\ )
  2. Create there a file ".wslconfig":
[wsl2]
kernel=C:\\Users\\<username>\\vmlinux
  1. Execute following command into cmd / powershell:
wsl --shutdown