这篇文章展示了 /proc以及可加载内核模块。
This article demonstrates /proc, as well as loadable kernel modules.
加载内核模块,比如你的网卡,PPP支持和其他类似设备都在这里载入。
rc.modules Loads kernel modules. Things like your network card, PPP support, and other things are loaded here.
KVM所使用的方法是通过简单地加载内核模块而将Linux内核转换为一个系统管理程序。
The approach that KVM takes is to turn a Linux kernel into a hypervisor simply by loading a kernel module.
4中的原有模块工具不能用来加载或缷载2.6的内核模块。
Older module utilities used in 2.4 cannot be used for loading and unloading the 2.6 kernel modules.
这意味着BIOS不仅要花从加电到最后一个内核模块加载时间的一半在这上面;有时还可能会花费更多时间。
And that means that the BIOS isn't just taking up half the time from power-on to the last kernel driver loaded; it's probably taking up a lot more.
将要加载的必需的内核模块
在这个阶段中,第二阶段的引导加载程序会检测系统硬件、枚举系统链接的硬件设备、挂载根设备,然后加载必要的内核模块。
At this stage, the second-stage boot loader checks the system hardware, enumerates the attached hardware devices, mounts the root device, and then loads the necessary kernel modules.
内核模块加载器也在2.5中完全被重新实现,这意味着模块编译机制相对于2.4有了很大不同。
The kernel module loader has also been completely reimplemented in 2.5, which means that the module-building mechanism is much different compared to 2.4.
为了演示usermode-helperAPI,本文使用了可加载的内核模块安装测试应用程序到内核。
To illustrate the usermode-helper API, this article uses loadable kernel modules to install test applications into the kernel.
KVM是作为内核模块实现的,因此Linux只要加载该模块就会成为一个hypervisor。
KVM is implemented as a kernel module, allowing Linux to become a hypervisor simply by loading a module.
usermode - helperAPI是内核中重要的部分,这是由于其广泛多样的用途(从内核模块加载、设备热插拔到udev事件发布)。
The usermode-helper API is an important aspect to the kernel, given its wide and varying use (from kernel module loading, device hot-plugging, and event distribution for udev).
下面的源码演示了这样一个最小的内核模块,加载的时候开始闪烁键盘LED灯,直到被卸载。
The following source code illustrates a minimal kernel module which, when loaded, starts blinking the keyboard LEDs until it is unloaded.
该系统监控所有可能的内核模块加载接口,根据设定的保护域和用户验证对内核模块加载进行控制。
This system watches on every possible interface were used for loading, and the loading according to the protected-region and user qualification were controlled.
你的内核模块不能正确加载造成的,解决方法可以看以前的帖子。
PS: Since the new kernel cannot see the whole filesystem, I'm not able to run the module-init-tool.
你的内核模块不能正确加载造成的,解决方法可以看以前的帖子。
PS: Since the new kernel cannot see the whole filesystem, I'm not able to run the module-init-tool.
应用推荐