summaryrefslogtreecommitdiff
path: root/public/posts/kernal/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/posts/kernal/index.html')
-rw-r--r--public/posts/kernal/index.html66
1 files changed, 66 insertions, 0 deletions
diff --git a/public/posts/kernal/index.html b/public/posts/kernal/index.html
new file mode 100644
index 0000000..64b7aac
--- /dev/null
+++ b/public/posts/kernal/index.html
@@ -0,0 +1,66 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <link rel="stylesheet" href="/assets/css/main.css">
+ <title>Compiling the Linux Kernel 🐧</title>
+ </head>
+ <body>
+ <article>
+ <nav class="site-nav">
+ <div class="nav-container">
+ <div class="nav-left">
+ <a href="/" class="site-title">Shipwreckt</a>
+ </div>
+ <ul class="nav-right">
+ <li><a href="/">Home</a></li>
+ <li><a href="/archive/">Archive</a></li>
+ <li><a href="/links/">Links</a></li>
+ <li><a href="/contact/">Contact</a></li>
+ </ul>
+ </div>
+ </nav>
+ <header>
+ <h1>Compiling the Linux Kernel 🐧</h1>
+ <p class="post-date">August 28, 2024</p>
+ </header>
+ <div class="post-content">
+ <hr>
+ <h2>Introduction</h2>
+<p>Today I have compiled the newest version of the Linux kernel being 6.10.6!</p>
+<p>The main reason why I have done this is because whenever I try install to install Gentoo I fail. I do know you can convert a Linux distro into Gentoo but I want to install it from the ISO first before I do that.</p>
+<h2>Was it easy?</h2>
+<p>I would say compiling the kernel was very easy; all I did was input a few commands and copy the defauly config over. There is not much I can say because compiling the kernel is not that complex, but one thing I will say is that my computer was crying during the process.</p>
+<h2>Results?</h2>
+<p>As of right now my computer and Laptop both feel a bit faster now that a I have compilied the kernel, and now that I have learnt how to compile the Linux kernel I will now do it whenever I get a new laptop!</p>
+
+ </div>
+ </article>
+
+
+
+
+ <footer class="post-footer">
+ <!-- 🌟 Back button -->
+ <a href="/" class="back-button">⬅ Back to Home</a>
+
+
+ <p class="post-tags">
+
+ <a href="/tags/tech/"
+ aria-label="View posts tagged tech">
+ tech
+ </a>
+
+ <a href="/tags/linux/"
+ aria-label="View posts tagged linux">
+ linux
+ </a>
+
+ </p>
+
+ </footer>
+
+ </body>
+</html>