|
|
1.1 root 1:
2: #/*
3: # * System control block
4: #*/
5: .align 2
6: .globl _scb
7: _scb:
8:
9: #define UNUSED .long _Xunknown
10: #define UNUSED8 UNUSED;UNUSED;UNUSED;UNUSED;UNUSED;UNUSED;UNUSED;UNUSED
11: #define UNUSED15 UNUSED;UNUSED;UNUSED;UNUSED;UNUSED;UNUSED;UNUSED;UNUSED8
12: #define EXC(a) .long _X/**/a
13: #define INT(a) .long _X/**/a
14:
15: UNUSED; INT(powerfail);
16: UNUSED; UNUSED;
17: UNUSED; UNUSED;
18: UNUSED; INT(hardclock);
19: UNUSED; UNUSED;
20: INT(cnrint); INT(cnxint);
21: UNUSED; UNUSED;
22: UNUSED; UNUSED;
23: INT(s15); INT(s14);
24: INT(s13); INT(s12);
25: INT(s11); INT(s10);
26: INT(s9); INT(s8);
27: INT(s7); INT(s6);
28: INT(s5); INT(s4);
29: INT(s3); INT(s2);
30: INT(s1); UNUSED;
31: EXC(buserror); UNUSED;
32: UNUSED; UNUSED;
33: UNUSED; UNUSED;
34: UNUSED; UNUSED;
35: UNUSED; UNUSED;
36: UNUSED; EXC(kcall);
37: EXC(prvinflt); EXC(resopflt);
38: EXC(resadflt); EXC(protflt);
39: EXC(transflt); EXC(kspnotval);
40: EXC(tracep); EXC(bptflt);
41: EXC(arithtrap); EXC(alignflt);
42: UNUSED; UNUSED;
43: UNUSED; UNUSED;
44: UNUSED; UNUSED;
45: UNUSED; UNUSED;
46: UNUSED; UNUSED;
47: INT(iovec14); UNUSED15; /* ipl 0x14, device 0-15 */
48: INT(iovec15); UNUSED15; /* ipl 0x15, device 0-15 */
49: INT(iovec16); UNUSED15; /* ipl 0x16, device 0-15 */
50: INT(iovec17); UNUSED15; /* ipl 0x17, device 0-15 */
51:
52: .space 512 /*empty space */
53:
54:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.