1 " ***********************************************************
2 " * *
3 " * Copyright, C Honeywell Bull Inc., 1987 *
4 " * *
5 " * Copyright, C Honeywell Information Systems Inc., 1982 *
6 " * *
7 " * Copyright c 1972 by Massachusetts Institute of *
8 " * Technology and Honeywell Information Systems, Inc. *
9 " * *
10 " ***********************************************************
11 name template_pit
12
13 version:
14 dec 0
15
16 process_type:
17 dec 0
18
19 login_responder:
20 aci "system_startup_$system_startup_ " it's in >system_library_1
21 aci " "
22
23 home_dir:
24 aci ">system_control_1 "
25 aci " "
26
27 project:
28 aci "SysDaemon "
29
30 account:
31 aci " "
32
33 n_process:
34 dec 0
35
36 login_time:
37 bss ,2
38
39 proc_creation_time:
40 bss ,2
41 old_proc_cpu:
42 bss ,2
43
44 user_weight:
45 dec 0
46
47 anonymous:
48 dec 0
49
50 login_name:
51 aci "Initializer "
52
53 logout_pid:
54 oct 0
55
56 logout_channel:
57 bss ,2
58
59 group:
60 aci "System "
61
62 ringpad:
63 bss ,2
64
65 attributes:
66 oct 0
67
68 whox:
69 oct 0
70
71 outer_module:
72 aci "oc_ "
73
74 pad:
75 bss ,4
76
77 security:
78 oct 000000000000,000000000000
79
80 usage_information:
81 bss ,163
82
83 pad1:
84 bss ,89
85
86 line_type:
87 dec 0
88
89 tty_type:
90 dec 0
91
92 service_type:
93 dec 0
94
95 tty_answerback:
96 aci "none",4
97
98 tty:
99 aci "otw_ ",8
100
101 standby:
102 dec 0
103
104 login_line:
105 bss ,30
106
107 cant_bump_until:
108 oct 0,0
109
110 input_seg:
111 bss ,42
112
113 output_seg:
114 bss ,42
115
116 max_cpu_time:
117 dec 0
118
119 abs_queue:
120 dec -1
121
122 abs_attributes:
123 oct 0
124
125 args:
126 bss ,32
127
128 end