We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a5cd4b commit 69d02bfCopy full SHA for 69d02bf
1 file changed
README.md
@@ -37,3 +37,13 @@ kernel=C:\\Users\\YOUR_USERNAME\\Downloads\\vmlinux
37
```
38
Linux 5.15.123.1-lgug2z-custom-WSL2
39
40
+
41
+## Modification
42
43
+If you want to build and publish your own custom WSL2 Linux Kernel, you can
44
+fork this repository and make whatever configuration modifications in
45
+[config-wsl](config.wsl). The [GitHub Actions
46
+Workflow](.github/workflows/build.yml) will take care of the rest.
47
48
+Please take care to update `CONFIG_LOCALVERSION` to distinguish your custom
49
+kernel from this one.
0 commit comments