Skip to content

Files

Latest commit

Jan 5, 2022
f7b7496 · Jan 5, 2022

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