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

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!portal!cpc
  3. From: cpc@shell.portal.com (Chris Cebelenski)
  4. Subject: Re: physical memory protection with MMU
  5. Message-ID: <Bxo6pD.LnG@unix.portal.com>
  6. Keywords: mmu, memory, task
  7. Sender: news@unix.portal.com
  8. Nntp-Posting-Host: jobe
  9. Organization: Portal Communications Company -- 408/973-9111 (voice) 408/973-8091 (data)
  10. References: <1du485INNdbn@uni-paderborn.de> <nn.geht.nicht.die-zweite.121192@uni-paderborn.de> <1duvk4INN65q@darkstar.UCSC.EDU>
  11. Distribution: worlD
  12. Date: Fri, 13 Nov 1992 19:41:36 GMT
  13. Lines: 11
  14.  
  15. > [Text about how not many programs share memory, and how a protected OS
  16.    wouldn't break most software.]
  17.  
  18.  
  19.  To keep this short and sweet, I would have to say that almost ALL AmigaDOS
  20. programs use shared memory.  Intuition IDCMP ports are passed BY ADDRESS,
  21. meaning that only a pointer to a memory location is passed.  One workaround
  22. would be to make the OS run in a "kernal" mode with page protection overrride.
  23. Less programs would break, but there still would be mondo problems.
  24. cpc
  25.  
  26.