2010年(16)
分类: LINUX
2010-04-28 17:22:11
Linux v2.6.32内核编译配置描述
( ) Local version - append to kernel release
[ ] Automatically append version information to the version string
Kernel compression mode (Gzip) --->
内核压缩算法选择,可选项算法:Gzip, Bzip和Lmza。
[*] Support for paging of anonymous memory (swap)
支持交换分区或交换文件来做为虚拟内存。
[*] System V IPC
支持进程间通信。
[*] POSIX Message Queues
支持POSIX消息队列,这是另一种消息队列,POSIX IPC中的一部分。
[ ] BSD Process Accounting
[ ] BSD Process Accounting version 3 file format
管理员可以通过查看进程统计信息文件,发现用户在什么时间做了什么事等信息。
[ ] Export task/process statistics through netlink
通过网络导出任务和进程的统计信息。
[ ] Auditing support
[ ] Enable system-call auditing support
审计支持,某些内核模块(例如SELinux)需要它。只有同时选择其子项才能对系统调用进行审计。