您的位置:首页 > 运维架构 > Linux

Note for linux dirver study

2010-01-11 22:05 344 查看
Linux kernel  building system :

00-INDEX

    - this file: info on the kernel build process

kbuild.txt

    - developer information on kbuild

kconfig.txt

    - usage help for make *config

kconfig-language.txt

    - specification of Config Language, the language in Kconfig files

makefiles.txt

    - developer information for linux kernel makefiles

modules.txt

    - how to build modules and to install them

 

all the docs are in the below directory :

kernel/Documentation/kbuild/

 

|-- 00-INDEX

|-- kbuild.txt

|-- kconfig-language.txt

|-- kconfig.txt

|-- makefiles.txt

`-- modules.txt

 

 

Linux driver model:

kernel/Documentation/driver-model

.

|-- binding.txt

|-- bus.txt

|-- class.txt

|-- device.txt

|-- devres.txt

|-- driver.txt

|-- interface.txt

|-- overview.txt

|-- platform.txt

`-- porting.txt

 
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  linux build system file
相关文章推荐