Add kernel source to "Further Information"
This commit is contained in:
parent
27e811979c
commit
d50c8a026e
@ -700,17 +700,27 @@ function goBack() {
|
||||
|
||||
<h2 id="infos">Further Information</h2>
|
||||
<ol>
|
||||
<li>
|
||||
<a href="https://man7.org/">Linux man pages online</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://utcc.utoronto.ca/~cks/space/blog/linux/DecodingPageAllocFailures">
|
||||
Decoding the Linux kernel's page allocation failure messages
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://elearningmedium.com/linux-kernel-oom-log-analysis/">Linux Kernel OOM Log Analysis</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://man7.org/">Linux man pages online</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://utcc.utoronto.ca/~cks/space/blog/linux/DecodingPageAllocFailures">
|
||||
Decoding the Linux kernel's page allocation failure messages
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://elearningmedium.com/linux-kernel-oom-log-analysis/">Linux Kernel OOM Log Analysis</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git">Kernel Source code</a> with
|
||||
<a href="https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/mm/oom_kill.c"><code>mm/omm_kill.c</code></a>
|
||||
as starting point at <a href="https://www.kernel.org">kernel.org</a>
|
||||
</li>
|
||||
<li>
|
||||
A more comfortable kernel source code browser with
|
||||
<a href="https://elixir.bootlin.com/linux/latest/source/mm/oom_kill.c"><code>mm/omm_kill.c</code></a> at
|
||||
<a href="https://elixir.bootlin.com/">elixir.bootlin.com</a>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
<div>
|
||||
|
Loading…
Reference in New Issue
Block a user