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
88 stars 20 forks source link

Provide generic x86_64 build #4

Closed Locietta closed 2 years ago

Locietta commented 2 years ago

Currently the kernel is built with MSKYLAKE optimization, things can be broken for those with AMD or some older intel CPU...

Gonna provide a generic build, probably need to investigate matrix build or parallel jobs utility of GitHub Action.

Locietta commented 2 years ago

Some reference links:

Maybe should use generic-v3, as win11 requires Intel 8th-Gen/AMD Zen2 or above, which means at least v3 support.