From 7048109c0a2840957421588219d5a82eeda2d780 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 21 Sep 2020 22:24:54 +0300 Subject: update --- src/docs/Kernel.html | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to 'src/docs/Kernel.html') diff --git a/src/docs/Kernel.html b/src/docs/Kernel.html index eca1794..5f3eb9d 100644 --- a/src/docs/Kernel.html +++ b/src/docs/Kernel.html @@ -2,7 +2,12 @@ +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." --> @@ -14,6 +19,7 @@ Licensed under Gnu Free Documentation License. --> + @@ -42,7 +48,7 @@ ul.no-bullet {list-style: none}

-Next: , Previous: , Up: Installation  

+Next: , Previous: , Up: Installation   [Contents]


1.4 Kernel

@@ -52,6 +58,8 @@ one for your personal use. Here is an

1.4.1 Obtaining the kernel sources

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 + +

1.4.2 Installing dependencies

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 < kernel-no-perl.patch + +

1.4.3 Compiling the kernel

Next step is configuring and building the kernel. You can check Gentoo’s kernel configuration guide @@ -102,10 +114,12 @@ $ make $ install -Dm755 $(make -s image_name) /boot/vmlinuz-linux + +


-Next: , Previous: , Up: Installation  

+Next: , Previous: , Up: Installation   [Contents]

-- cgit v1.2.3