Step 2 : Download Linux Kernel
In this program, you are going to learn
How to ?
Topics in this section,
download linux kernel using wget command.
$ wget https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.34.tar.xz
extract the source code using the tar command.
$ tar xvJf linux-6.1.34.tar.xz
go to linux-6.1.34 directory
$ cd linux-6.1.34