home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / bit / listserv / ibmmain / 2621 < prev    next >
Encoding:
Internet Message Format  |  1992-11-11  |  1.8 KB

  1. Path: sparky!uunet!stanford.edu!bcm!convex!darwin.sura.net!paladin.american.edu!auvm!psuvm!frmop11!barilvm!p85025
  2. Organization: Bar-Ilan University Computing Center, Israel
  3. Date: Wed, 11 Nov 1992 11:18:42 IST
  4. From: Doron Shikmoni <P85025@BARILVM.BITNET>
  5. Message-ID: <92316.111842P85025@BARILVM.BITNET>
  6. Newsgroups: bit.listserv.ibm-main
  7. Subject: Re: STORAGE BELOW 16M LINE
  8. References:  <921109.120437.CET.REICHETZ@AWIIMC12.IMC.UniVie.AC.AT>
  9. Lines: 26
  10.  
  11. In article <921109.120437.CET.REICHETZ@AWIIMC12.IMC.UniVie.AC.AT>,
  12. Christian.J.Reichetzeder@AWIIMC12.IMC.UNIVIE.AC.AT says:
  13. >
  14. >On Sun, 8 Nov 92 23:43:00 PST Leonard D Woren said:
  15. >>You would think so, but page 0 in a V=R machine is a special case.
  16. >Indeed prefixing  is applied to  page 0. The  matter is quite  complicated and
  17. >even more so with a  V=R guest, who expects page 0 to be  a real page 0 frame.
  18. >Thus VM  has to  move it's  own real  page 0  elsewhere. It  may well  be that
  19. >certain flavours of  VM goofed in some  aspects (dunno whether MVS  does a LRA
  20. >for page 0 for example).
  21.  
  22. I may be missing something (I joined this thread in the middle). However:
  23. Of course page 0 is prefixed. Even on native MVS (non VM) machines, page 0
  24. is prefixed (prefix register, remember). This is over and above DAT, as the
  25. 370/390 architecture requires that every processor sees its private version
  26. of page zero when it incurs an interrupt (think of old/new PSW and reg save
  27. areas). Obviously VM (or VM assist, in the past 7 years or so) maintains
  28. a virtual pref-reg for every virtual processor. And obviously, you'll see
  29. this when you LRA on page 0 (you will probably see different result on each
  30. processor).
  31.  
  32. So: There are as many page zero frames in MVS as there are processors.
  33. And then, there is the unprefixed-page-zero frame - the real, real, real
  34. absolute zero..
  35.  
  36. Doron
  37.