📄 config.in
字号:
## For a description of the syntax of this configuration file,# see Documentation/kbuild/config-language.txt.#define_bool CONFIG_ISA ndefine_bool CONFIG_EISA ndefine_bool CONFIG_MCA ndefine_bool CONFIG_UID16 ymainmenu_name "Linux Kernel Configuration"define_bool CONFIG_ARCH_S390 ymainmenu_option next_commentcomment 'Code maturity level options'bool 'Prompt for development and/or incomplete code/drivers' CONFIG_EXPERIMENTALendmenumainmenu_option next_commentcomment 'Loadable module support'bool 'Enable loadable module support' CONFIG_MODULESif [ "$CONFIG_MODULES" = "y" ]; then bool ' Set version information on all module symbols' CONFIG_MODVERSIONS bool ' Kernel module loader' CONFIG_KMODfiendmenumainmenu_option next_commentcomment 'Processor type and features'bool 'Symmetric multi-processing support' CONFIG_SMPbool 'IEEE FPU emulation' CONFIG_IEEEFPU_EMULATIONendmenumainmenu_option next_commentcomment 'General setup'bool 'Fast IRQ handling' CONFIG_FAST_IRQbool 'Builtin IPL record support' CONFIG_IPLif [ "$CONFIG_IPL" = "y" ]; then choice 'IPL method generated into head.S' \ "tape CONFIG_IPL_TAPE \ vm_reader CONFIG_IPL_VM" tapefibool 'Networking support' CONFIG_NETbool 'System V IPC' CONFIG_SYSVIPCbool 'BSD Process Accounting' CONFIG_BSD_PROCESS_ACCTbool 'Sysctl support' CONFIG_SYSCTLtristate 'Kernel support for ELF binaries' CONFIG_BINFMT_ELFendmenusource drivers/s390/Config.inmainmenu_option next_commentcomment 'Character devices'bool 'Unix98 PTY support' CONFIG_UNIX98_PTYSif [ "$CONFIG_UNIX98_PTYS" = "y" ]; then int 'Maximum number of Unix98 PTYs in use (0-2048)' CONFIG_UNIX98_PTY_COUNT 256fiendmenuif [ "$CONFIG_NET" = "y" ]; then source net/Config.infisource fs/Config.in# source drivers/char/Config.in# source drivers/media/Config.inmainmenu_option next_commentcomment 'Kernel hacking'#bool 'Debug kmalloc/kfree' CONFIG_DEBUG_MALLOCif [ "$CONFIG_CTC" = "y" ]; then bool 'Remote GDB kernel debugging' CONFIG_REMOTE_DEBUGfi# this does not work. bool 'Magic SysRq key' CONFIG_MAGIC_SYSRQendmenu
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -