├── .github ├── dependabot.yaml └── workflows │ ├── Build-Kernels.yml │ ├── Matrix XP.yml │ └── Run_Cleaner.yml ├── LICENSE ├── README.md ├── anb.dif ├── nbd.dif ├── std.dif └── wsl2kernel.ps1 /.github/dependabot.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okibcn/WSL2-linux-kernel/HEAD/.github/dependabot.yaml -------------------------------------------------------------------------------- /.github/workflows/Build-Kernels.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okibcn/WSL2-linux-kernel/HEAD/.github/workflows/Build-Kernels.yml -------------------------------------------------------------------------------- /.github/workflows/Matrix XP.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okibcn/WSL2-linux-kernel/HEAD/.github/workflows/Matrix XP.yml -------------------------------------------------------------------------------- /.github/workflows/Run_Cleaner.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okibcn/WSL2-linux-kernel/HEAD/.github/workflows/Run_Cleaner.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okibcn/WSL2-linux-kernel/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okibcn/WSL2-linux-kernel/HEAD/README.md -------------------------------------------------------------------------------- /anb.dif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okibcn/WSL2-linux-kernel/HEAD/anb.dif -------------------------------------------------------------------------------- /nbd.dif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okibcn/WSL2-linux-kernel/HEAD/nbd.dif -------------------------------------------------------------------------------- /std.dif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okibcn/WSL2-linux-kernel/HEAD/std.dif -------------------------------------------------------------------------------- /wsl2kernel.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/okibcn/WSL2-linux-kernel/HEAD/wsl2kernel.ps1 --------------------------------------------------------------------------------