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

  1. Path: sparky!uunet!utcsri!torn!nott!dgbt!netfs!ub!zaphod.mps.ohio-state.edu!darwin.sura.net!paladin.american.edu!auvm!VM1.ULAVAL.CA!RAUDETTE
  2. From: RAUDETTE@VM1.ULAVAL.CA (Rodolphe Audette)
  3. Newsgroups: bit.listserv.ibm-main
  4. Subject: Re: STORAGE BELOW 16M LINE
  5. Message-ID: <IBM-MAIN%92111211552192@VM1.CC.UAKRON.EDU>
  6. Date: 12 Nov 92 23:12:43 GMT
  7. Sender: IBM Mainframe Discussion list <IBM-MAIN@RICEVM1.BITNET>
  8. Lines: 22
  9. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  10. In-Reply-To:  Message of Thu, 12 Nov 1992 01:36:00 PST from <LDW@USCMVSA>
  11.  
  12.  
  13.      MVS actually uses a PSA other than absolute page 0 even when running
  14. in a uniprocessor. I think one reason is that some permanently assigned
  15. locations in ABSOLUTE storage coincide with some permanently assigned
  16. locations in REAL storage. For example, absolute locations 384-447 are
  17. assigned to the general-register save area during the store-status
  18. operation, while real locations 384-447 are assigned to the
  19. general-register save area during a machine check interruption. So if
  20. the store-status operation is executed prior to an IPL for a stand-alone
  21. dump, the store-status registers will overlay the machine-check
  22. registers, unless they are assigned different save areas by means of
  23. prefixing.
  24.  
  25.     I think (but I'm not sure) that another reason for prefixing is that
  26. a uniprocessor can suddenly become a multiprocessor if a processor is
  27. varied online after IPL. I know MVS can sometimes determine, depending
  28. on the model, that a uniprocessor just can't become a multiprocessor,
  29. but why make special cases?
  30.  
  31.                                         Rodolphe Audette
  32.                                         Laval University
  33.                                         Quebec City
  34.