linux kernel相关网址:
https://www.kernel.org/
https://elixir.bootlin.com/linux/latest/source
https://www.kernel.org/doc/html/latest/driver-api/index.html
跳动的核:
kset,kobject,klist 封装了list_head
kset,kobject 对接到了sysfs文件系统
参考代码:
include/linux/list.h
include/linux/kobject.h
include/linux/device/bus.h
drivers/base/bus.c
lib/kobject.c
跳动的内核图: