安装kernel module 流程简析(一)
Older kernel version
//source/kernel/module.c
/* This is where the real work happens */
SYSCALL_DEFINE3(init_module, void __user *, umod,
unsigned long, len, const char __user *, uargs)
{
...
原创
2018-12-07 08:58:57 ·
1585 阅读 ·
0 评论