最終更新:2015-10-27 (火) 14:51:04 (3101d)  

kmod
Top / kmod

Program to manage Linux Kernel modules

kmod replaces module-init-tools

libkmod

Linux kernel module handling

バージョン

  • kmod 21
  • ...
  • kmod 5 - systemd starts using libkmod
  • kmod 4
  • kmod 3 - udev starts using libkmod. kmodのバイナリを一つにまとめた。
  • kmod 2 - kmod-modprobeの足りない機能を実装
  • kmod 1 (2011/12/15) - The first user for this API will be udev.

コマンド

Ubuntu/パッケージ/kmod

  • tools for managing Linux kernel modules

参考

カーネルの機能

  • the new module loader (replaces kerneld?)
  • Linux 2.1?以降で採用された、ローダブルモジュール?の自動ロード・アンロードを行なうカーネルの機能

メモ

  • 昔はkerneld?というデーモンだった
  • kmod was initially implemented as a separate, standalone kernel process that handled module loading requests, but it has long since been simplified by not requiring the separate process context. To use kmod, you must include <linux/kmod.h> in your driver source.

関連