ACPI: Advanced Configuration and Power Interface
Prev A. ACPI the Non-Debian Way Next

A.1. Compile the kernel

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

  • cd /usr/src/linux which should point to the 2.4.20 kernel (unzipped) files

  • make dep

  • make clean

  • make bzImage

  • make modules (remember to unpack your modules first)


Prev Home Next
ACPI the Non-Debian Way Up Install the new kernel