Chinaunix首页 | 论坛 | 博客
  • 博客访问: 17687
  • 博文数量: 14
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 123
  • 用 户 组: 普通用户
  • 注册时间: 2013-08-16 09:14
文章分类

全部博文(14)

文章存档

2014年(2)

2013年(12)

我的朋友

分类: LINUX

2013-09-04 08:36:06

refs:

http://lxr.linux.no/#linux+v3.10.1/Documentation/kbuild/

=== backgroud ===
- The Linux kernel has amonolithic architecture, which means that the whole kernel code runs in kernel space and shares the same address space.
- not a pure monolithic kernel, it can be extended at runtime using loadable kernel modules
- Even when Linux supports modules, you still need to choose at kernel compile time most of the features that will be built in the kernel image and the ones that will allow you to load specific kernel modules once the kernel is executing.
- an easy and efficient way to manage all these compilation options --  Kernel Build System(kbuild).

=== kbuild main components ===
- Compilation Options: Configuration Symbols
- Defining Configuration Symbols: Kconfig Files
- Storing Symbol Values: .config File
- Compiling the Kernel: Makefiles




 

阅读(572) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~