Loadable Kernel Modules
暂无分享,去创建一个
Unlike monolithic kernels that must be relinked, reinstalled, and rebooted after every code change, the Linux kernel uses loadable modules to simplify and shorten development time, make dynamic configuration easier, and save kernel memory. The paper considers how new code Linux modules can be added dynamically to the kernel at runtime.
[1] Maurice J. Bach. The Design of the UNIX Operating System , 1986 .
[2] Greg Kroah-Hartman,et al. Linux Device Drivers , 1998 .
[3] Samuel J. Leffler,et al. The design and implementation of the 4.3 BSD Unix operating system , 1991, Addison-Wesley series in computer science.