New to Linux Kernel/Driver development

后端 未结 2 516
忘了有多久
忘了有多久 2021-01-30 09:54

Recently, i began developing a driver of an embedded device running linux.

Until now i have only read about linux internals.
Having no prior experie

2条回答
  •  情歌与酒
    2021-01-30 10:05

    I had to fix a kernel driver once. My biggest tip (if you use vim) is to set it up with ctags so you can jump around the kernel source with ctrl-] every time you see a function you don't understand.

提交回复
热议问题