1 /* BEGIN include file bce_partition_layout.incl.pl1
 2 This is the layout of the bce partition for bootload Multics.
 3 Written September 1983 by Keith Loepere. */
 4 
 5 /* format: style4,indattr,ifthenstmt,ifthen,idind33,^indcomtxt */
 6 
 7 dcl  BCE_PART_LTH                     init (2200) fixed bin internal static options (constant);  /* This is the default value. */
 8 dcl  SAVED_IMAGE_RECORDX              init (0) fixed bin internal static options (constant);
 9 dcl  CRASH_HANDLER_RECORDX            init (512) fixed bin internal static options (constant);
10 dcl  BCE_PAGING_AREA_RECORDX          init (1024) fixed bin internal static options (constant);
11 dcl  BCE_PAGING_AREA_LTH              init (128) fixed bin internal static options (constant);
12 dcl  MST_AREA_RECORDX                 init (1152) fixed bin internal static options (constant);
13 
14 /* END include file bce_partition_layout.incl.pl1 */