Altera_Forum
Honored Contributor
20 years agohow to support SHARE MEM in linux2.6.11
My applicants use share memory IPC. But I find SYSVIPC is not defautly config in Nios2linux(linux2.6.11) because(from <kernelsource>/init/kconfig:
...
config SYSVIPC
bool "System V IPC"
depends on MMU
...
config TINY_SHMEM
default !SHMEM
bool
... 1. As we know NiosII is a cpu without MMU, so I can't config SYSVIPC easily. Could someone help me to figure out how to use SYSVIPC? 2. what is the diffrents between tiny_shmem and SYSVIPC's SHMEM? Which c-file is support TINY_SHMEM? How to use TINY_SHMEM? 3. If above support is failed, how do you do about IPC? Any comments, tips will be appreciated. Best regards.