Update README, TODO, and make some unfinished configuration options dependent on EXPERIMENTAL
This commit is contained in:
parent
d956936535
commit
9dbf99f38b
|
@ -227,6 +227,7 @@ config ARCH_STACK_DYNAMIC
|
|||
bool "Dynamic stack"
|
||||
default n if !BUILD_KERNEL || !LIBC_EXECFUNCS
|
||||
default y if BUILD_KERNEL && LIBC_EXECFUNCS
|
||||
depends on EXPERIMENTAL
|
||||
---help---
|
||||
Select this option if the user process stack resides in its own
|
||||
address space. The naming of this selection implies that dynamic
|
||||
|
|
Loading…
Reference in New Issue