内核配置:2.6.X内核配置中文说明


  Code maturity level options (代码成熟等级 )
  
  PHP代码:
  
  Code maturity level options --->
  [*] Prompt for development and/or incomplete code/drivers
  [*]  Select _disibledevent= /dev/hda6)来恢复上次机器运行的状态。这项功能对于系统引导时启动许多服务的机器来说很有用,可以节约启动时间。这项功能根据自己的需要选择吧,如果你选择这项功能,记得恢复休眠后重做交换分区。
  
  ACPI (Advanced Configuration and Power Interface) Support --->
  
  从这里进入ACPI电源管理的配置界面,要注意ACPI与APM不能同时使用,如果你同时配置了这两者,那么在系统启动时如果发现一个可工作的ACPI设备那么APM将被关闭,ACPI会被加载
  
  APM (Advanced Power Management) BIOS Support --->
  
  高级电源管理的支持,一般来说笔记本应该选上,台式机可以不选。
  
  CPU Frequency scaling --->
  
  这一选项允许改变CPU的主频,使CPU在低负荷或使用电池时降低主频,达到省电的目的。
  
  .Bus options (PCI, PCMCIA, EISA, MCA, ISA)
  
  PHP代码:
  [*] PCI support
  PCI access mode (Any) --->
  [ ]  PCI Express support
  [ ]  Legacy /proc/pci interface
  [ ]  PCI device name database
  [ ]  ISA support
  [ ]  EISA support
  [ ]  Vesa Local Bus priming
  [ ]  Generic PCI/EISA bridge
  [ ]  EISA virtual root device
  [ ]  EISA device name database
  [ ]  MCA support
  [ ]  Legacy MCA API Support
  [ ]  Support For the mca entry in /proc
  [ ]  NatSemi SCx200 support
  PCCARD (PCMCIA/CardBus) support --->
  PCI Hotplug Support --->
  
  PCI support
  
  PCI支持,如果使用了PCI插槽,当然必选
  
  PCI access mode (Any)
  
  选Any,系统将优先使用MMConfig,然后使用BIOS,最后使用Direct检测PCI设备
  
  PCI Express support
  PCI Express总线支持
  
  Legacy /proc/pci interface
  
  是否使用/proc/pci目录下的信息文件来描述PCI设备的信息。现在的系统多数都使用lspci工具来得到这样的信息
  
  PCI device name database
  
  如果你不打算使用lspci工具,就把这项和上面的一项选上。lspci和hotplug都不需要内核中的设备信息库了
  
  ISA support
  
  如果你没有老式的ISA设备,老的ISA槽支持,可以不选这项
  
  EISA suppor
  
  扩展工业总线支持
  
  Vesa Local Bus priming
  
  ESA总线,也是扩展工业总线的一种,已经被PCI代替,所以不用选择
  
  Generic PCI/EISA bridge
  
  PCI、EISA两种总线的桥
  
  EISA virtual root device
  
  EISA总线的虚拟根设备
  
  EISA device name database
  
  内核中的EISA设备信息库
  
  MCA support
  
  (IBM的东东) 微通道总线.IBM的台式机和笔记本上可能会有这种总线,包括它的p系列、e系列、z系列机器上都用到了这种总线
  
  Legacy MCA API Support
  .
  
  Support For the mca entry in /proc
  .
  
  NatSemi SCx200 support
  
  松下的一种半导体处理器的驱动,If you don't know what to do here, say N.
  
  PCCARD (PCMCIA/CardBus) support --->
  
  一般只有笔记本电脑上才会有PCMCIA插槽,如果你是台式机的话,可以不选这一项
  
  PCI Hotplug Support --->
  
  支持PCI热插拔的.
  
  .Executable file formats (可执行文件格式)
  
  PHP代码:
  [ ]  Kernel support for ELF binaries
  [ ]  Kernel support for a.out and ECOFF binaries
  [ ]  Kernel support for MISC binaries
  
  Kernel support for ELF binaries
  
  这个当然y,因为目前gcc2.7.0以上的都有支持ELF了,如果没有选择这一项可能会使用相当多的程序因此无法执行
  
  Kernel support for a.out and ECOFF binaries
  
  a.out的执行文件是比较古老的可执行码,用在比较早期的UNIX系统上.Linux最初也是使用这种码来执行程序,一直到ELF格式的可执行码出来后,有愈来俞多的程序码随着ELF格式的优点而变成了ELF的可执码.将来势必完全取代a.out格式的可执行码.但目前由于沿有许多的程序还没有取代过来,所以只好选择Y,等将来有一天,全部的程序都变成了ELF的天下时,那时再disable掉
  
  Kernel support for MISC binaries
  
  可以让你支援別的种类的binary执行档(如:、Python ... etc)丟到kernel或编成module都ok
  
  .Device Drivers
  
  PHP代码:
  [*] Generic Driver Options --->
  [ ]  Memory Technology Devices (MTD) --->
  [ ]  Parallel port support --->
  [ ]  Plug and Play support --->
  [ ]  Block devices --->
  [ ]  ATA/ATAPI/MFM/RLL support --->
  [ ]  SCSI device support --->
  [ ]  Old CD-ROM drivers (not SCSI, not IDE) --->
  [ ]  Multi-device support (RAID and LVM) --->
  [ ]  Fusion MPT device support --->
  [ ]  IEEE 1394 (FireWire) support --->
  [ ]  I2O device support --->
  [ ]  Networking support --->
  [ ]  ISDN subsystem --->
  [ ]  Telephony support --->
  [ ]  Input device support --->
  [ ]  Character devices --->
  [ ]  I2C support --->
  [ ]  Dallas's 1-wire bus --->
  [ ]  Misc devices --->
  [ ]  Multimedia devices --->
  [ ]  Graphics support --->
  [ ]  Sound --->
  [ ]  USB support --->
  [ ]  MMC/SD card support --->
  [ ]  InfiniBand support --->
  
  Generic Driver Options
  ..
  
  Memory Technology Devices (MTD)
  ..
  
  Parallel port support
  ..
  
  Plug and Play support
  热插拔支持,当然要选择.
  
  Block devices
  ..
  
  ATA/ATAPI/MFM/RLL support
  ..
  
  SCSI device support
  ..
  
  Old CD-ROM drivers (not SCSI, not IDE)
  ..
  
  Multi-device support (RAID and LVM)
  ..
  
  Fusion MPT device support
  ..
  
  IEEE 1394 (FireWire) support
  ..
  
  I2O device support
  ..
  
  Networking support
  ..
  
  ISDN subsystem
  ..
  
  Telephony support
  ..
  
  Input device support
  ..
  
  Character devices
  ..
  
  I2C support
  ..
  
  Dallas's 1-wire bus
  ..
  
  Misc devices
  ..
  
  Multimedia devices
  ..
  
  Graphics support
  ..
  
  Sound
  ..
  
  USB support
  ..
  
  MMC/SD card support
  ..
  
  InfiniBand support
  ..
Tags:  r4中文版内核 配置linux内核命令 linux内核配置 内核配置

延伸阅读

最新评论

发表评论