1 /* BEGIN INCLUDE FILE tape_mult_boot_info.incl.pl1 */ 2 /* Written by J. A. Bush 6/27/81 */ 3 4 dcl 1 boot_program_info aligned, 5 2 version fixed bin, /* Currently 1 */ 6 2 boot_program_ptr pointer, /* Pointer to text section of boot program */ 7 2 boot_program_text_length fixed bin (21), /* Length of the text section in words */ 8 2 boot_program_name char (32) unaligned; /* Name for recording in label */ 9 10 dcl BOOT_PROGRAM_INFO_VERSION_1 fixed bin internal static options 11 (constant) init (1); 12 13 /* END INCLUDE FILE tape_mult_boot_info.incl.pl1 */