summaryrefslogtreecommitdiffstats
path: root/kernel.md
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2020-07-19 12:03:24 +0200
committerMinijackson <minijackson@riseup.net>2020-07-19 12:03:24 +0200
commit581cdd82a44104901badb249dda0cae2078770ee (patch)
tree8a4dffb604bacb8a76284909b81722a58e422819 /kernel.md
parenta68d50568dcb3e4d5729bed9a14c0ef5d258b5da (diff)
downloadwtf-is-linux-website-581cdd82a44104901badb249dda0cae2078770ee.tar.gz
wtf-is-linux-website-581cdd82a44104901badb249dda0cae2078770ee.zip
kernel: clarify note about patched kernels in distribs
Diffstat (limited to 'kernel.md')
-rw-r--r--kernel.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/kernel.md b/kernel.md
index db1680a..3e7a457 100644
--- a/kernel.md
+++ b/kernel.md
@@ -85,8 +85,13 @@ The official sources of the Linux kernel can be found in
85[kernel.org](https://www.kernel.org)[^distrib-patches]. 85[kernel.org](https://www.kernel.org)[^distrib-patches].
86 86
87[^distrib-patches]: 87[^distrib-patches]:
88 Note that these are the *original* sources. Most GNU/Linux 88 Note that these are the *original* sources. Lots of GNU/Linux distributions
89 distributions incorporate additional patches to their releases. 89 incorporate additional patches to the source of their Linux kernel.
90
91 This might be done for various reasons, like for security, performance, or
92 additional experimental features (e.g.
93 [Debian](https://sources.debian.org/patches/linux/5.7.6-1/),
94 [Gentoo](https://gitweb.gentoo.org/proj/linux-patches.git/tree/?h=5.7))
90 95
91The official programming language of the Linux kernel is C. It is 96The official programming language of the Linux kernel is C. It is
92heavily documented in the `Documentation` subdirectory, using the 97heavily documented in the `Documentation` subdirectory, using the