Locietta / xanmod-kernel-WSL2

Xanmod kernel for WSL2, built by clang with ThinLTO enabled. Build & Release are automated by Github Action.
GNU General Public License v2.0
84 stars 18 forks source link

[Config] Update defconfig #47

Closed Locietta closed 9 months ago

Locietta commented 9 months ago

Bolded configs are compiled as kernel modules instead of builtin at linux-msft-wsl-5.15.137.3. Not sure if it'll cause trouble: how would microsoft ship their kernel module? If loading the modules becomes part of booting process, there's no way this kernel can be compatiable with those modules.

For #46.

It seems neccessary for some people to make usbipd working.

Locietta commented 9 months ago

LTS passed build while Latest failed at nf_nat_fullcone.c, kinda suspicious.

Either the fullcone code is not in LTS, or the defconfig file is not suitable for 6.1 so some configs are not enabled correctly. Candidate cause for #45, should investigate to separate wsl2_defconfig for LTS and Stable.