-
Type
sudo dnf install gcc flex make bison openssl-devel elfutils-libelf-devel dwarves openssl
-
Download the Linux Kernel source from kernel.org
-
type
make menuconfig
to make the nCurses config menu -
Enable options in the menu and press "esc esc" to save config
-
Run "make -J$(getconf _NPROCESSORS_ONLN)"
-
Run
sudo make modules_install
-
Run
sudo make install