Update README, TODO, and make some unfinished configuration options dependent on EXPERIMENTAL

This commit is contained in:
Gregory Nutt 2014-09-13 15:45:26 -06:00
parent d956936535
commit 9dbf99f38b

View File

@ -227,6 +227,7 @@ config ARCH_STACK_DYNAMIC
bool "Dynamic stack" bool "Dynamic stack"
default n if !BUILD_KERNEL || !LIBC_EXECFUNCS default n if !BUILD_KERNEL || !LIBC_EXECFUNCS
default y if BUILD_KERNEL && LIBC_EXECFUNCS default y if BUILD_KERNEL && LIBC_EXECFUNCS
depends on EXPERIMENTAL
---help--- ---help---
Select this option if the user process stack resides in its own Select this option if the user process stack resides in its own
address space. The naming of this selection implies that dynamic address space. The naming of this selection implies that dynamic