Compilation of a kernel
Introduction For the practice I will choose the kernel 6.4.4 that I have downloaded from the backports repository:
To download the source code we will use apt source:
It will create us a directory with the source code
If we list the contents of the directory with the source code, we will see that the structure is the same as to compile a package in C.