1 /* bindfile for MCS, Multics Communications System */
 2 /* This version contains the basic core image for DN6780 type FNPs */
 3 /* Created 040680 by Frank Martinson */
 4 /* Modified 051881 by R. Holmstedt to specify no metering */
 5 /* Modified 051881 by R. Holmstedt to add colts module mclt */
 6 
 7 /* HISTORY COMMENTS:
 8   1) change(88-02-22,Farley), approve(88-02-22,MCR7843),
 9      audit(88-02-22,Beattie):
10      Modified version => 7.6a to show change to utilities.
11   2) change(88-08-25,Beattie), approve(88-08-15,MCR7965),
12      audit(88-09-08,Farley):
13      Changed to version 7.6b for changes to hsla_man and autobaud_tables which
14      support autobauding between 300 and 9.6k baud.
15   3) change(89-05-22,Beattie), approve(89-05-15,MCR8108),
16      audit(89-06-15,Brunelle):
17      Changed to version 7.6c for change to x25_tables which fixed a bug in
18      input exhaust status processing.
19                                                    END HISTORY COMMENTS */
20 
21 version:  7.6c;
22 
23 
24 lsla:     0;
25 hsla:     3;
26 memory:   64;
27 console:  yes;
28 printer:  no;
29 meter:    no;
30 
31 /* module load list */
32 
33 order:    scheduler,
34           interpreter,
35           breakpoint_man,
36           control_tables,
37           autobaud_tables,
38           dia_man,
39           mclt,
40           hsla_man,
41           console_man,
42           utilities,
43           trace,
44           init;
45 
46 /* entry to init from bootload */
47 
48 entry:    istart;
49 
50 /* table size specifications */
51 
52 module:   hsla_man;
53  type:    hsla;
54  size:    97;
55 
56 module:   trace;
57  type:    trace;
58  mask:    317777;   /* trace enable mask */
59  size:    2048;
60 
61 end;