Skip to content

Commit f94f6de

Browse files
Mitchell Levychessturo
authored andcommitted
Include a suggestion to build in parallel
1 parent 7452702 commit f94f6de

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ as follows:
3636
3. Build the kernel using the WSL2 kernel configuration and put the modules in a `modules`
3737
folder under the current working directory:
3838
`$ make KCONFIG_CONFIG=Microsoft/config-wsl MODLIB="$PWD/modules"`
39+
You may wish to include `-j$(nproc)` to build in parallel.
3940

4041
4. Calculate the modules size (plus 1024 bytes for slack):
4142
`modules_size=$(du -s "$PWD/modules" | awk '{print $1;}'); modules_size=$((modules_size + 1024));`

0 commit comments

Comments
 (0)