Linux Kernel Map

一. 原網址

https://makelinux.github.io/kernel/map/

二. Linux Kernel Diagram

三. Linux Kernel Map

四. LDT - Linux Driver Template

      LDT project is useful for Linux driver development beginners and as starting point for a new drivers. The driver uses following Linux facilities: module, platform driver, file operations (read/write, mmap, ioctl, blocking and nonblocking mode, polling), kfifo, completion, interrupt, tasklet, work, kthread, timer, simple misc device, multiple char devices, Device Model, configfs, UART 0x3f8, HW loopback, SW loopback, ftracer.

link:

https://github.com/makelinux/ldt/

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章