Consolidate license copies
[its.git] / sysdoc / kl.hung
1 Copyright (c) 1999 Massachusetts Institute of Technology
2
3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by
5 the Free Software Foundation; either version 3 of the License, or (at
6 your option) any later version.
7
8 This program is distributed in the hope that it will be useful, but
9 WITHOUT ANY WARRANTY; without even the implied warranty of
10 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 General Public License for more details.
12
13 You should have received a copy of the GNU General Public License
14 along with this program; if not, write to the Free Software
15 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16 ------------------------------
17
18 Date: Sat, 14 Jul 84 02:43 EDT
19 From: David A. Moon <Moon at SCRC-STONY-BROOK.ARPA>
20 To:   alan at MIT-MC.ARPA
21 cc:   bug-its at MIT-MC.ARPA
22 Re:   ITS seemed to be looping
23
24 Things to try:
25
26   Raise switch 0 (the switch 0 on the left).  If this goes to DDT, it's
27   taking clock interrupts.
28
29   Hit Break and type PC <return>.  If I remember correctly, you can read
30   the PC this way without halting the machine.  There are some other status-type
31   commands; PCF is the PC flags, PI is the interrupt status.
32
33   Hit Break and type SP <return>.  This stops the machine cleanly (between
34   instructions).  If this works, the microcode isn't looping.  Now you can
35   get the PC then type DDT (or ST 774000) to get into DDT and decode that PC.
36
37   If the microcode is looping the SM command will restart it.  This also does
38   nasty things like resetting the I/O bus.  I think it preserves the PC though.
39
40   There is a command file, J KLHUNG, which prints out everything in sight.  90%
41   of what it prints is worthless, but it includes micro and macro PCs.
42
43 I believe there is a piece of paper taped to the machine that tells you to
44 do J KLHUNG.  Of course there are a lot of pieces of paper taped to the machine!