[问题] kernel system call open

楼主: gn00618777 (非常念旧)   2016-06-10 10:30:26
最近想追一下 kernel ,就从网络上常见的 chrdev driver 开始看起
知道在
init_xxx(){
register_chrdev(major, name, &fops)
}
module_init(init_xxx)
注册 driver 。到 register_chrdev 去看,里面的内容大致说
楼主: gn00618777 (非常念旧)   2016-06-10 13:25:00
ok,从 sys_open开始 trace,有说到了最后是透过inode 去找到驱动程式的 method,并回传 fd

Links booklink

Contact Us: admin [ a t ] ucptt.com