<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Unfinished on </title>
    <link>https://wassimaouadi.com/tags/unfinished/</link>
    <description>Recent content in Unfinished on </description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Mon, 20 Jul 2026 21:31:13 +0200</lastBuildDate>
    <atom:link href="https://wassimaouadi.com/tags/unfinished/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>The Linux Kernel</title>
      <link>https://wassimaouadi.com/technotes/linuxkernel/</link>
      <pubDate>Mon, 20 Jul 2026 21:31:13 +0200</pubDate>
      <guid>https://wassimaouadi.com/technotes/linuxkernel/</guid>
      <description>&lt;p&gt;Find out the installed kernel packages:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;user1@localhost:~$ rpm -qa *kernel*&#xA;kernel-modules-extra-matched-6.12.0-124.8.1.el10_1.x86_64&#xA;kernel-tools-libs-6.12.0-124.8.1.el10_1.x86_64&#xA;kernel-modules-core-6.12.0-124.8.1.el10_1.x86_64&#xA;kernel-core-6.12.0-124.8.1.el10_1.x86_64&#xA;kernel-modules-6.12.0-124.8.1.el10_1.x86_64&#xA;kernel-modules-extra-6.12.0-124.8.1.el10_1.x86_64&#xA;kernel-tools-6.12.0-124.8.1.el10_1.x86_64&#xA;kernel-6.12.0-124.8.1.el10_1.x86_64&#xA;user1@localhost:~$ &#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Find out the kernel version and release:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;user1@localhost:~$ uname --help&#xA;Usage: uname [OPTION]...&#xA;Print certain system information.  With no OPTION, same as -s.&#xA;&#xA;  -a, --all                print all information, in the following order,&#xA;                             except omit -p and -i if unknown:&#xA;  -s, --kernel-name        print the kernel name&#xA;  -n, --nodename           print the network node hostname&#xA;  -r, --kernel-release     print the kernel release&#xA;  -v, --kernel-version     print the kernel version&#xA;  -m, --machine            print the machine hardware name&#xA;  -p, --processor          print the processor type (non-portable)&#xA;  -i, --hardware-platform  print the hardware platform (non-portable)&#xA;  -o, --operating-system   print the operating system&#xA;      --help        display this help and exit&#xA;      --version     output version information and exit&#xA;&#xA;GNU coreutils online help: &amp;lt;https://www.gnu.org/software/coreutils/&amp;gt;&#xA;Full documentation &amp;lt;https://www.gnu.org/software/coreutils/uname&amp;gt;&#xA;or available locally via: info &amp;#39;(coreutils) uname invocation&amp;#39;&#xA;user1@localhost:~$ &#xA;user1@localhost:~$ uname -v&#xA;#1 SMP PREEMPT_DYNAMIC Fri Oct 17 13:03:58 EDT 2025&#xA;user1@localhost:~$ uname -r&#xA;6.12.0-124.8.1.el10_1.x86_64&#xA;user1@localhost:~$ &#xA;&lt;/code&gt;&lt;/pre&gt;&lt;h1 id=&#34;kernel-related-files&#34;&gt;Kernel-related files&lt;/h1&gt;&#xA;&lt;h2 id=&#34;in-the-boot-directory&#34;&gt;in the /boot directory&lt;/h2&gt;&#xA;&lt;p&gt;With the exception of the &lt;em&gt;efi&lt;/em&gt; and &lt;em&gt;grub2&lt;/em&gt; directories, which deal with the bootloader for UEFI and BIOS systems respectively, the rest of the files and subdirectories under the &lt;em&gt;/boot/&lt;/em&gt; directory are related to the kernel.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
