|
|
1.1 root 1: ! CRASH. - VAX-11/785 command file to crash VMS abnormally
2: !
3: HALT ! Halt system, examine PC.
4: EXAMINE PSL ! PSL.
5: EXAMINE/INTERN/NEXT:4 0 ! And all stack pointers.
6: DEPOSIT PC -1 ! Invalidate PC.
7: DEPOSIT PSL 1F0000 ! Kernel mode, IPL 31.
8: CONTINUE
9: