Opened 5 years ago

Closed 5 years ago

#239 closed defect (fixed)

Comment errors in bootload_tape_label.alm

Reported by: canthony Owned by: Eric Swenson
Priority: minor Milestone: MR12.8
Component: Hardcore Version:
Keywords: Cc:

Description

bootload_tape_label.alm

Line 101:

" IOM Mailbox, at Base*6

should read

" IOM Mailbox, at Base<<6

or

" IOM Mailbox, at Base*64

or whatever the preferred Multics notation for "left shift 6 times".

Line 103:

"   mbx + 10   18/0, 18/004000                    Connect channel LPW -> PCW

should read

"   mbx + 10   18/0, 18/040000                    Connect channel LPW -> PCW

The 004000 shoukd be 040000.

Change History (4)

comment:1 by Eric Swenson, 5 years ago

Milestone: MR12.8
Status: newassigned

comment:3 by Gary Dixon, 5 years ago

From Ticket #103, the document describing this changed field should be:

In the referenced document, the page number and figure number are incorrectly stated in the original Ticket description.

The reference should be:

Ref: "43A239854 6000B Engineering Product Specification, Part 1: 6000B I_O Multiplexer Central Jul75", pg. 59, figure 3.10a, Word 4.

This item states:

 4     XXXX00(8) + 10(8)    000000040000    Connect channel LPW    Upon receiving connect, do a list
                                                                   service (with no change) to PCW
                                                                   pair starting at location 000000(8)

comment:4 by Eric Swenson, 5 years ago

Resolution: fixed
Status: assignedclosed

Fixed with 2021-11-07,MR12.8-1007.

Note: See TracTickets for help on using tickets.