home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / programm / 6075 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1006 b 

  1. Xref: sparky comp.unix.programmer:6075 comp.unix.ultrix:9561
  2. Newsgroups: comp.unix.programmer,comp.unix.ultrix
  3. Path: sparky!uunet!pipex!bnr.co.uk!bnrgate!nott!torn!cs.utexas.edu!uwm.edu!zaphod.mps.ohio-state.edu!howland.reston.ans.net!usc!elroy.jpl.nasa.gov!decwrl!deccrl!news.crl.dec.com!dbased.nuo.dec.com!nntpd.lkg.dec.com!datum.nyo.dec.com!croton.nyo.dec.com!frank
  4. From: frank@croton.nyo.dec.com (Frank Wortner)
  5. Subject: Re: =========Problem using mmap on DECstations========
  6. Message-ID: <1993Jan28.150809.22045@datum.nyo.dec.com>
  7. Lines: 8
  8. Sender: frank@croton (Frank Wortner)
  9. Reply-To: frank@nyo.dec.com
  10. Organization: Digital Equipment Corporation
  11. References:  <1993Jan28.002610.16041@usage.csd.unsw.OZ.AU>
  12. Date: Thu, 28 Jan 1993 15:08:09 GMT
  13.  
  14.  
  15. ULTRIX mmap() supports only the mapping of the memory associated with
  16. a character device special file into the address space of a process.  It
  17. is not possible to map an arbitrary file.
  18.  
  19. DEC OSF/1 does allow mapping of files into memory space.
  20.  
  21.                         Frank
  22.