From: CSBVAX::MRGATE!@KL.SRI.Com:carl@CitHex.Caltech.Edu@SMTP 21-OCT-1987 11:39 To: EVERHART Subj: Re: CMU TCP/IP on an 8530 Received: from CitHex.Caltech.Edu by KL.SRI.COM with TCP; Wed 21 Oct 87 01:50:39-PDT Date: Wed, 21 Oct 87 01:53:56 PDT From: carl@CitHex.Caltech.Edu (Carl J Lydick) Message-Id: <871021014914.01c@CitHex.Caltech.Edu> Subject: Re: CMU TCP/IP on an 8530 In-Reply-To: Your message dated 20-Oct-1987 To: LUSGR%LEHICDC1.Bitnet@CitHex.Caltech.Edu, info-vax@CitHex.Caltech.Edu > 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).