Once you are done with the steps in the Getting ready section, you can move on to the process of configuring and building the kernel. This process will take a lot of time, so be prepared:
- Download the Linux kernel by visiting http://www.kernel.org as shown in the screenshot here:
- Or you can use the following command:
wget https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.14.47.tar.xz
- When the download is completed, move to the folder where the download has been saved. The command to do this will be:
- Now extract the ...