国产一级a片免费看高清,亚洲熟女中文字幕在线视频,黄三级高清在线播放,免费黄色视频在线看

打開APP
userphoto
未登錄

開通VIP,暢享免費(fèi)電子書等14項(xiàng)超值服

開通VIP
詳細(xì)解析 Linux內(nèi)核的主要配置選項(xiàng) 2
Moduleversioning support(EXPERIMENTAL),這個(gè)功能可以讓你使用其它版本的內(nèi)核模塊,由于我自己寫一些模塊,所以我會(huì)用到這個(gè)選項(xiàng),因?yàn)閮?nèi)核更新太快了,我的頭文件更新根本趕不上內(nèi)核的更新。還有,雖然我在Gentoo下開發(fā),但實(shí)際真實(shí)環(huán)境用的卻是從kernel.org下載的內(nèi)核。雖然我選擇了這個(gè)選項(xiàng),不過建議你不要選擇這個(gè)選項(xiàng)。
Source checksum for all modules,這個(gè)功能是為了防止更改了內(nèi)核模塊的代碼但忘記更改版本號(hào)而造成版本沖突。我估計(jì)現(xiàn)在沒有哪家公司在開發(fā)中還沒使用版本控制工具,所以不需要這項(xiàng)了。如果你不是自己寫內(nèi)核模塊,那就更不需要這一選項(xiàng)了。
Automatic kernel moduleloading,這個(gè)選項(xiàng)能讓內(nèi)核自動(dòng)的加載部份模塊,建議你最好選上。舉個(gè)例子說明一下,如模塊eth1394依賴于模塊ieee1394。如果選擇了這個(gè)選項(xiàng),可以直接加載模塊eth1394;如果沒有選擇這個(gè)選項(xiàng),必需先加載模塊ieee1394,再加載模塊eth1394,否則將出錯(cuò)。
四.總線支持配置
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,你的計(jì)算機(jī)是否支持PCMCIA卡
Enable PCCARD debugging,通常不需要選擇調(diào)試PCMCIA設(shè)備,除非你是設(shè)備驅(qū)動(dòng)的開發(fā)人員。
16-bit PCMCIA support,16位的PCMCIA總線支持。
五.支持的可執(zhí)行文件格式
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是開放平臺(tái)下最常用的二進(jìn)制文件,它支持不同的硬件平臺(tái)。
Kernel support for a.out and ECOFF binaries,這是早期UNIX系統(tǒng)的可執(zhí)行文件格式,目前已經(jīng)被ELF格式取代。
Kernel support for MISC binaries,此選項(xiàng)允許插入二進(jìn)制的封裝層到內(nèi)核中,當(dāng)使用Java、.NET、Python、Lisp等語(yǔ)言編寫的程序時(shí)非常有用。
六,文件系統(tǒng)
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,標(biāo)準(zhǔn)的Linux文件系統(tǒng),建議將這種文件系統(tǒng)編譯進(jìn)內(nèi)核。
Ext2 extended attributes,Ext2文件系統(tǒng)的結(jié)點(diǎn)名稱、屬性的擴(kuò)展支持。
Ext2 POSIX Access Control Lists,POSIX系統(tǒng)的訪問權(quán)限列表支持。也就是 Owner/Group/Others的Read/Write/Execute權(quán)限。請(qǐng)參考Unix標(biāo)準(zhǔn)文件系統(tǒng)權(quán)限。
Ext2 Security Labels,擴(kuò)展的安全標(biāo)簽,例如SElinux之類的安全系統(tǒng)會(huì)使用到這樣的擴(kuò)展安全屬性。
Ext3 journalling file system support,如果你熟悉Redhat Linux,你一定會(huì)習(xí)慣Ext3文件系統(tǒng)。
Ext3 extended attributes,Ext3文件系統(tǒng)的結(jié)點(diǎn)名稱、屬性的擴(kuò)展支持。
Ext3 POSIX Access Control Lists,POSIX系統(tǒng)的訪問權(quán)限列表支持。
Ext3 Security Labels,擴(kuò)展的安全標(biāo)簽支持。
JBD (ext3) debugging support,Ext3的調(diào)試。除非你是文件系統(tǒng)的開發(fā)者,否則不要選上這一項(xiàng)。
Reiserfs support,如果你熟悉Suse Linux,你一定會(huì)習(xí)慣Reiserfs文件系統(tǒng)。
Enable reiserfs debug mode,Reiserfs的調(diào)試。除非你是文件系統(tǒng)的開發(fā)者,否則不要選上這一項(xiàng)。
Stats in /proc/fs/reiserfs,在/proc/fs/reiserfs文件中顯示Reiserfs文件系統(tǒng)的狀態(tài)。一般來說不需要選擇這一項(xiàng)。
ReiserFS extended attributes,Reiserfs,文件系統(tǒng)的結(jié)點(diǎn)名稱、屬性的擴(kuò)展支持。
ReiserFS POSIX Access Control Lists,POSIX系統(tǒng)的訪問權(quán)限列表支持。
ReiserFS Security Labels,擴(kuò)展的安全標(biāo)簽支持。
JFS filesystem support,JFS是IBM公司設(shè)計(jì)用于AIX系統(tǒng)上的文件系統(tǒng)。后來這一文件系統(tǒng)也能應(yīng)用于Linux系統(tǒng)。
JFS POSIX Access Control Lists,POSIX系統(tǒng)的訪問權(quán)限列表支持。
JFS debugging,JFS的調(diào)試。除非你是文件系統(tǒng)的開發(fā)者,否則不要選上這一項(xiàng)。
JFS statistics,在/proc/fs/jfs文件中顯示Reiserfs文件系統(tǒng)的狀態(tài)。一般來說不需要選擇這一項(xiàng)。
XFS filesystem support,XFS是SGI公司為其圖形工作站設(shè)計(jì)的一種文件系統(tǒng),后來這一文件系統(tǒng)也能應(yīng)用于Linux系統(tǒng)。
Realtime support (EXPERIMENTAL),實(shí)時(shí)卷的支持,能大幅提高大文件的讀寫速度。不過并不太安全,建議暫時(shí)不要選擇這一選項(xiàng)。
Quota support,XFS文件系統(tǒng)的配額支持。
Security Label support,擴(kuò)展的安全標(biāo)簽支持。
POSIX ACL support,POSIX系統(tǒng)的訪問權(quán)限列表支持。
Minix fs support,Minix可能是最早的Linux系統(tǒng)所使用的文件系統(tǒng)。后來被Ext2文件系統(tǒng)所取代。
ROM file system support,內(nèi)存文件系統(tǒng)的支持。除非你是嵌入式系統(tǒng)的開發(fā)者,明確知道你要干什么,否則不要選這一項(xiàng)。
Quota support,配額支持。也就是說限制某個(gè)用戶或者某組用戶的磁盤占用空間。
Old quota format support,舊版本的配額支持。
Quota format v2 support,新版本(第二版)的配額支持。
Dnotify support,基于目錄的文件變化的通知機(jī)制。
Kernel automounter support,內(nèi)核自動(dòng)加載遠(yuǎn)程文件系統(tǒng)的支持。
Kernel automounter version 4 support (also supports v3),新的(第四版)的內(nèi)核自動(dòng)加載遠(yuǎn)程文件系統(tǒng)的支持,也支持第三版。(T002)
本站僅提供存儲(chǔ)服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)點(diǎn)擊舉報(bào)。
打開APP,閱讀全文并永久保存 查看更多類似文章
猜你喜歡
類似文章
2.6內(nèi)核的配置與編譯
文件系統(tǒng)性能比較
Linux下文件系統(tǒng)的比較和選擇
Linux日志文件系統(tǒng)及性能分析
EXT4、XFS、JFS介紹
理解linux虛擬文件系統(tǒng)VFS
更多類似文章 >>
生活服務(wù)
分享 收藏 導(dǎo)長(zhǎng)圖 關(guān)注 下載文章
綁定賬號(hào)成功
后續(xù)可登錄賬號(hào)暢享VIP特權(quán)!
如果VIP功能使用有故障,
可點(diǎn)擊這里聯(lián)系客服!

聯(lián)系客服