加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Kconfig 633 Bytes
一键复制 编辑 原始数据 按行查看 历史
BuddyZhang1 提交于 2021-06-06 22:22 . Support SerenityOS
#
# For a description of the syntax of this configuration file,
#
mainmenu "Buildroot for BiscuitOS Configuration"
config MAIN_PROJ_NAME
string "Porject Name"
default "BiscuitOS"
help
Must be indicated project name.
# Architecture
source arch/Kconfig
# Board
source board/Kconfig
# Bootloader
source boot/Kconfig
# Package
source package/Kconfig
# Filesystem
source fs/Kconfig
# Toolchain
source toolchain/Kconfig
# Kernel
source kernel/linux/Kconfig
# XV6
source kernel/xv6/Kconfig
# Apollo
source kernel/Apollo/Kconfig
# SerenityOS
source kernel/SerenityOS/Kconfig
# Kernel History
source package/history/Kconfig
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化