Linux kernel: Difference between revisions

Pandapip1 (talk | contribs)
m rev -> tag
DHCP (talk | contribs)
m prefix shell comments with $ to get "comment" highlighting instead of "root shell"
 
Line 446: Line 446:
<syntaxHighlight lang=console>
<syntaxHighlight lang=console>
$ nix-shell
$ nix-shell
# to configure
$ # to configure
$ nix-shell> make $makeFlags defconfig -j $(nproc)
$ nix-shell> make $makeFlags defconfig -j $(nproc)
# to build
$ # to build
$ nix-shell> make $makeFlags -j $(nproc)
$ nix-shell> make $makeFlags -j $(nproc)
</syntaxHighlight>
</syntaxHighlight>
Line 467: Line 467:
<syntaxHighlight lang=console>
<syntaxHighlight lang=console>
$ nix-shell
$ nix-shell
# to configure
$ # to configure
$ nix-shell> make $makeFlags defconfig -j $(nproc)
$ nix-shell> make $makeFlags defconfig -j $(nproc)
# to build
$ # to build
$ nix-shell> make $makeFlags -j $(nproc)
$ nix-shell> make $makeFlags -j $(nproc)
</syntaxHighlight>
</syntaxHighlight>