Build tool for compiling the Linux kernel with Clear Linux's patches with an optimized kconfig and at maximum build performance
Find a file
2024-05-19 10:35:59 +02:00
.gitignore Update .gitignore (no longer needs manual updates) 2024-03-11 00:17:44 +01:00
buildtool.sh stupid mf 2024-03-22 15:40:42 +01:00
cleantool.sh Add cleantool.sh 2024-03-11 01:57:32 +01:00
kconfig Update kernel configuration 2024-03-22 14:07:38 +01:00
LICENSE Added missing license (oops) 2024-03-10 21:43:33 +01:00
linux.install Update post install message 2024-03-11 16:23:15 +01:00
PKGBUILD Update to Linux 6.8.9 & Clear Linux Patches 9-1433 2024-05-19 10:35:59 +02:00
PKGBUILD.buildtool Update to Linux 6.8.9 & Clear Linux Patches 9-1433 2024-05-19 10:35:59 +02:00
README.md Update README.md 2024-03-29 23:00:24 +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.

Warning

As with every other software, make sure to update your kernel regularily. Missing updates and security patches make your system vulnerable. So run git pull and then buildtool.sh regularily, thank you ^^

Building

To build this kernel, run this command in your terminal:

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

Building from local repository

If you've already built this kernel or want to compile the kernel from your local repository execute this:

env BUILDTOOL_LOCALDIR=SET ./buildtool.sh

Cleaning repository

To remove everything makepkg produced, simply run:

./cleantool.sh