Project

General

Profile

Statistics
| Revision:

root / lab4 / .minix-src / include / ucontextoffsets.h @ 14

History | View | Annotate | Download (327 Bytes)

1
#define __ucontext_SIZEOF 784
2
#define UC_FLAGS 0
3
#define UC_LINK 4
4
#define MAGIC 760
5
#define DI 52
6
#define SI 56
7
#define BP 60
8
#define AX 80
9
#define BX 68
10
#define CX 76
11
#define DX 72
12
#define PC 92
13
#define SP 64
14
#define EFAULT 14
15
#define EINVAL 22
16
#define MCF_MAGIC 12648430
17
#define _UC_IGNFPU 131072
18
#define _UC_IGNSIGM 262144