This directory contains some tools found useful for digging through
the dead bodies in system core dumps. Unfortunately the particular bug
requiring them was found before they were finished. As with most things,
work therefore lapsed on them (until next time!)

chk was basically designed to make various consistency checks on the core
image, such as text space integrity, address bounds checks, etc.

xt was designed to extract things of interest from the core dump, such as
specified proc slot, specified user image (including ppda), etc.

print would then print these out.
