Loadable kernel module hay Linux kernel module built-in

Loadable kernel module hay LKM là module được biên dịch ở dạng rời có thể gắn vào hay tháo ra khỏi Linux kernel.

Linux kernel module built-in là module được biên dịch bỏ vào bên trong Linux kernel là vmlinuz.

Linux kernel config được biên dịch kiểu module rời hay bỏ vào trong vmlinuz là tùy bạn chọn.

Kernel .config support

CONFIG_IKCONFIG:

This option enables the complete Linux kernel ".config" file
contents to be saved in the kernel. It provides documentation
of which kernel options are used in a running kernel or in an
on-disk kernel.  This information can be extracted from the kernel
image file with the script scripts/extract-ikconfig and used as
input to rebuild the current kernel or to build another kernel.
It can also be extracted from a running kernel by reading
/proc/config.gz if enabled (below).

Symbol: IKCONFIG [=n]
Type  : tristate
Defined at init/Kconfig:686
  Prompt: Kernel .config support
  Location:
    -> General setup
      -> Kernel .config support (IKCONFIG [=n])