⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 kconfig

📁 omap3 linux 2.6 用nocc去除了冗余代码
💻
字号:
## Logo configuration#menuconfig LOGO	bool "Bootup logo"	depends on FB || SGI_NEWPORT_CONSOLE	help	  Enable and select frame buffer bootup logos.if LOGOconfig LOGO_LINUX_MONO	bool "Standard black and white Linux logo"	default yconfig LOGO_LINUX_VGA16	bool "Standard 16-color Linux logo"	default yconfig LOGO_LINUX_CLUT224	bool "Standard 224-color Linux logo"	default yconfig LOGO_DEC_CLUT224	bool "224-color Digital Equipment Corporation Linux logo"	depends on MACH_DECSTATION || ALPHA	default yconfig LOGO_MAC_CLUT224	bool "224-color Macintosh Linux logo"	depends on MAC	default yconfig LOGO_PARISC_CLUT224	bool "224-color PA-RISC Linux logo"	depends on PARISC	default yconfig LOGO_SGI_CLUT224	bool "224-color SGI Linux logo"	depends on SGI_IP22 || SGI_IP27 || SGI_IP32 || X86_VISWS	default yconfig LOGO_SUN_CLUT224	bool "224-color Sun Linux logo"	depends on SPARC	default yconfig LOGO_SUPERH_MONO	bool "Black and white SuperH Linux logo"	depends on SUPERH	default yconfig LOGO_SUPERH_VGA16	bool "16-color SuperH Linux logo"	depends on SUPERH	default yconfig LOGO_SUPERH_CLUT224	bool "224-color SuperH Linux logo"	depends on SUPERH	default yconfig LOGO_M32R_CLUT224	bool "224-color M32R Linux logo"	depends on M32R	default yendif # LOGO

⌨️ 快捷键说明

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