📄 kconfig
字号:
mainmenu "OpenBIOS Configuration"config PPC bool default y help Building for PPC hardware.config BIG_ENDIAN bool default y help PPC hardware is big endian (per default)choice prompt "Platform Type" default MOLconfig MOL bool "Mac-on-Linux" help Build an image for Mac-on-Linuxconfig MPC107 bool "MPC107 board (Crescendo)" help Build for Crescendo board.config BRIQ bool "Total Impact briQ" help Build an image for the Total Impact briQconfig NO_ARCH bool "None" help Don't build any images.endchoicemenu "Build hosted UNIX Binary"source "arch/unix/Kconfig"endmenusource "kernel/Kconfig"source "forth/Kconfig"source "modules/Kconfig"source "drivers/Kconfig"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -