|
|
1.1 ! root 1: /* ! 2: * `space' tags: qualify addresses ! 3: */ ! 4: ! 5: #define SPTYPE 077 ! 6: ! 7: #define NOSP 00 /* nowhere (= command) */ ! 8: #define DATASP 01 /* data space */ ! 9: #define INSTSP 02 /* instruction space */ ! 10: #define UBLKSP 03 /* user block (saved registers) */ ! 11: #define REGSP 04 /* registers */ ! 12: #define ANYSP 077 /* wildcard for symbol lookups */ ! 13: ! 14: #define CORF 0 /* in core image */ ! 15: #define SYMF 0100 /* in symbol file */ ! 16: ! 17: #define RAWADDR 0200 /* ignore kernel mapping for this address */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.