Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site cadre.UUCP Path: utzoo!watmath!clyde!bonnie!akgua!mcnc!idis!cadre!ry From: ry@cadre.UUCP Newsgroups: net.unix-wizards Subject: Re: Interleaved memory on 780 (boot floppy changes) Message-ID: <60@cadre.UUCP> Date: Sun, 14-Oct-84 15:53:17 EDT Article-I.D.: cadre.60 Posted: Sun Oct 14 15:53:17 1984 Date-Received: Tue, 16-Oct-84 08:01:14 EDT Organization: Decision Systems Lab., Univ. of Pgh. Lines: 17 As far as I know interleaved memory is not standard on 780's. (At least it was an upgrade for us.) Both vms and 4.2 unix require the same change to the boot floppy to handle interleaved memory. The following four lines must be added after the line with INIT and before the line LOAD BOOT in defboo.cmd DEPOSIT 20002000 101 ! SET UP INTERLEAVED MEMORY\015 DEPOSIT 20002004 4000 DEPOSIT 20004000 101 DEPOSIT 20004004 4000 This correctly configures two memory controllers for interleaved operation. I suspect the procedure is similar if you have more than two. Russell Yount cadre!ry