Moduleversioning support(EXPERIMENTAL),這個(gè)功能可以讓你使用其它版本的內核模塊,由于我自己寫(xiě)一些模塊,所以我會(huì )用到這個(gè)選項,因為內核更新太快了,我的頭文件更新根本趕不上內核的更新。還有,雖然我在Gentoo下開(kāi)發(fā),但實(shí)際真實(shí)環(huán)境用的卻是從kernel.org下載的內核。雖然我選擇了這個(gè)選項,不過(guò)建議你不要選擇這個(gè)選項。
Source checksum for all modules,這個(gè)功能是為了防止更改了內核模塊的代碼但忘記更改版本號而造成版本沖突。我估計現在沒(méi)有哪家公司在開(kāi)發(fā)中還沒(méi)使用版本控制工具,所以不需要這項了。如果你不是自己寫(xiě)內核模塊,那就更不需要這一選項了。
Automatic kernel moduleloading,這個(gè)選項能讓內核自動(dòng)的加載部份模塊,建議你最好選上。舉個(gè)例子說(shuō)明一下,如模塊eth1394依賴(lài)于模塊ieee1394。如果選擇了這個(gè)選項,可以直接加載模塊eth1394;如果沒(méi)有選擇這個(gè)選項,必需先加載模塊ieee1394,再加載模塊eth1394,否則將出錯。
四.總線(xiàn)支持配置
Bus support ---> PCCARD (PCMCIA/CardBus) support ---> [ ] Enable PCCARD debugging [ ] 16-bit PCMCIA support (NEW) [ ] Load CIS updates from userspace (EXPERIMENTAL)(NEW) [ ] PCMCIA control ioctl (obsolete) (NEW) --- PC-card bridges
PCCard (PCMCIA/CardBus) support,你的計算機是否支持PCMCIA卡
Enable PCCARD debugging,通常不需要選擇調試PCMCIA設備,除非你是設備驅動(dòng)的開(kāi)發(fā)人員。
16-bit PCMCIA support,16位的PCMCIA總線(xiàn)支持。
五.支持的可執行文件格式
Userspace binary formats -à [*] Kernel support for ELF binaries [*] Kernel support for a.out and ECOFF binaries [*] Kernel support for MISC binaries [*] RISC OS personality
Kernel support for ELF binaries,ELF是開(kāi)放平臺下最常用的二進(jìn)制文件,它支持不同的硬件平臺。
Kernel support for a.out and ECOFF binaries,這是早期UNIX系統的可執行文件格式,目前已經(jīng)被ELF格式取代。
Kernel support for MISC binaries,此選項允許插入二進(jìn)制的封裝層到內核中,當使用Java、.NET、Python、Lisp等語(yǔ)言編寫(xiě)的程序時(shí)非常有用。
六,文件系統
File systems <*> Second extended fs support [*] Ext2 extended attributes [*] Ext2 POSIX Access Control Lists [*] Ext2 Security Labels <*> Ext3 journalling file system support [*] Ext3 extended attributes [*] Ext3 POSIX Access Control Lists [*] Ext3 Security Labels [ ] JBD (ext3) debugging support <*> Reiserfs support [ ] Enable reiserfs debug mode [ ] Stats in /proc/fs/reiserfs [*] ReiserFS extended attributes [*] ReiserFS POSIX Access Control Lists [*] ReiserFS Security Labels JFS filesystem support [*] JFS POSIX Access Control Lists [ ] JFS debugging [ ] JFS statistics XFS filesystem support [*] Realtime support (EXPERIMENTAL) [*] Quota support [*] Security Label support [*] POSIX ACL support < > Minix fs support < > ROM file system support [*] Quota support < > Old quota format support Quota format v2 support [*] Dnotify support < > Kernel automounter support < > Kernel automounter version 4 support (also supports v3) CD-ROM/DVD Filesystems ---> DOS/FAT/NT Filesystems ---> Pseudo filesystems ---> Miscellaneous filesystems ---> Network File Systems ---> Partition Types ---> Native Language Support --->
Second extended fs support,標準的Linux文件系統,建議將這種文件系統編譯進(jìn)內核。
Ext2 extended attributes,Ext2文件系統的結點(diǎn)名稱(chēng)、屬性的擴展支持。
Ext2 POSIX Access Control Lists,POSIX系統的訪(fǎng)問(wèn)權限列表支持。也就是 Owner/Group/Others的Read/Write/Execute權限。請參考Unix標準文件系統權限。
Ext2 Security Labels,擴展的安全標簽,例如SElinux之類(lèi)的安全系統會(huì )使用到這樣的擴展安全屬性。
Ext3 journalling file system support,如果你熟悉Redhat Linux,你一定會(huì )習慣Ext3文件系統。
Ext3 extended attributes,Ext3文件系統的結點(diǎn)名稱(chēng)、屬性的擴展支持。
Ext3 POSIX Access Control Lists,POSIX系統的訪(fǎng)問(wèn)權限列表支持。
Ext3 Security Labels,擴展的安全標簽支持。
JBD (ext3) debugging support,Ext3的調試。除非你是文件系統的開(kāi)發(fā)者,否則不要選上這一項。
Reiserfs support,如果你熟悉Suse Linux,你一定會(huì )習慣Reiserfs文件系統。
Enable reiserfs debug mode,Reiserfs的調試。除非你是文件系統的開(kāi)發(fā)者,否則不要選上這一項。
Stats in /proc/fs/reiserfs,在/proc/fs/reiserfs文件中顯示Reiserfs文件系統的狀態(tài)。一般來(lái)說(shuō)不需要選擇這一項。
ReiserFS extended attributes,Reiserfs,文件系統的結點(diǎn)名稱(chēng)、屬性的擴展支持。
ReiserFS POSIX Access Control Lists,POSIX系統的訪(fǎng)問(wèn)權限列表支持。
ReiserFS Security Labels,擴展的安全標簽支持。
JFS filesystem support,JFS是IBM公司設計用于A(yíng)IX系統上的文件系統。后來(lái)這一文件系統也能應用于Linux系統。
JFS POSIX Access Control Lists,POSIX系統的訪(fǎng)問(wèn)權限列表支持。
JFS debugging,JFS的調試。除非你是文件系統的開(kāi)發(fā)者,否則不要選上這一項。
JFS statistics,在/proc/fs/jfs文件中顯示Reiserfs文件系統的狀態(tài)。一般來(lái)說(shuō)不需要選擇這一項。
XFS filesystem support,XFS是SGI公司為其圖形工作站設計的一種文件系統,后來(lái)這一文件系統也能應用于Linux系統。
Realtime support (EXPERIMENTAL),實(shí)時(shí)卷的支持,能大幅提高大文件的讀寫(xiě)速度。不過(guò)并不太安全,建議暫時(shí)不要選擇這一選項。
Quota support,XFS文件系統的配額支持。
Security Label support,擴展的安全標簽支持。
POSIX ACL support,POSIX系統的訪(fǎng)問(wèn)權限列表支持。
Minix fs support,Minix可能是最早的Linux系統所使用的文件系統。后來(lái)被Ext2文件系統所取代。
ROM file system support,內存文件系統的支持。除非你是嵌入式系統的開(kāi)發(fā)者,明確知道你要干什么,否則不要選這一項。
Quota support,配額支持。也就是說(shuō)限制某個(gè)用戶(hù)或者某組用戶(hù)的磁盤(pán)占用空間。
Old quota format support,舊版本的配額支持。
Quota format v2 support,新版本(第二版)的配額支持。
Dnotify support,基于目錄的文件變化的通知機制。
Kernel automounter support,內核自動(dòng)加載遠程文件系統的支持。
Kernel automounter version 4 support (also supports v3),新的(第四版)的內核自動(dòng)加載遠程文件系統的支持,也支持第三版。(T002)