You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<strong>Author:</strong> Soumalya Das | <strong>License:</strong> MIT | <strong>Base:</strong> Linux 6.19.6 | <strong>Year:</strong> 2026
17
+
<strong>Author:</strong> Soumalya Das | <strong>License:</strong> MIT | <strong>Base:</strong> Linux 2.2.1 | <strong>Year:</strong> 2026
**Hyperion Kernel** is a custom Linux 6.19.6 kernel build engineered to be the definitive daily-driver kernel for every kind of Linux user -- gamers, developers, modders, tinkerers, and hobbyists. It combines the best configuration practices from CachyOS, XanMod, Nobara, Liquorix, and upstream Linux into a single, fully integrated, zero-compromise `bzImage`.
93
+
**Hyperion Kernel** is a custom Linux 2.2.1 kernel build engineered to be the definitive daily-driver kernel for every kind of Linux user -- gamers, developers, modders, tinkerers, and hobbyists. It combines the best configuration practices from CachyOS, XanMod, Nobara, Liquorix, and upstream Linux into a single, fully integrated, zero-compromise `bzImage`.
94
94
95
95
**v2.2.1 is the "Persistent Beast" release** -- a focused pass on USB peripheral stability, low-latency input polling, and sub-millisecond scheduler precision. If you have ever experienced a dropped first keypress after a pause, a USB DAC clicking on resume, a mouse stuttering after two seconds of idle, or a USB audio device silently disconnecting from PipeWire -- this release is the fix. It addresses all of these at every layer from kernel compile-time defaults down to userspace udev rules.
96
96
@@ -103,8 +103,8 @@ Hyperion v2.2.1 is designed for:
103
103
-**Distro-agnostic users** -- SELinux (Fedora/RHEL), AppArmor (Ubuntu/Arch), TOMOYO (openSUSE) all compiled in with zero reconfiguration needed
|**Build**| Monolithic image | All in-tree modules promoted to `=y` -- zero module-load latency |
286
286
|**Build**| ZSTD compression |~40% faster boot than GZIP on NVMe (Phoronix) |
287
287
|**Build**| KALLSYMS_ALL | Full symbol table -- required for sched_ext BPF introspection |
@@ -877,8 +877,8 @@ Additional hardening active by default:
877
877
Hyperion treats module compatibility as a **first-class feature**, not an afterthought.
878
878
879
879
**What this means in practice:**
880
-
- Kernel headers installed to `/usr/src/linux-headers-6.19.6-Hyperion-2.2.1/`
881
-
- Build symlink `/lib/modules/6.19.6-Hyperion-2.2.1/build` always points to the correct headers directory
880
+
- Kernel headers installed to `/usr/src/linux-headers-2.2.1-Hyperion-2.2.1/`
881
+
- Build symlink `/lib/modules/2.2.1-Hyperion-2.2.1/build` always points to the correct headers directory
882
882
-`CONFIG_IKHEADERS=y` makes headers available at `/sys/kernel/kheaders.tar.xz` as a runtime fallback for any DKMS module that needs them
883
883
-`CONFIG_IKCONFIG=y` + `CONFIG_IKCONFIG_PROC=y` -- running config always readable at `/proc/config.gz`
884
884
-`CONFIG_MODVERSIONS=y` -- every exported symbol carries a CRC checksum; mismatched modules are rejected cleanly at `insmod` with a clear error, not a kernel panic
0 commit comments