kconfig

来自「xenomai 很好的linux实时补丁」· 代码 · 共 29 行

TXT
29
字号
source "kernel/xenomai/nucleus/Kconfig"menu "Machine"depends on XENO_OPT_NUCLEUSconfig XENO_HW_IA64_STACK_POOL        int "Number of pre-allocated kernel stacks"        default 4        help	The current implementation for the Itanium architecture	requires that stacks of Xenomai threads running in kernel	space be pre-allocated in a separate pool. This parameter	allows to set the size of this stack spool, which consequently	defines the maximum number of concurrently runnable	kernel-based threads at any point in time. Nb: Xenomai	threads running in user-space are _not_ impacted by this	limit.endmenusource "kernel/xenomai/skins/Kconfig"menu "Drivers"source "drivers/xenomai/Kconfig"endmenu

⌨️ 快捷键说明

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