pub const SYS_MODULE_LOAD: usize = 700; // 700usizeExpand description
Load a kernel module from a CMOD binary.
path_ptr: pointer to the module path stringpath_len: length of the path
Returns a module ID on success. The module is loaded into the kernel address space and its init function is called.