Anyone out there successfully running UNIX v7 on simh?
After using the install-from-tape guide linked below (including a previous revision of it, and even when building simh from the exact git revision mentioned in the guide), once the system is configured (and kernel rebuilt) with terminal mux support, ps displays garbage or nothing.
Edit: Figured it out. If the kernel is not "/unix" you need to point ps at it, like:
# ps -alx /munix


