|
|
1.1 ! root 1: /* ! 2: * static char ID_magich[] = "@(#) magic.h: 1.1 1/7/82"; ! 3: */ ! 4: ! 5: /* normal unix user, text and data in separate segments = 410 */ ! 6: #define NMAGIC 0410 ! 7: /* text and data squashed together = 407 */ ! 8: #define OMAGIC 0407 ! 9: /* public library created by ldp */ ! 10: #define PLIBMAGIC 0370 ! 11: /* data library created by ldp */ ! 12: #define DLIBMAGIC 0371 ! 13: /* ldp created kernel process */ ! 14: #define KMAGIC 0401 ! 15: /* ldp created supervisor process */ ! 16: #define SMAGIC 0402 ! 17: /* ldp created user process */ ! 18: #define USRMAGIC 0403 ! 19: /* sgen created boot process */ ! 20: #define BOOTMAGIC 0400
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.