-
Notifications
You must be signed in to change notification settings - Fork 3
/
start-stop-tenex.txt
128 lines (61 loc) · 2.5 KB
/
start-stop-tenex.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
ORIGINAL NAME: life-and-death-of-tenex
THE FOLLOWING IS A LIST OF COMMANDS NESSARY TO STOP AND START
TENEX
************************************************************************
; The HALT command is use to ready to the system for halting.
************************************************************************
@ena
!halt,
!!? ONE OF THE FOLLOWING: ;type "?" to see subcommands
!!AT (DATE AND TIME)
!!FOR (NUMBER OF MINUTES)
!!IN (NUMBER OF MINUTES)
!!RETRACT
!!TODAY (AT TIME)
!!TOMORROW (AT TIME)
!!UNTIL (DATE AND TIME)
!!in 30 ;you should always give as much notice as possible
!!for 15
!! ;last "CR" needed to confirm the command
!dis
@
@ena
!notify ;program to notify TTY: immmedeatily
TTYS: -1 ;-1 for all TTYs: or a list exp. 3,5,6,20
MESSAGE: Type message to be sent. It must be terminted with a "^D".
^D
WAITS: 2,4,6,21,22,23,24 ;prints out list of TTYs: yet to be
WAITS: 21,22,23,24 ;notify
WAITS: 21,22,23,24 ;we have 4 pseudo TTYs: which will never
WAITS: 21,22,23,24 ;be notified the only to exit is "^C"
^C
!dis
@
@ena ;you must have a wheel or operator account
!quit ;enter EDDT
.rESET. ;wait for disks to settle down then type "." to confirm
.hALT TENEX. ;wait for disks to settle down then type "." to confirm
************************************************************************
; TENEX is now dead you may stop the computer
************************************************************************
; clear memory ;; see instructions in back of logbook
; readin papertape bootstrap ;;see logbook
; wait for reading to finish
AREA: 1 ;area may be from 1-5 see frount of logbook
START SYSTEM ? N
READING COMPLETE
;you are now in EDDT. TENEX has been read in
************************************************************************
; the following commands will re-enable login of new jobs
;following a system halt by the EXEC HALT command
;***********************************************************************
@ena
!quit
./
entflg/ 0 -1 ;entflg=0 no new jobs can login
;entflg=-1 new jogs are allow to login
^p ;type ^P to restart from MDDT
ABORT
.sTART. ;restart the EXEC
!dis
@ ;done