kconfig

来自「open source bios with linux platform, ve」· 代码 · 共 49 行

TXT
49
字号
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 + =
减小字号Ctrl + -
显示快捷键?