root / lab4 / .minix-src / include / i386 / ipcconst.h @ 13
History | View | Annotate | Download (365 Bytes)
1 |
#ifndef _I386_IPCCONST_H_
|
---|---|
2 |
#define _I386_IPCCONST_H_
|
3 |
|
4 |
#define KERVEC_INTR 32 /* syscall trap to kernel */ |
5 |
#define IPCVEC_INTR 33 /* ipc trap to kernel */ |
6 |
|
7 |
#define KERVEC_UM 34 /* syscall trap to kernel, user-mapped code */ |
8 |
#define IPCVEC_UM 35 /* ipc trap to kernel, user-mapped code */ |
9 |
|
10 |
#define IPC_STATUS_REG bx
|
11 |
|
12 |
#endif /* _I386_IPCCONST_H_ */ |