|
|
1.1 ! root 1: /* ! 2: * The restart parameter block, which is a page in (very) low ! 3: * core which runs after a crash. Currently, the restart ! 4: * procedure takes a dump. ! 5: */ ! 6: struct rpb { ! 7: struct rpb *rp_selfref; /* self-reference */ ! 8: int (*rp_dumprout)(); /* routine to be called */ ! 9: long rp_checksum; /* checksum of 31 words of dumprout */ ! 10: long rp_flag; /* set to 1 when dumprout runs */ ! 11: /* the dump stack grows from the end of the rpb page not to reach here */ ! 12: }; ! 13: #ifdef KERNEL ! 14: extern struct rpb rpb; ! 15: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.