modulereg
注册一个模块。
格式
modulereg [kernel module file *.ko]
说明
[root@sylixos:/root]# help modulereg
register a kernel module into system.
NOTICE: only import LW_SYMBOL_EXPORT attribute
symbol(s) to kernel symbol table.
modulereg [kernel module file *.ko]
[root@sylixos:/root]#
此命令用来注册一个模块文件。
样例
[root@sylixos_station:/root]# modulereg /lib/modules/file.ko
module /lib/modules/file.ko register ok, handle: 0x30e15370
[root@sylixos_station:/root]#