0

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.

Mondher123
  • 67
  • 1
  • 9

1 Answers1

0

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

Community
  • 1
  • 1
Mondher123
  • 67
  • 1
  • 9