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
1 changed files with 1 additions and 0 deletions

View File

@ -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