We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b527603 commit d042351Copy full SHA for d042351
1 file changed
README.md
@@ -36,6 +36,7 @@ as follows:
36
3. Build the kernel using the WSL2 kernel configuration and put the modules in a `modules`
37
folder under the current working directory:
38
`$ make KCONFIG_CONFIG=Microsoft/config-wsl MODLIB="$PWD/modules"`
39
+ You may wish to include `-j$(nproc)` to build in parallel.
40
41
4. Calculate the modules size (plus 1024 bytes for slack):
42
`modules_size=$(du -s "$PWD/modules" | awk '{print $1;}'); modules_size=$((modules_size + 1024));`
0 commit comments