|
|
发表于 2006-3-6 20:24:26
|
显示全部楼层
一般 user-space 就是指 一般的程序.
kernel-space 是 指 内核模块 *.ko ,有的程序的 kernel-space 是 一个补丁,不生成自己的 ko
比如,我们说 bootsplash 就是 两部分, 给 fb 模块打的补丁是 kernel-space ,其他的程序和脚本都是 user-space .
现在的趋势就是尽量向 user-space 移动 ,比如 devfs 到 udev ,bootsplash 到 splashy |
|