kconfig

来自「Linux 下使用Lzma 替代gzip压缩」· 代码 · 共 38 行

TXT
38
字号
menu "Kernel compression format"comment "Select Kernel compression format GZIP or LZMA"choice       prompt "Kernel compression format"       depends on EXPERIMENTAL       default KERNEL_GZIPconfig KERNEL_GZIP       bool "Compress kernel image using gzip"       help         The linux kernel is a self-extracting executable.         Choosing Gzip here, makes the kernel image beeing compressed         using Gzip.         Gzip is the standard compression method for the kernel image.         If you do not know what to say, take gzip.config KERNEL_LZMA       bool "Compress kernel image using lzma (EXPERIMENTAL)"       depends on EXPERIMENTAL       help         The linux kernel is a self-extracting executable.         Choosing lzma here, makes the kernel beeing compressed using         lzma.endchoiceendmenu

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?