|
Kernel support for ELF binaries,ELF是开放平台下最常用的二进制文件,它支持不同的硬件平台。
Kernel support for a.out and ECOFF binaries,这是早期UNIX系统的可执行文件格式,目前已经被ELF格式取代。
Kernel support for MISC binaries,此选项允许插入二进制的封装层到内核中,当使用Java、.NET、Python、Lisp等语言编写的程序时非常有用。
上一页 [1] [2] [3] [4] 下一页
六,文件系统
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 --->
上一页 [1] [2] [3] [4] 下一页
Second extended fs support,标准的Linux文件系统,建议将这种文件系统编译进内核。
Ext2 extended attributes,Ext2文件系统的结点名称、属性的扩展支持。
Ext2 POSIX Access Control Lists,POSIX系统的访问权限列表支持。也就是 Owner/Group/Others的Read/Write/Execute权限。请参考Unix标准文件系统权限。
Ext2 Security Labels,扩展的安全标签,例如SElinux之类的安全系统会使用到这样的扩展安全属性。
Ext3 journalling file system support,如果你熟悉Redhat Linux,你一定会习惯Ext3文件系统。
Ext3 extended attributes,Ext3文件系统的结点名称、属性的扩展支持。
Ext3 POSIX Access Control Lists,POSIX系统的访问权限列表支持。
Ext3 Security Labels,扩展的安全标签支持。
JBD (ext3) debugging support,Ext3的调试。除非你是文件系统的开发者,否则不要选上这一项。
Reiserfs support,如果你熟悉Suse Linux,你一定会习惯Reiserfs文件系统。
Enable reiserfs debug mode,Reiserfs的调试。 上一页 [1] [2] [3] [4] 下一页
|