1 10/31/92 AK51 Multics Project Administrator's Guide)
2 Errata Information for MR12.5
3
4
5 pg 3-9: replace 'lot_size" with the following: |
6 |
7 lot_size: decimal_integer stack ; |
8 own |
9 Lot_size: decimal_integer stack ; |
10 own |
11 |
12 where decimal_integer is the size of the user's linkage |
13 offset table LOT in words. The LOT is a per-ring |
14 array of pointers that point to the linkage information |
15 for each procedure segment known in the given ring. |
16 "Stack" indicates that the lot will be allocated in the |
17 user stack, "own' that it will not. The default if |
18 neither is specified is "stack". |
19
20
21 pg 3-9: replace 'cls_size' with the following: |
22 |
23 cls_size: decimal_integer stack ; |
24 own |
25 Cls_size: decimal_integer stack ; |
26 own |
27 |
28 where decimal_integer is the size of the user's initial |
29 combined linkage region in words. "Stack" indicates |
30 that the cls will be allocated in the user stack, "own" |
31 that it will not. The default if neither is specified |
32 is "own". |