📄 kconfig
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -