??Enable loadable module support:除非你准备把所有需要的内容都编译到内核里面,否则该项应该是必选的。
??Set version information on all module symbols:可以不选它。
??Kernel module loader:让内核在启动时有自己装入必需模块的能力,建议选上。
3. Processor type and features
??CPU类型。内容蛮多的,不一一介绍了,有关的几个如下:
4. General setup
??这里是对最普通的一些属性进行设置。这部分内容非常多,一般使用缺省设置就可以了。下面介绍一下经常使用的一些选项:
??Networking support:网络支持。必须,没有网卡也建议你选上。
??PCI support:PCI支持。如果使用了PCI的卡,当然必选。
??PCI access mode:PCI存取模式。可供选择的有BIOS、Direct和Any,选Any吧。
??Support for hot-pluggabel devices:热插拔设备支持。支持的不是太好,可不选。
??PCMCIA/CardBus support:PCMCIA/CardBus支持。有PCMCIA就必选了。
??System V IPC
??BSD Process Accounting
??Sysctl support:以上三项是有关进程处理/IPC调用的,主要就是System V和BSD两种风格。如果你不是使用BSD,就按照缺省吧。
??Power Management support:电源管理支持。
??Advanced Power Management BIOS support:高级电源管理BIOD支持。
5. Memory Technology Device(MTD)
??MTD设备支持。可不选。
6. Parallel port support
??串口支持。如果不打算使用串口,就别选了。
7. Plug and Play configuration
??即插即用支持。虽然Linux对即插即用目前支持的不如Windows好,但是还是选上吧,这样你可以拔下鼠标之类的体验一下Linux下即插即用的感觉。
8. Block devices
??块设备支持。这个就得针对自己的情况来选了,简单说明一下吧:
??Normal PC floppy disk support:普通PC软盘支持。这个应该必选。
??XT hard disk support:
??Compaq SMART2 support:
??Mulex DAC960/DAC1100 PCI RAID Controller support:RAID镜像用的。
??Loopback device support:
??Network block device support:网络块设备支持。如果想访问网上邻居的东西,就选上。
??Logical volume manager(LVM)support:逻辑卷管理支持。
??Multiple devices driver support:多设备驱动支持。
??RAM disk support:RAM盘支持。