|
|
1.1 root 1: /*
2: * 3210 definition
3: */
4: #include <u.h>
5: #include <bio.h>
6: #include <mach.h>
7:
8: /*
9: * 3210 has no /proc
10: */
11: Mach m3210 =
12: {
13: "3210",
14: M3210, /* machine type */
15: 0, /* register list */
16: 0,
17: 0,
18: 0,
19: 0,
20: 0,
21: 0,
22: 0x1000, /* page size */
23: 0x0, /* kernel base */
24: 0, /* kernel text mask */
25: 0, /* offset of ksp in /proc/proc */
26: 4, /* correction to ksp value */
27: 4, /* offset of kpc in /proc/proc */
28: 0, /* correction to kpc value */
29: 0, /* offset in ublk of sys call # */
30: 4, /* quantization of pc */
31: "setSB", /* static base register name */
32: 0, /* value */
33: 4, /* szaddr */
34: 4, /* szreg */
35: 4, /* szfloat */
36: 4, /* szdouble */
37: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.