create_module (2) Linux Manual Page
NAME create_module – create a loadable module entry SYNOPSIS #include <linux/module.h> caddr_t create_module(const char *name, size_t size); Note: No declaration of this system call is provided in glibc headers; see NOTES. DESCRIPTION Note: This system call is present only in kernels before Linux 2.6. create_module() attempts to create a loadable module entry and reserve the…
