导航菜单

insmod是什么意思_翻译中文_怎么读

insmod

网络释义:载入模块;加载;挂载模块

网络释义

1.载入模块 renice 调整已存在优先权 insmod 载入模块 rmmod 删除模块 ...

2.加载 ... ifup 激活网卡 insmod 挂载模块 mkdir 建立目录 ...

4.加载模块到内核 free: 显示内存使用情况 insmod加载模块到内核 kernelversion: 显示内核主版本号 ...

5.加载驱动模块ealtek工程师直接提供的,遇到2个问题:(1)加载驱动模块insmod)时,报内核虚拟内存分配失败,要求增加虚拟内存。

6.模块装载 ... character, 字符设备文件 insmod, 编译内核模块 kernel versions, 为多个版本的内核编写内核模块 ...

8.的模块放在哪里 cache 不命中的情况 insmod 的模块放在哪里? pnux smp 求救 ...

例句释义:,载入模块,加载,挂载模块

1.The insmod command defines the module to load and invokes the init_module user-space system call to begin the loading process.insmod命令定义需要加载的模块,并调用init_module用户空间系统调用,开始加载过程。

2.These two functions are invoked on modprobe or insmod of the module (module entry function) and rmmod of the module (module exit).这两个函数根据模块的modprobe(模块入口函数)或insmod(模块入口函数),以及rmmod(模块出口函数)被调用。

3.Alternative: Skip this step if you want to install the module in the kernel yourself using insmod.另外一种选择:如果您希望使用insmod自己将这个模块安装到内核中,就可以跳过这个步骤。

4.To load the module, use the insmod command; conversely, to unload the module, use the rmmod command.要加载这个模块,请使用insmod命令;反之,要卸载这个模块,请使用rmmod命令。

5.The process of module loading begins in user space with insmod (insert module).在用户空间中,insmod(插入模块)启动模块加载过程。

6.The insmod argument in Listing 4 loads a virtual Ethernet adapter.清单4中的insmod参数装载一个虚拟Ethernet适配器。

7.You now have a module you can call to trigger a panic with the command insmod panicCall. ko.现在就有了一个可调用的模块可以使用insmodpanicCall.ko命令触发紧急情况。