Linux kernel: Difference between revisions

imported>Mic92
imported>Mic92
Line 347: Line 347:
Than you can use:
Than you can use:


<syntaxHightlight lang=console>
<syntaxHighlight lang=console>
$ nix-shell
$ nix-shell
# to configure
# to configure
Line 353: Line 353:
# to build
# to build
nix-shelll> make $makeFlags -j $(nproc)
nix-shelll> make $makeFlags -j $(nproc)
</syntaxHightlight>
</syntaxHighlight>


=== Overriding kernel packages ===
=== Overriding kernel packages ===