UMBC CMSC 421 CSEE | 421 | current 421

CMSC421 -- Rebuilding the Kernel with an Old Configuration

When you're upgrading the kernel, you don't have to reconfigure everything manually. Simply copy the .config file from your old kernel source directory to the new one, and do make oldconfig. It prompts you for only those configuration items that are new because you compiled the old kernel.

You can always go in with make menuconfig and change anything you want.


UMBC CMSC 421 CSEE | 421 | current 421