PDP-10 / its

Incompatible Timesharing System
Other
858 stars 83 forks source link

Handle power failure. #1591

Open larsbrinkhoff opened 5 years ago

larsbrinkhoff commented 5 years ago

A power failure condition currently just does a "BUG HALT". I suggest it would be very useful to have this gracefully shut down ITS and the simulator.

I only see KL10 and KS10 checking for this condition. So add it to the KA10 specific code too.

larsbrinkhoff commented 5 years ago

See https://github.com/simh/simh/issues/681

larsbrinkhoff commented 5 years ago

Seems a PUSHJ P,COFFIN does much of the job.

larsbrinkhoff commented 5 years ago

Use SIMH's ON SIGTERM facility. See https://github.com/simh/simh/issues/681