aboutsummaryrefslogtreecommitdiff
path: root/docs/docs/Kernel.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docs/Kernel.html')
-rw-r--r--docs/docs/Kernel.html20
1 files changed, 17 insertions, 3 deletions
diff --git a/docs/docs/Kernel.html b/docs/docs/Kernel.html
index eca1794..5f3eb9d 100644
--- a/docs/docs/Kernel.html
+++ b/docs/docs/Kernel.html
@@ -2,7 +2,12 @@
<html>
<!-- Copyright (C) 2020 Cem Keylan
-Licensed under Gnu Free Documentation License. -->
+Permission is granted to copy, distribute and/or modify this document
+under the terms of the GNU Free Documentation License, Version 1.3 or
+any later version published by the Free Software Foundation; with no
+Invariant Sections, with no Front-Cover Texts and no Back-Cover Texts.
+A copy of the license is included in the section entitled "GNU Free
+Documentation License." -->
<!-- Created by GNU Texinfo 6.7, http://www.gnu.org/software/texinfo/ -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -14,6 +19,7 @@ Licensed under Gnu Free Documentation License. -->
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<link href="index.html" rel="start" title="Top">
+<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
<link href="Installation.html" rel="up" title="Installation">
<link href="Making-your-system-bootable.html" rel="next" title="Making your system bootable">
<link href="System-Configuration.html" rel="prev" title="System Configuration">
@@ -42,7 +48,7 @@ ul.no-bullet {list-style: none}
<body lang="en">
<span id="Kernel"></span><div class="header">
<p>
-Next: <a href="Making-your-system-bootable.html" accesskey="n" rel="next">Making your system bootable</a>, Previous: <a href="System-Configuration.html" accesskey="p" rel="prev">System Configuration</a>, Up: <a href="Installation.html" accesskey="u" rel="up">Installation</a> &nbsp; </p>
+Next: <a href="Making-your-system-bootable.html" accesskey="n" rel="next">Making your system bootable</a>, Previous: <a href="System-Configuration.html" accesskey="p" rel="prev">System Configuration</a>, Up: <a href="Installation.html" accesskey="u" rel="up">Installation</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p>
</div>
<hr>
<span id="Kernel-1"></span><h3 class="section">1.4 Kernel</h3>
@@ -52,6 +58,8 @@ one for your personal use. Here is an <a href="https://github.com/cemkeylan/kiss
which you will need to reconfigure for your specific setup if you want to make
use of it.
</p>
+
+
<span id="Obtaining-the-kernel-sources"></span><h4 class="subsection">1.4.1 Obtaining the kernel sources</h4>
<p>You can visit the https://kernel.org website to choose a kernel that you want
@@ -67,6 +75,8 @@ Change directory into the kernel sources
$ cd linux-5.7.6
</pre></div>
+
+
<span id="Installing-dependencies"></span><h4 class="subsection">1.4.2 Installing dependencies</h4>
<p>In order to compile the kernel you will need to install some dependencies. You
@@ -89,6 +99,8 @@ apply the patch in the kernel source directory.
$ patch -p1 &lt; kernel-no-perl.patch
</pre></div>
+
+
<span id="Compiling-the-kernel"></span><h4 class="subsection">1.4.3 Compiling the kernel</h4>
<p>Next step is configuring and building the kernel. You can check Gentoo&rsquo;s <a href="https://wiki.gentoo.org/wiki/Kernel/Configuration">kernel configuration guide</a>
@@ -102,10 +114,12 @@ $ make
$ install -Dm755 $(make -s image_name) /boot/vmlinuz-linux
</pre></div>
+
+
<hr>
<div class="header">
<p>
-Next: <a href="Making-your-system-bootable.html" accesskey="n" rel="next">Making your system bootable</a>, Previous: <a href="System-Configuration.html" accesskey="p" rel="prev">System Configuration</a>, Up: <a href="Installation.html" accesskey="u" rel="up">Installation</a> &nbsp; </p>
+Next: <a href="Making-your-system-bootable.html" accesskey="n" rel="next">Making your system bootable</a>, Previous: <a href="System-Configuration.html" accesskey="p" rel="prev">System Configuration</a>, Up: <a href="Installation.html" accesskey="u" rel="up">Installation</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p>
</div>