home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / hp / 12673 < prev    next >
Encoding:
Text File  |  1992-11-08  |  1.0 KB  |  27 lines

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!usc!news.service.uci.edu!unogate!mvb.saic.com!ncr-sd!sdd.hp.com!hp-col!fc.hp.com!jsm
  3. From: jsm@fc.hp.com
  4.  (John Marvin)
  5. Subject: Re: mmap on HP-UX 9.0 on s700
  6. Sender: news@fc.hp.com (news daemon)
  7. Message-ID: <BxD92u.E80@fc.hp.com>
  8. Date: Sat, 7 Nov 1992 21:59:18 GMT
  9. References: <FRANL.92Nov7110620@draco.centerline.com>
  10. Organization: Hewlett-Packard Workstation Kernel, Ft. Collins, CO
  11. X-Newsreader: TIN [version 1.1.1 PL6]
  12. Lines: 13
  13.  
  14. Fran Litterio (franl@centerline.com) wrote:
  15. : If this is so, then how is dld.sl guaranteed to be able to map the
  16. : text/data of mylib.sl at the same VM address for all programs which
  17. : were linked against it?
  18.  
  19. It doesn't. The data is mapped into the second quadrant, which is private
  20. (not shared with other processes). The text is mapped into the 3rd or 4th
  21. quadrant, which is shared with all processes. But when it is mapped by
  22. the first process that uses it, it can be placed anywhere within the 3rd
  23. or 4th quadrant.
  24.  
  25.     John Marvin
  26.     jsm@fc.hp.com
  27.