Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!mit-eddie!ll-xn!ames!ucbcad!ucbvax!CITHEX.CALTECH.EDU!carl From: carl@CITHEX.CALTECH.EDU (Carl J Lydick) Newsgroups: comp.os.vms Subject: Re: CMU TCP/IP on an 8530 Message-ID: <871021014914.01c@CitHex.Caltech.Edu> Date: Wed, 21-Oct-87 04:53:56 EDT Article-I.D.: CitHex.871021014914.01c Posted: Wed Oct 21 04:53:56 1987 Date-Received: Sat, 24-Oct-87 09:47:25 EDT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 15 > We are running CMU TCP/IP (v6.0) on an 8530. It simply(!!!) took a patch > to change one occurance of 'XE' to 'ET' at address 6A8. If you are running a > different version, you will have to look around for it. The change is made in > the source module CONFIG, so a listing of the routine can help to find > literals storage area. If this is the case, then it's pretty likely that there is an easier solution: you can probably get it to run by having the system startup procedure issue the command: $ DEFINE/SYS/EXEC XEA0 ETA0 prior to starting TCP/IP. This technique worked for getting a different TCP/IP to run on a microvax (there the command was: $ DEFINE/SYS/EXEC XEA0 XQA0 as I recall).