linux内核选项详解
General setup(基本属性设置) ->[]prompt for development and/or incomplete code/drivers //显示尚在开发的代码和驱动(嵌入式开
General setup() 基本属性设置 ->[]prompt for development and/or incomplete code/drivers // 显示尚在开发的代码和驱 () 动嵌入式开发不用选择 -pdk7105Local version -append to kernel release //kernel ()本地版本信息追加到发 布版 []Automatically append version information to the version string // 自动追加版本信息 到版本字符串 [*]Support for pading of anonymous memory(swap) // 支持交换分区 [*]System VIPC // 进程间通信 []BSD Process Accounting // 充许用户进程访问内核将账户信息写入文件中的 []Export task/process statistics through netlink(EXPERIMENTAL) // 通过网络导出任务 () 和进程的统计信息实验性的 []Auditing support // 审记支持,用于和内核的某些子模块同时工作 <*>Kernel .config support //.config 将配置信息保存在内核中,选上它及它的子项 /proc 使得其它用户能从中得到内核的配置 ->[*]Enable access to .config through /proc/config.gz ///proc/config.gz 允许通过存 .config 取 [14]Kernel log buffer size (16=>64KB,17=>128KB) //kernel 日志缓冲区长度 []Create deprecated sysfs files //sysfs 建立过时的文件系统(虽然写着过时然而 ) 许多版本仍然有编译 []Kernel->user space relay support(formerly relayfs) //relayfs, 支持内核空间到用户空 间高效数据传输系统支持 [*]Initial RAM filesystem and RAM disk(initramfs/initrd) support //initramfs 初始化和 ram diskinitramfs 的支持,相对独立,嵌入式开发选用 ->()Initramfs source file(s) //initramfs 此处可以填入你根文件系统中的目录 [*]Configure standard kernel features(for small systems) --->// 为小系统配置标准的内 核特性 ->---Configure standard kernel features(for small systems)// 給嵌入式系統使用的 [*]Enable 16-bit UID system calls //16-bitUID 允许的系统调用 [*]Sysctl syscall support //, 不需要重启就能修改内核的某些参数和变量如果你 /proc,/proc/sys 也选择了支持将能从存取可以影响内核行为的参数或变量 [*]Load all symbols for debugging/ksymoops //() 为调试加载所有符号可不选择 []Do an extra kallsyms pass //kallsymsbug 除非你在中发现了并需要报告这 bug 个才打开该选项 [*]Support for hot-pluggable devices //,usbpc,Udev 支持热插拔设备如与卡等

