⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 用于linux2.6内核支持模块的插入和卸载
💻
字号:
READ INSTRUCTIONS CAREFULLY, OTHERWISE YOU MAY DESTROY YOUR OLD UTILS!1a) If you want to install in /sbin:	./configure --prefix=/	make moveold (if installing for the first time).  "make moveold" renames the old insmod, modprobe, rmmod and lsmod to  insmod.old, modprobe.old, rmmod.old and lsmod.old, and the matching  manpages.OR,1b) If you want to install in /usr/local/sbin:	./configure	make links  "make links" makes links to the previous insmod, modprobe, rmmod and  lsmod (which are in /sbin) in /usr/local/sbin2) Now, build it:	make	make install3) If running for the first time, you might want to convert your old   modules.conf to modprobe.conf:	./generate-modprobe.conf /etc/modprobe.conf4) If you are using devfs, copy modprobe.devfs to /etc5) You will need to run "depmod" for your new kernel, eg:	depmod 2.5.506) If you want to hack on the source:	aclocal && automake --add-missing --copy && autoconfIf this is all too complicated, I recommend getting and installing thesource rpm or debian package instead.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -