Search code examples
shared-memorykernel-moduleuserspacesysv-ipc

share memory between kernel and user space using sys v


i see that is so easy to share memory segment between user space process using sys v api (shmget(), shmat(), shmdt() ), is there any solution to use the same api to share memory from kernel to user space.


Solution

  • i think thant's no way to do that without modifying kenel files, look at this stackoverflow post, i am refering to this article