This page is experimental and may change significantly in future releases.
Linux Init_Module
Properties
- name
- Linux Init_Module
- definition
- Loads an ELF image into kernel space, performs any necessary symbol relocations, initializes module parameters to values provided by the caller, and then runs the module's init function.
- defined by
- https://man7.org/linux/man-pages/man2/init_module.2.html
Neighbors