IPC: Difference between revisions

Line 187: Line 187:
|-
|-
| 1-2
| 1-2
| Access permission flags for the source process: 1=read-only, 2=write-only, 3=read-write. Specifying 0 will cause a kernel panic.
| Access permission flags for the source process: 1=read-only, 2=write-only, 3=read. Specifying 0 will cause a kernel panic.
|-
|-
| 3
| 3
Line 215: Line 215:
| 0x0000000E <nowiki>|</nowiki> (size<<4)
| 0x0000000E <nowiki>|</nowiki> (size<<4)
<ptr>
<ptr>
| The corresponding value contains a ptr to a buffer of said size. The buffer specified by the source process must have read+write permission. This isn't known to be used by any processes.
| The corresponding value contains a ptr to a buffer of said size. The buffer specified by the source process must have read permission. This isn't known to be used by any processes.
|}
|}