StarOpenSource's fast server-oriented kernel used on StarOpenSource's infrastructure
JeremyStarTM
e8bc07aa57
This commit changes the following things: - kernel will now panic on oops - kernel will now panic on softlock - Reenables kexec - Sets various Clear Linux kernel command line arguments as default - Includes AMD-V support in the kernel, instead of module - Support for in-kernel module decompression - Make zswap enabled by default - Enables AOSP's bluetooth extensions - Includes NFC support as a module - Nuke MTD support - The Hyper-V storage driver is now a module - Disable dangerous legacy drivers - Framebuffer support for VGA 16-color, userspace VESA VGA and VESA VGA graphics - Framebuffer support for nvidia riva driver - Disable virtual framebuffer (only meant for testing anyway) - Everything related to Hyper-V guest support is now a module - Remove that Termius font or how it's called i don't remember - BUG() calls are no longer verbose (saves 70kb) |
||
---|---|---|
.gitignore | ||
.SRCINFO | ||
buildtool.sh | ||
kconfig | ||
LICENSE | ||
linux.install | ||
PKGBUILD | ||
PKGBUILD.buildtool | ||
README.md |
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 build it again without starting from scratch execute this:
env BUILDTOOL_LOCALDIR=SET ./buildtool.sh