summaryrefslogtreecommitdiff
path: root/src/posts/kernal.md
diff options
context:
space:
mode:
authorShipwreckt <me@shipwreckt.co.uk>2025-10-31 20:02:14 +0000
committerShipwreckt <me@shipwreckt.co.uk>2025-10-31 20:02:14 +0000
commit7a52ddeba2a68388b544f529d2d92104420f77b0 (patch)
tree15ddd47457a2cb4a96060747437d36474e4f6b4e /src/posts/kernal.md
parent53d6ae2b5568437afa5e4995580a3fb679b7b91b (diff)
Changed from static to 11ty!
Diffstat (limited to 'src/posts/kernal.md')
-rw-r--r--src/posts/kernal.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/posts/kernal.md b/src/posts/kernal.md
new file mode 100644
index 0000000..b8fe32b
--- /dev/null
+++ b/src/posts/kernal.md
@@ -0,0 +1,18 @@
+---
+title: Compiling the Linux Kernel 🐧
+date: 2024-08-28
+layout: post
+tags:
+ - tech
+ - linux
+---
+## Introduction
+Today I have compiled the newest version of the Linux kernel being 6.10.6!
+
+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.
+
+## Was it easy?
+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.
+
+## Results?
+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!