jstm-optimized/README.md

9 lines
470 B
Markdown
Raw Normal View History

2024-03-10 16:04:07 +01:00
# JeremyStarTM's optimized kernel
This repositories includes everything you need to build JeremyStarTM's custom optimized kernel, based on Clear Linux's kernel patches and various other tweaks introduced by JeremyStarTM.
## Building
To build this kernel, run this command in your terminal:
```bash
2024-03-10 16:08:52 +01:00
curl -sSL "https://git.staropensource.de/JeremyStarTM/kernel-optimized/raw/branch/develop/buildtool.sh">/tmp/buildtool.sh;chmod +x /tmp/buildtool.sh;/tmp/buildtool.sh
2024-03-10 16:04:07 +01:00
```