jstm-optimized/README.md
JeremyStarTM edac79109a
Update update warning
In Germany we say "doppelt gemoppelt!"
2024-07-11 19:33:32 +02:00

1.6 KiB

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 please build and install this kernel regularily, thank you ^^

Changes

This repository improves/changes the following things over https://aur.archlinux.org/pkgbase/linux-clear:

  • includes a build tool with build time performance improvements
  • better PKGBUILD documentation
  • more build options
  • integrates kernel commandline directly into the final kernel build
  • defaults to cpu governor schedutil instead of performance (you don't need maximum performance 24/7 anyway, use gamemode for maximum game performance or use cpu-power)
  • includes the powersave cpu governor for battery-powered devices

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