ASSEMBLY LISTING OF SEGMENT >special_ldd>install>MR12.3-1114>bootload_1.alm ASSEMBLED ON: 11/11/89 0955.4 mst Sat OPTIONS USED: -target l68 list symbols ASSEMBLED BY: ALM Version 8.14 March 1989 ASSEMBLER CREATED: 06/09/89 1002.3 mst Fri 1 " *********************************************************** 2 " * * 3 " * Copyright, (C) Honeywell Bull Inc., 1987 * 4 " * * 5 " * Copyright, (C) Honeywell Information Systems Inc., 1984 * 6 " * * 7 " *********************************************************** 8 9 " HISTORY COMMENTS: 10 " 1) change(86-06-24,DGHowe), approve(86-06-24,MCR7396), 11 " audit(86-11-18,Schroth), install(86-11-20,MR12.0-1222): 12 " intialized the stack ring 0 heap_header_ptr to null 13 " END HISTORY COMMENTS 14 15 000000 16 name bootload_1 17 18 " Initialize PL/1 environment for collection 1. 19 " Written by C. Hornig, November 1982. 20 21 " This program is transfered to at location zero by bootload_1. 22 " As a special favor, PR5 -> the LOT. 23 " Fixed June 1983 by KPL to set isot_ptr 24 " Renamed from bootload_2, '83 by KPL 25 " Modifed April 15/86 by Doug Howe to initialize heap header ptr 26 " in the stack header. 27 000000 28 begin: 000000 0a 000000 2130 00 29 epaq * " get our segment number 000001 aa 5 00000 7641 01 30 lprplp lb|0,au " get linkage ptr 000002 4a 4 00010 3735 20 31 eppsb inzr_stk0$ " find the stack segment 000003 4a 4 00012 3535 20 32 eppbb prds$ 33 000004 4a 4 00014 3521 20 34 eppbp prds$processor_stack " initialize the prds 000005 aa 3 00022 2521 00 35 spribp bb|stack_header.stack_begin_ptr 000006 aa 3 00024 2521 00 36 spribp bb|stack_header.stack_end_ptr 37 000007 aa 7 00023 3521 20 38 eppbp sb|stack_header.stack_begin_ptr+1,* 39 " get beginning offset 000010 aa 7 00022 2521 00 40 spribp sb|stack_header.stack_begin_ptr " save it 000011 aa 7 00024 2521 00 41 spribp sb|stack_header.stack_end_ptr 42 000012 4a 4 00016 3521 20 43 eppbp lot$ " set the lot ptrs 000013 aa 3 00026 2521 00 44 spribp bb|stack_header.lot_ptr 000014 aa 7 00026 2521 00 45 spribp sb|stack_header.lot_ptr 000015 aa 3 00052 2521 00 46 spribp bb|stack_header.isot_ptr " and isot as a favor 000016 aa 7 00052 2521 00 47 spribp sb|stack_header.isot_ptr 48 000017 0a 000054 3520 20 49 eppbp =its(-2,2),* " signal ptr terminates process 000020 aa 3 00030 2521 00 50 spribp bb|stack_header.signal_ptr 000021 aa 7 00030 2521 00 51 spribp sb|stack_header.signal_ptr 52 000022 4a 4 00020 3521 20 53 eppbp pl1_operators_$operator_table Get a ptr to PL/I operators table. 000023 aa 7 00034 2521 00 54 spribp sb|stack_header.pl1_operators_ptr Store in inzr_stk0 000024 aa 3 00034 2521 00 55 spribp bb|stack_header.pl1_operators_ptr Store in prds. 56 000025 4a 4 00022 3521 20 57 eppbp pl1_operators_$operator_table+call_offset,* 000026 aa 7 00036 2521 00 58 spribp sb|stack_header.call_op_ptr 000027 aa 3 00036 2521 00 59 spribp bb|stack_header.call_op_ptr 60 000030 4a 4 00024 3521 20 61 eppbp pl1_operators_$operator_table+push_offset,* 000031 aa 7 00040 2521 00 62 spribp sb|stack_header.push_op_ptr 000032 aa 3 00040 2521 00 63 spribp bb|stack_header.push_op_ptr 64 000033 4a 4 00026 3521 20 65 eppbp pl1_operators_$operator_table+return_offset,* 000034 aa 7 00042 2521 00 66 spribp sb|stack_header.return_op_ptr 000035 aa 3 00042 2521 00 67 spribp bb|stack_header.return_op_ptr 68 000036 4a 4 00030 3521 20 69 eppbp pl1_operators_$operator_table+return_no_pop_offset,* 000037 aa 7 00044 2521 00 70 spribp sb|stack_header.ret_no_pop_op_ptr 000040 aa 3 00044 2521 00 71 spribp bb|stack_header.ret_no_pop_op_ptr 72 000041 4a 4 00032 3521 20 73 eppbp pl1_operators_$operator_table+entry_offset,* 000042 aa 7 00046 2521 00 74 spribp sb|stack_header.entry_op_ptr 000043 aa 3 00046 2521 00 75 spribp bb|stack_header.entry_op_ptr 76 77 " initialize the heap header in the stack header to null 78 000044 0a 000056 3520 20 79 eppbp =its(-1,1),* 000045 aa 7 00070 2521 00 80 spribp sb|stack_header.heap_header_ptr 000046 aa 3 00070 2521 00 81 spribp bb|stack_header.heap_header_ptr 82 000047 0a 000052 3500 00 83 eppap no_args " no arguments 000050 0a 000056 3720 20 84 eppsp =its(-1,1),* " null stack pointer 000051 4a 4 00034 7101 20 85 tra initializer$initializer " call PL/1 86 87 even 000052 aa 000000 000004 88 no_args: zero 0,4 000053 aa 000000 000000 89 zero 0,0 90 " 91 include stack_header 1-1 " BEGIN INCLUDE FILE ... stack_header.incl.alm 3/72 Bill Silver 1-2 " 1-3 " modified 7/76 by M. Weaver for *system links and more system use of areas 1-4 " modified 3/77 by M. Weaver to add rnt_ptr 1-5 " modified 7/77 by S. Webber to add run_unit_depth and assign_linkage_ptr 1-6 " modified 6/83 by J. Ives to add trace_frames and in_trace. 1-7 1-8 " HISTORY COMMENTS: 1-9 " 1) change(86-06-24,DGHowe), approve(86-06-24,MCR7396), 1-10 " audit(86-08-05,Schroth), install(86-11-03,MR12.0-1206): 1-11 " added the heap_header_ptr definition 1-12 " 2) change(86-08-12,Kissel), approve(86-08-12,MCR7473), 1-13 " audit(86-10-10,Fawcett), install(86-11-03,MR12.0-1206): 1-14 " Modified to support control point management. These changes were 1-15 " actually made in February 1985 by G. Palter. 1-16 " 3) change(86-10-22,Fawcett), approve(86-10-22,MCR7473), 1-17 " audit(86-10-22,Farley), install(86-11-03,MR12.0-1206): 1-18 " Remove the old_lot pointer and replace it with cpm_data_ptr. Use the 18 1-19 " bit pad after cur_lot_size for the cpm_enabled. This was done to save 1-20 " some space int the stack header and change the cpd_ptr unal to 1-21 " cpm_data_ptr (ITS pair). 1-22 " END HISTORY COMMENTS 1-23 000004 1-24 equ stack_header.cpm_data_ptr,4 ptr to control point for this stack 000006 1-25 equ stack_header.combined_stat_ptr,6 ptr to separate static area 1-26 000010 1-27 equ stack_header.clr_ptr,8 ptr to area containing linkage sections 000012 1-28 equ stack_header.max_lot_size,10 number of words allowed in lot (DU) 000012 1-29 equ stack_header.main_proc_invoked,10 nonzero if main proc was invoked in run unit (DL) 000012 1-30 equ stack_header.run_unit_depth,10 number of active run units stacked (DL) 000013 1-31 equ stack_header.cur_lot_size,11 DU number of words (entries) in lot 000013 1-32 equ stack_header.cpm_enabled,11 DL non-zero if control point management is enabled 000014 1-33 equ stack_header.system_free_ptr,12 ptr to system storage area 000016 1-34 equ stack_header.user_free_ptr,14 ptr to user storage area 1-35 000020 1-36 equ stack_header.parent_ptr,16 ptr to parent stack or null 000022 1-37 equ stack_header.stack_begin_ptr,18 ptr to first stack frame 000024 1-38 equ stack_header.stack_end_ptr,20 ptr to next useable stack frame 000026 1-39 equ stack_header.lot_ptr,22 ptr to the lot for the current ring 1-40 000030 1-41 equ stack_header.signal_ptr,24 ptr to signal proc for current ring 000032 1-42 equ stack_header.bar_mode_sp,26 value of sp before entering bar mode 000034 1-43 equ stack_header.pl1_operators_ptr,28 ptr: pl1_operators_$operator_table 000036 1-44 equ stack_header.call_op_ptr,30 ptr to standard call operator 1-45 000040 1-46 equ stack_header.push_op_ptr,32 ptr to standard push operator 000042 1-47 equ stack_header.return_op_ptr,34 ptr to standard return operator 000044 1-48 equ stack_header.ret_no_pop_op_ptr,36 ptr: stand. return/ no pop operator 000046 1-49 equ stack_header.entry_op_ptr,38 ptr to standard entry operator 1-50 000050 1-51 equ stack_header.trans_op_tv_ptr,40 ptr to table of translator operator ptrs 000052 1-52 equ stack_header.isot_ptr,42 pointer to ISOT 000054 1-53 equ stack_header.sct_ptr,44 pointer to System Condition Table 000056 1-54 equ stack_header.unwinder_ptr,46 pointer to unwinder for current ring 1-55 000060 1-56 equ stack_header.sys_link_info_ptr,48 ptr to *system link name table 000062 1-57 equ stack_header.rnt_ptr,50 ptr to reference name table 000064 1-58 equ stack_header.ect_ptr,52 ptr to event channel table 000066 1-59 equ stack_header.assign_linkage_ptr,54 ptr to area for hcs_$assign_linkage calls 000070 1-60 equ stack_header.heap_header_ptr,56 ptr to heap header. 000072 1-61 equ stack_header.trace_frames,58 stack of trace_catch_ frames 000073 1-62 equ stach_header.trace_top_ptr,59 trace pointer 000074 1-63 equ stack_header.in_trace,60 trace antirecurse bit 000100 1-64 equ stack_header_end,64 length of stack header 1-65 1-66 1-67 1-68 000000 1-69 equ trace_frames.count,0 number of trace frames on stack 000001 1-70 equ trace_frames.top_ptr,1 packed pointer to top one 1-71 1-72 " The following constant is an offset within the pl1 operators table. 1-73 " It references a transfer vector table. 1-74 000551 1-75 bool tv_offset,551 1-76 1-77 1-78 " The following constants are offsets within this transfer vector table. 1-79 001170 1-80 equ call_offset,tv_offset+271 001171 1-81 equ push_offset,tv_offset+272 001172 1-82 equ return_offset,tv_offset+273 001173 1-83 equ return_no_pop_offset,tv_offset+274 001174 1-84 equ entry_offset,tv_offset+275 1-85 1-86 1-87 " END INCLUDE FILE stack_header.incl.alm 92 93 end bootload_1 LITERALS 000054 aa 077776 000043 000055 aa 000002 000000 000056 aa 077777 000043 000057 aa 000001 000000 NAME DEFINITIONS FOR ENTRY POINTS AND SEGDEFS 000060 5a 000003 000000 000061 5a 000020 600000 000062 aa 000000 000000 000063 55 000011 000002 000064 5a 000002 400003 000065 55 000006 000011 000066 aa 012 142 157 157 000067 aa 164 154 157 141 000070 aa 144 137 061 000 000071 55 000002 000003 000072 6a 000000 400002 000073 55 000014 000003 000074 aa 014 163 171 155 symbol_table 000075 aa 142 157 154 137 000076 aa 164 141 142 154 000077 aa 145 000 000 000 DEFINITIONS HASH TABLE 000100 aa 000000 000015 000101 aa 000000 000000 000102 aa 000000 000000 000103 aa 000000 000000 000104 aa 000000 000000 000105 aa 000000 000000 000106 aa 000000 000000 000107 5a 000011 000000 000110 aa 000000 000000 000111 aa 000000 000000 000112 aa 000000 000000 000113 aa 000000 000000 000114 aa 000000 000000 000115 aa 000000 000000 EXTERNAL NAMES 000116 aa 013 151 156 151 initializer 000117 aa 164 151 141 154 000120 aa 151 172 145 162 000121 aa 016 157 160 145 operator_table 000122 aa 162 141 164 157 000123 aa 162 137 164 141 000124 aa 142 154 145 000 000125 aa 016 160 154 061 pl1_operators_ 000126 aa 137 157 160 145 000127 aa 162 141 164 157 000130 aa 162 163 137 000 000131 aa 003 154 157 164 lot 000132 aa 017 160 162 157 processor_stack 000133 aa 143 145 163 163 000134 aa 157 162 137 163 000135 aa 164 141 143 153 000136 aa 004 160 162 144 prds 000137 aa 163 000 000 000 000140 aa 011 151 156 172 inzr_stk0 000141 aa 162 137 163 164 000142 aa 153 060 000 000 NO TRAP POINTER WORDS TYPE PAIR BLOCKS 000143 aa 000004 000000 000144 55 000036 000036 000145 aa 000004 000000 000146 55 000045 000041 000147 aa 000003 000000 000150 5a 000051 000000 000151 aa 000004 000000 000152 55 000056 000052 000153 aa 000003 000000 000154 5a 000056 000000 000155 aa 000003 000000 000156 5a 000060 000000 000157 aa 000001 000000 000160 aa 000000 000000 INTERNAL EXPRESSION WORDS 000161 5a 000063 000000 000162 5a 000065 001174 000163 5a 000065 001173 000164 5a 000065 001172 000165 5a 000065 001171 000166 5a 000065 001170 000167 5a 000065 000000 000170 5a 000067 000000 000171 5a 000071 000000 000172 5a 000073 000000 000173 5a 000075 000000 LINKAGE INFORMATION 000000 aa 000000 000000 000001 0a 000060 000000 000002 aa 000000 000000 000003 aa 000000 000000 000004 aa 000000 000000 000005 aa 000000 000000 000006 22 000010 000036 000007 a2 000000 000000 000010 9a 777770 0000 46 inzr_stk0| 000011 5a 000113 0000 00 000012 9a 777766 0000 46 prds| 000013 5a 000112 0000 00 000014 9a 777764 0000 46 prds|processor_stack 000015 5a 000111 0000 00 000016 9a 777762 0000 46 lot| 000017 5a 000110 0000 00 000020 9a 777760 0000 46 pl1_operators_|operator_table 000021 5a 000107 0000 00 000022 9a 777756 0000 46 pl1_operators_|operator_table 000023 5a 000106 0000 20 000024 9a 777754 0000 46 pl1_operators_|operator_table 000025 5a 000105 0000 20 000026 9a 777752 0000 46 pl1_operators_|operator_table 000027 5a 000104 0000 20 000030 9a 777750 0000 46 pl1_operators_|operator_table 000031 5a 000103 0000 20 000032 9a 777746 0000 46 pl1_operators_|operator_table 000033 5a 000102 0000 20 000034 9a 777744 0000 46 initializer|initializer 000035 5a 000101 0000 00 SYMBOL INFORMATION SYMBOL TABLE HEADER 000000 aa 000000 000001 000001 aa 163171 155142 000002 aa 164162 145145 000003 aa 000000 000010 000004 aa 000000 117244 000005 aa 361023 525721 000006 aa 000000 117547 000007 aa 260070 354266 000010 aa 141154 155040 000011 aa 040040 040040 000012 aa 000024 000040 000013 aa 000034 000040 000014 aa 000044 000100 000015 aa 000002 000002 000016 aa 000064 000000 000017 aa 000000 000162 000020 aa 000000 000123 000021 aa 000141 000132 000022 aa 000153 000123 000023 aa 000064 000000 000024 aa 101114 115040 000025 aa 126145 162163 000026 aa 151157 156040 000027 aa 070056 061064 000030 aa 040115 141162 000031 aa 143150 040061 000032 aa 071070 071040 000033 aa 040040 040040 000034 aa 110151 162156 000035 aa 145151 163145 000036 aa 156056 123171 000037 aa 163115 141151 000040 aa 156164 056141 000041 aa 040040 040040 000042 aa 040040 040040 000043 aa 040040 040040 000044 aa 055164 141162 000045 aa 147145 164040 000046 aa 154066 070040 000047 aa 040040 040040 000050 aa 040040 040040 000051 aa 040040 040040 000052 aa 040040 040040 000053 aa 040040 040040 000054 aa 040040 040040 000055 aa 040040 040040 000056 aa 040154 151163 000057 aa 164040 163171 000060 aa 155142 157154 000061 aa 163040 040040 000062 aa 040040 040040 000063 aa 040040 040040 000064 aa 000000 000001 000065 aa 000000 000002 000066 aa 000076 000057 000067 aa 175453 021005 000070 aa 000000 117547 000071 aa 207371 200000 000072 aa 000112 000042 000073 aa 147777 464111 000074 aa 000000 115000 000075 aa 507463 000000 000076 aa 076163 160145 >special_ldd>install>MR12.3-1114>bootload_1.alm 000077 aa 143151 141154 000100 aa 137154 144144 000101 aa 076151 156163 000102 aa 164141 154154 000103 aa 076115 122061 000104 aa 062056 063055 000105 aa 061061 061064 000106 aa 076142 157157 000107 aa 164154 157141 000110 aa 144137 061056 000111 aa 141154 155040 000112 aa 076154 144144 >ldd>include>stack_header.incl.alm 000113 aa 076151 156143 000114 aa 154165 144145 000115 aa 076163 164141 000116 aa 143153 137150 000117 aa 145141 144145 000120 aa 162056 151156 000121 aa 143154 056141 000122 aa 154155 040040 MULTICS ASSEMBLY CROSS REFERENCE LISTING Value Symbol Source file Line number 0 begin bootload_1: 28. 1170 call_offset bootload_1: 57, stack_header: 80. 1174 entry_offset bootload_1: 73, stack_header: 84. initializer bootload_1: 85. inzr_stk0 bootload_1: 31. lot bootload_1: 43. 52 no_args bootload_1: 83, 88. operator_table bootload_1: 53, 57, 61, 65, 69, 73. pl1_operators_ bootload_1: 53, 57, 61, 65, 69, 73. prds bootload_1: 32, 34. processor_stack bootload_1: 34. 1171 push_offset bootload_1: 61, stack_header: 81. 1173 return_no_pop_offset bootload_1: 69, stack_header: 83. 1172 return_offset bootload_1: 65, stack_header: 82. 73 stach_header.trace_top_ptr stack_header: 62. 66 stack_header.assign_linkage_ptr stack_header: 59. 32 stack_header.bar_mode_sp stack_header: 42. 36 stack_header.call_op_ptr bootload_1: 58, 59, stack_header: 44. 10 stack_header.clr_ptr stack_header: 27. 6 stack_header.combined_stat_ptr stack_header: 25. 4 stack_header.cpm_data_ptr stack_header: 24. 13 stack_header.cpm_enabled stack_header: 32. 13 stack_header.cur_lot_size stack_header: 31. 64 stack_header.ect_ptr stack_header: 58. 46 stack_header.entry_op_ptr bootload_1: 74, 75, stack_header: 49. 70 stack_header.heap_header_ptr bootload_1: 80, 81, stack_header: 60. 74 stack_header.in_trace stack_header: 63. 52 stack_header.isot_ptr bootload_1: 46, 47, stack_header: 52. 26 stack_header.lot_ptr bootload_1: 44, 45, stack_header: 39. 12 stack_header.main_proc_invoked stack_header: 29. 12 stack_header.max_lot_size stack_header: 28. 20 stack_header.parent_ptr stack_header: 36. 34 stack_header.pl1_operators_ptr bootload_1: 54, 55, stack_header: 43. 40 stack_header.push_op_ptr bootload_1: 62, 63, stack_header: 46. 42 stack_header.return_op_ptr bootload_1: 66, 67, stack_header: 47. 44 stack_header.ret_no_pop_op_ptr bootload_1: 70, 71, stack_header: 48. 62 stack_header.rnt_ptr stack_header: 57. 12 stack_header.run_unit_depth stack_header: 30. 54 stack_header.sct_ptr stack_header: 53. 30 stack_header.signal_ptr bootload_1: 50, 51, stack_header: 41. 22 stack_header.stack_begin_ptr bootload_1: 35, 38, 40, stack_header: 37. 24 stack_header.stack_end_ptr bootload_1: 36, 41, stack_header: 38. 14 stack_header.system_free_ptr stack_header: 33. 60 stack_header.sys_link_info_ptr stack_header: 56. 72 stack_header.trace_frames stack_header: 61. 50 stack_header.trans_op_tv_ptr stack_header: 51. 56 stack_header.unwinder_ptr stack_header: 54. 16 stack_header.user_free_ptr stack_header: 34. 100 stack_header_end stack_header: 64. 0 trace_frames.count stack_header: 69. 1 trace_frames.top_ptr stack_header: 70. 551 tv_offset stack_header: 75, 80, 81, 82, 83, 84. NO FATAL ERRORS ----------------------------------------------------------- Historical Background This edition of the Multics software materials and documentation is provided and donated to Massachusetts Institute of Technology by Group BULL including BULL HN Information Systems Inc. as a contribution to computer science knowledge. This donation is made also to give evidence of the common contributions of Massachusetts Institute of Technology, Bell Laboratories, General Electric, Honeywell Information Systems Inc., Honeywell BULL Inc., Groupe BULL and BULL HN Information Systems Inc. to the development of this operating system. Multics development was initiated by Massachusetts Institute of Technology Project MAC (1963-1970), renamed the MIT Laboratory for Computer Science and Artificial Intelligence in the mid 1970s, under the leadership of Professor Fernando Jose Corbato. Users consider that Multics provided the best software architecture for managing computer hardware properly and for executing programs. Many subsequent operating systems incorporated Multics principles. Multics was distributed in 1975 to 2000 by Group Bull in Europe , and in the U.S. by Bull HN Information Systems Inc., as successor in interest by change in name only to Honeywell Bull Inc. and Honeywell Information Systems Inc. . ----------------------------------------------------------- Permission to use, copy, modify, and distribute these programs and their documentation for any purpose and without fee is hereby granted,provided that the below copyright notice and historical background appear in all copies and that both the copyright notice and historical background and this permission notice appear in supporting documentation, and that the names of MIT, HIS, BULL or BULL HN not be used in advertising or publicity pertaining to distribution of the programs without specific prior written permission. Copyright 1972 by Massachusetts Institute of Technology and Honeywell Information Systems Inc. Copyright 2006 by BULL HN Information Systems Inc. Copyright 2006 by Bull SAS All Rights Reserved