1. Compile the kernel

The normal way of compiling a kernel does not use make-kpkg. Instead, it uses the following steps:

Example B.1. Compile the kernel

  1. cd /usr/src/linux which should point to the kernel (unzipped) files

  2. make dep

  3. make clean

  4. make bzImage

  5. make modules (remember to unpack your modules first)