|
|
1.1 root 1: /*
2: * UAE - The Un*x Amiga Emulator
3: *
4: * Miscellaneous bits for exec emulation
5: *
6: * Copyright 1996 Bernd Schmidt
7: */
8:
9: #define NT_TASK 1
10: #define NT_DEVICE 3
11: #define NT_MSGPORT 4
12: #define NT_MESSAGE 5
13: #define NT_FREEMSG 6
14: #define NT_REPLYMSG 7
15: #define NT_RESOURCE 8
16: #define NT_LIBRARY 9
17: #define NT_SIGNALSEM 15
18:
1.1.1.2 root 19: #ifndef MEMF_PUBLIC /* protection for AmigaDOS */
1.1 root 20: #define MEMF_PUBLIC 1
21: #define MEMF_CHIP 2
22: #define MEMF_FAST 4
23: #define MEMF_LOCAL 256
24: #define MEMF_24BITDMA 512
25: #define MEMF_CLEAR (1<<16)
26: #define MEMF_LARGEST (1<<17)
27: #define MEMF_REVERSE (1<<18)
28: #define MEMF_TOTAL (1<<19)
1.1.1.2 root 29: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.