home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / amiga / programm / 15870 < prev    next >
Encoding:
Internet Message Format  |  1992-11-15  |  985 b 

  1. Path: sparky!uunet!ornl!rsg1.er.usgs.gov!darwin.sura.net!spool.mu.edu!umn.edu!csus.edu!netcom.com!netcomsv!terapin!paulk
  2. From: paulk@terapin.com (Paul Kienitz)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: physical memory protection with MMU
  5. References: <1duvk4INN65q@darkstar.UCSC.EDU>
  6. Message-ID: <paulk.27ok@terapin.com>
  7. Date: 15 Nov 92 11:37:03 PST
  8. Organization: BBS
  9. Lines: 12
  10.  
  11. > The real problem with memory protection on the Amiga is that it is
  12. > possible for one task to share its memory with another without
  13. > explicitly telling the OS that the shared memory is in fact shared.
  14. > This is a big nono under a protected OS.  However, it is an
  15. > exaggeration to say that 99.9% of Amiga programs do this.
  16.  
  17. Almost every program shares memory -- any time you do IO at either
  18. the dos or exec level, any time you listen to IDCMP events, or look
  19. at any system list, you're sharing memory between tasks.
  20.  
  21. But of course, we ALWAYS remember to use MEMF_PUBLIC in those cases,
  22. right?
  23.