当前位置: 首页 > 图文教程 > 操作系统 > Unix/Linux > 详细解析 Linux内核的主要配置选项

Unix/Linux
Linux操作系统下硬盘手工和自动挂载的方法
linux grep搜索命令的使用方法
Linux重定向
linux 系统的一些使用小技巧
LINUX系统下grub菜单的几个技巧
Linux系统下设置Tomcat自启动
Linux操作系统添加安装新硬盘的方法图解
解决Linux系统下Openoffice乱码
Linux源码包编译和安装
Redhat Linux 9 ADSL连接设置图解
linux下实现定时关机
linux最简单的ADSL断线重拨
制作Linux的usb启动盘
Linux系统下硬盘分区最佳方案
Vi编辑器的使用方法
LINUX系统下vsftpd 命令详解
RedHat AS4上安装配置Apache2.2.4+PHP5.2.3+MySQL5.0.45+openssl0.98e
Webmin 安装和使用
用VNC远程图形化连接Linux桌面的配置方法
正确修改Linux的系统时间

Unix/Linux 中的 详细解析 Linux内核的主要配置选项


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-11-01   浏览: 142 ::
收藏到网摘: n/a

配置内核的命令是:

# make config 文本配置方式

# make menuconfig 菜单配置方式

# make xconfig 图形界面配置方式

我们可以采用任何一个命令配置内核,一般推荐使用make menuconfig来配置内核。

一.代码成熟度选项


Code maturity level options --->[*] Prompt for development and/or incomplete code/drivers [*] Select only drivers expected to compile cleanly

在内核中包含了一些不成熟的代码和功能,如果我们想使用这些功能,想打开相关的配置选项,就必需打开这一选项。

二.通用设置选项

General setup --->() Local version - append to kernel release[*] Automatically append version information to the version string[*] Support for paging of anonymous memory (swap)[*] System V IPC[*] POSIX Message Queues[*] BSD Process Accounting[*] BSD Process Accounting version 3 file format[*] Sysctl support[ ] Auditing support[*] Support for hot-pluggable devices[*] Kernel Userspace Events[*] Kernel .config support[*] Enable access to .config through /proc/config.gz() Initramfs source file(s)[*] Configure standard kernel features (for small systems) ---> --- Configure standard kernel features (for small systems) [ ] Load all symbols for debugging/kksymoops [ ] Do an extra kallsyms pass [ ] Enable support for prinlk [ ] BUG()support [ ] Enable full-sinzed data structures for core [*] Enable futex support [*] Enable eventpoll support [*] Optimize for size [*] Use full shmem filesystem (0) Function alignment (0) Label alignment (0) Loop alignment (0) Jump alignment

[1] [2] [3] [4] 下一页