Add README files and configuration support for the shared memory logic

This commit is contained in:
Gregory Nutt
2014-09-23 07:11:47 -06:00
parent 826f703669
commit 242d5f2068
10 changed files with 656 additions and 423 deletions
+10 -9
View File
@@ -79,15 +79,6 @@ config HEAP2_SIZE
endif # ARCH_HAVE_HEAP2
config MM_SHM
bool "Shared memory support"
default n
depends on BUILD_KERNEL && EXPERIMENTAL
---help---
Build in support for the shared memory interfaces shmget(), shmat(),
shmctl(), and shmdt().
config GRAN
bool "Enable Granule Allocator"
default n
@@ -158,3 +149,13 @@ config DEBUG_PGALLOC
allocation logic.
endif # MM_PGALLOC
config MM_SHM
bool "Shared memory support"
default n
depends on MM_PGALLOC && BUILD_KERNEL && EXPERIMENTAL
---help---
Build in support for the shared memory interfaces shmget(), shmat(),
shmctl(), and shmdt().