IPC: Difference between revisions
Line 207: | Line 207: | ||
| <nowiki>0x0000000A | (size<<4)</nowiki> | | <nowiki>0x0000000A | (size<<4)</nowiki> | ||
<ptr> | <ptr> | ||
| The corresponding value contains a ptr to a buffer of said size. The buffer specified by the source process must have read permission. Used for input buffers. | | The corresponding value contains a ptr to a buffer of said size. The buffer specified by the source process must have read permission(tested on hardware with a read-only buffer). Used for input buffers. | ||
|- | |- | ||
| 0x0000000C <nowiki>|</nowiki> (size<<4) | | 0x0000000C <nowiki>|</nowiki> (size<<4) |