|
|
1.1 root 1: #ifdef LOCORE
2: #define U_PROCP 144
3: #define P_LINK 0
4: #define P_RLINK 4
5: #define P_XLINK 116
6: #define P_ADDR 16
7: #define P_PRI 21
8: #define P_STAT 23
9: #define P_WCHAN 104
10: #define P_TSIZE 72
11: #define P_SSIZE 84
12: #define P_P0BR 112
13: #define P_SZPT 70
14: #define P_TEXTP 108
15: #define P_FLAG 44
16: #define P_DKEY 240
17: #define P_CKEY 236
18: #define SSLEEP 1
19: #define SRUN 3
20: #define V_SWTCH 0
21: #define V_TRAP 4
22: #define V_SYSCALL 8
23: #define V_INTR 12
24: #define V_SOFT 16
25: #define V_FPE 116
26: #define V_ALIGN 120
27: #define MCLBYTES 1024
28: #define NBPG 1024
29: #define PGSHIFT 10
30: #define UPAGES 8
31: #define CLSIZE 1
32: #define MAXPHYS 65536
33: #define SYSPTSIZE 11264
34: #define USRPTSIZE 1024
35: #define VBIOSIZE 1020
36: #define MSGBUFPTECNT 4
37: #define NMBCLUSTERS 256
38: #define NKMEMCLUSTERS 512
39: #define PCB_KSP 0
40: #define PCB_USP 4
41: #define PCB_R0 8
42: #define PCB_R1 12
43: #define PCB_R2 16
44: #define PCB_R3 20
45: #define PCB_R4 24
46: #define PCB_R5 28
47: #define PCB_R6 32
48: #define PCB_R7 36
49: #define PCB_R8 40
50: #define PCB_R9 44
51: #define PCB_R10 48
52: #define PCB_R11 52
53: #define PCB_R12 56
54: #define PCB_R13 60
55: #define PCB_FP 60
56: #define PCB_PC 64
57: #define PCB_PSL 68
58: #define PCB_P0BR 72
59: #define PCB_P0LR 76
60: #define PCB_P1BR 80
61: #define PCB_P1LR 84
62: #define PCB_P2BR 88
63: #define PCB_P2LR 92
64: #define PCB_ACH 96
65: #define PCB_ACL 100
66: #define PCB_HFS 104
67: #define PCB_SAVACC 108
68: #define PCB_SZPT 112
69: #define PCB_CMAP2 116
70: #define PCB_SSWAP 120
71: #define PCB_SIGC 124
72: #define SCB_DOADUMP 8
73: #define SCB_BUSERR 128
74: #define SCB_DEVBASE 64
75: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.