Installing a Vanilla Linux Kernel on Fedora
Updated on 2017-12-28
Installing a Vanilla Linux Kernel on Fedora is quite simple (once one knows how to do it..)
Configuring & Building Linux
One can start by cloning Torvalds' Linux repository to fetch the latest master (or we could fetch the latest stable release) :
$ git clone https://github.com/torvalds …