Forum Discussion
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"
...
Altera_Forum
Honored Contributor
20 years agoI find there is SYSVIPC (wihout "depends on MMU") in linux2.4 in Original uClinux source tree.
So, I test to delete "depends on MMU" in linux2.6 for Nios2 to let it support SYSVIPC. Dose it sounds correct?