xanmod-kernel-WSL2
xanmod-kernel-WSL2 copied to clipboard
Xanmod kernel for WSL2, built by clang with ThinLTO enabled. Build & Release are automated by Github Action.
When trying to apply my (working on bare metal) nftable ruleset, it failes on `6.6.9-locietta-WSL2-xanmod1 #1 SMP Mon Jan 1 22:31:36 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux` with: ``` Error:...
When using your kernel builds on WSL2 - windows paths are not loaded and exes are not runable. Any workarounds?
The kernel headers are missing. How can I get the kernel headers? And how do I install them? I know how to do it on Ubuntu but not too sure...

please merge the missing config-wsl kernel features from upstream linux-msft-wsl-6.6.y https://github.com/microsoft/WSL2-Linux-Kernel/blob/linux-msft-wsl-6.6.y/arch/x86/configs/config-wsl
Docker Desktop fails to function correctly when running on the 6.8.10-locietta-WSL2-xanmod1.1 kernel. Users attempting to utilize Docker Desktop in conjunction with this kernel are experiencing operational issues that prevent Docker...
This pull request introduces two improvements to the patching script (config.sh): ### Unified Script & LTS Build Handling: - Unifies config.sh across LTS and non-LTS builds. Previously, a separate script...