diff options
Diffstat (limited to 'kernel.md')
-rw-r--r-- | kernel.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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 | ||
91 | The official programming language of the Linux kernel is C. It is | 96 | The official programming language of the Linux kernel is C. It is |
92 | heavily documented in the `Documentation` subdirectory, using the | 97 | heavily documented in the `Documentation` subdirectory, using the |