~xdavidwu/xdavidwu.link

ref: d2e63938429d7cdbee295ac4441366451b418c8f xdavidwu.link/_posts/2018-12-26-kernel-tip.md -rw-r--r-- 423 bytes
d2e63938xdavidwu fix code background 4 years ago

title: "Linux kernel building tips" categories:

  • Linux tags:
  • kernel

  • nconfig looks prettier than menuconfig
  • syncconfig replaces slientoldconfig
  • localmodconfig uses lsmod to update .config with currently loaded modules
  • localyesconfig is like localmodconfig, but built-in instead of modulize
  • LSMOD env variable to provide lsmod output from file
  • INSTALL_MOD_PATH overrides modules_install root