Linux kernel: Difference between revisions
m Update Arch kernel config link |
m prefix shell comments with $ to get "comment" highlighting instead of "root shell" |
||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 27: | Line 27: | ||
Added 12607 variables. | Added 12607 variables. | ||
nix-repl> pkgs. | nix-repl> pkgs.linuxKernel.packages | ||
pkgs.linuxPackages pkgs.linuxPackages_custom | pkgs.linuxPackages pkgs.linuxPackages_custom | ||
pkgs.linuxPackages-libre pkgs.linuxPackages_custom_tinyconfig_kernel | pkgs.linuxPackages-libre pkgs.linuxPackages_custom_tinyconfig_kernel | ||
| Line 292: | Line 292: | ||
owner = "aramg"; | owner = "aramg"; | ||
repo = "droidcam"; | repo = "droidcam"; | ||
tag = "v${version}"; | |||
hash = "1d9qpnmqa3pfwsrpjnxdz76ipk4w37bbxyrazchh4vslnfc886fx"; | hash = "1d9qpnmqa3pfwsrpjnxdz76ipk4w37bbxyrazchh4vslnfc886fx"; | ||
}; | }; | ||
| 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> | ||
| Line 614: | Line 614: | ||
} | } | ||
</syntaxhighlight> | </syntaxhighlight> | ||
== See also == | == See also == | ||