Kernel contains the FUSE kernel module source code (which, of course, you don't need to know for developing a filesystem with FUSE).
kernel包含了FUSE内核模块的源代码(对于使用FUSE开发文件系统来说,您当然不用懂得这些代码的机制)。
KERNEL_SRC indicates the kernel source directory and SUBDIR indicates the directory where the module is located.
KERNEL_SRC指定内核源文件所在的目录,SUBDIR指定放置模块的目录。
Download the source of the kernel Module Utilities for 2.6; this replaces modutils for modern kernels.
下载内核ModuleUtilitiesfor 2.6的源文件;它可以取代当前新内核的modutils。
The following source code illustrates a minimal kernel module which, when loaded, starts blinking the keyboard LEDs until it is unloaded.
下面的源码演示了这样一个最小的内核模块,加载的时候开始闪烁键盘LED灯,直到被卸载。
The following source code illustrates a minimal kernel module which, when loaded, starts blinking the keyboard LEDs until it is unloaded.
下面的源码演示了这样一个最小的内核模块,加载的时候开始闪烁键盘LED灯,直到被卸载。
应用推荐