Before compiling a modular kernel, you need to install the kernel-headers and kernel-source packages. In which directory are these files typically located?
Explanation
Kernel header files and source code required for building modules are usually found in the /usr/src/linux directory. This location contains the necessary files for kernel compilation and module development.