KSPP kernel .configs and SlackBuilds for Slackware Linux
See:
(In a nutshell)
kernel-source
packagecat
that to .config
in your kernel sources dirThe packaging script for the kernel modules requires that you first run make modules_install
and then run the packaging script itself. After that, you can remove the installed modules and install the package.
The following settings are not set:
# This needs userspace support, and will break "regular" distros. See: https://github.com/tych0/huldufolk
CONFIG_STATIC_USERMODEHELPER=y
# Randomize the layout of system structures. This may have dramatic performance impact, so
# use with caution or also use CONFIG_GCC_PLUGIN_RANDSTRUCT_PERFORMANCE=y
CONFIG_GCC_PLUGIN_RANDSTRUCT=y
# CONFIG_GCC_PLUGIN_RANDSTRUCT_PERFORMANCE is not set
And also the 32-bit stuff:
CONFIG_COMPAT
CONFIG_IA32_EMULATION
CONFIG_X86_X32