1313
1414** Author:** Soumalya Das   ; |  ; ** License:** MIT   ; |  ; ** Base:** Linux 6.19.6 LTS   ; |  ; ** Year:** 2026
1515
16- [ ![ Build Status] ( https://img.shields.io/github/actions/workflow/status/soumalyadev /hyperion-kernel /build.yml?style=flat-square&label=Kernel%20Build )] ( https://github.com/soumalyadev /hyperion-kernel /actions )
16+ [ ![ Build Status] ( https://img.shields.io/github/actions/workflow/status/pro-grammer-SD /hyperion/build.yml?style=flat-square&label=Kernel%20Build )] ( https://github.com/pro-grammer-SD /hyperion/actions )
1717[ ![ Kernel Version] ( https://img.shields.io/badge/kernel-6.19.6--Hyperion--0.1.0-blue?style=flat-square )] ( https://kernel.org )
1818[ ![ Architecture] ( https://img.shields.io/badge/arch-x86__64-green?style=flat-square )] ( #supported-architectures )
1919[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square )] ( LICENSE )
@@ -167,8 +167,8 @@ Hyperion treats module compatibility as a **first-class feature**, not an aftert
167167
168168``` bash
169169# Clone the repository
170- git clone https://github.com/soumalyadev /hyperion-kernel .git
171- cd hyperion-kernel
170+ git clone https://github.com/pro-grammer-SD /hyperion.git
171+ cd hyperion
172172
173173# Build and install in one shot (interactive config review)
174174sudo bash scripts/build-kernel.sh --interactive
@@ -210,7 +210,7 @@ tar -xf linux-6.19.6.tar.xz
210210cd linux-6.19.6
211211
212212# 2. Copy Hyperion config
213- cp /path/to/hyperion-kernel /hyperion.config .config
213+ cp /path/to/hyperion/hyperion.config .config
214214
215215# 3. Resolve any new config symbols for your exact kernel version
216216make olddefconfig
@@ -228,7 +228,7 @@ make modules -j$(nproc)
228228sudo make modules_install
229229
230230# 8. Install headers (DKMS requirement)
231- sudo bash /path/to/hyperion-kernel /scripts/install-headers.sh
231+ sudo bash /path/to/hyperion/scripts/install-headers.sh
232232
233233# 9. Install kernel
234234sudo make install
0 commit comments