Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 189 Bytes

kernel-module.md

File metadata and controls

9 lines (6 loc) · 189 Bytes

Linux 内核模块

  • 内核模块目录 ls /lib/modules/$(uname -r)/kernel/drivers/
  • 内核模块编译配置 cat /boot/config-$(uname -r)

相关命令

  • lsmod
  • modinfo