repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
VM: make mapping types explicit
[minix.git]
/
servers
/
ipc
/
ipc.conf
blob
e2300e6bbf76db23b8e4a1405b511987ddef4d71
1
service ipc
2
{
3
system
4
UMAP # 14
5
VIRCOPY # 15
6
;
7
uid 0;
8
ipc
9
SYSTEM USER pm rs log tty ds vm
10
;
11
vm
12
REMAP
13
REMAP_RO
14
SHM_UNMAP
15
GETPHYS
16
GETREF
17
QUERY_EXIT
18
WATCH_EXIT
19
;
20
};