home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / bit / listserv / ibmmain / 2587 < prev    next >
Encoding:
Text File  |  1992-11-09  |  1.3 KB  |  28 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!USCMVSA.BITNET!LDW
  3. Message-ID: <IBM-MAIN%92110901472721@RICEVM1.RICE.EDU>
  4. Newsgroups: bit.listserv.ibm-main
  5. Date:         Sun, 8 Nov 1992 23:43:00 PST
  6. Sender:       IBM Mainframe Discussion list <IBM-MAIN@RICEVM1.BITNET>
  7. From:         Leonard D Woren <LDW@USCMVSA.BITNET>
  8. Subject:      Re: STORAGE BELOW 16M LINE
  9. Lines: 17
  10.  
  11. On Thu, 5 Nov 1992 11:08:13 CET,
  12.    Christian.J.Reichetzeder@AWIIMC12.IMC.UNIVIE.AC.AT said:
  13. > On Wed, 4 Nov 1992 16:07:00 PST Leonard D Woren said:
  14. > >Hah!  Try doing an LRA for page 0 when you're running V=R. [...]
  15. > Interesting - shouldn't it always be in the range 0-4k?
  16.  
  17. You would think so, but page 0 in a V=R machine is a special case.
  18. I'm sure it has something to do with prefixing.  I never researched it
  19. in detail after fixing a program to account for this case.  The
  20. program displays storage, including the storage key.  The ISKE was
  21. failing on addresses in the first 4K.  Finally I decided to look at
  22. the real address returned by LRA, and discovered that in a 4M V=R
  23. guest (this was under VM/SP or HPO, R3, on a 4381), LRA on an address
  24. of 0 returned X'00400000'.  ISKE then failed on this.  The fix was to
  25. skip the LRA if the address was < X'1000'.
  26.  
  27. /Leonard
  28.