home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / amiga / programm / 16202 < prev    next >
Encoding:
Text File  |  1992-11-22  |  1.2 KB  |  26 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!utcsri!torn!newshub.ccs.yorku.ca!nexus.yorku.ca!wlanders
  3. From: wlanders@nexus.yorku.ca (W L Anderson)
  4. Subject: Re: physical memory protection with MMU
  5. Message-ID: <1992Nov22.164517.21820@newshub.ccs.yorku.ca>
  6. Sender: news@newshub.ccs.yorku.ca (USENET News System)
  7. Organization: York University, CS Dept. Toronto
  8. References: <1eccinINNbv2@darkstar.UCSC.EDU> <1992Nov21.183408.23912@newshub.ccs.yorku.ca> <1en513INNguv@darkstar.UCSC.EDU>
  9. Date: Sun, 22 Nov 1992 16:45:17 GMT
  10. Lines: 14
  11.  
  12. >The drawback is that the message could contain a pointer to some other
  13. >chunk of memory that isn't declared MEMF_PUBLIC.  While Exec could make
  14. >the message's memory MEMF_PUBLIC if needed, since it doesn't enforce a
  15. >particular structure upon messages, it wouldn't know that the message
  16. >contained a pointer and thus couldn't change the type of the second
  17. >memory block.  The process that received the message would then crash
  18. >when it tried to access that memory.
  19.  
  20. I guess that would cause a problem :).  This sure seems kind of annoying, 
  21. particularly when it back in the ADos 1.0 days that we might eventually have
  22. memory protection and such.  Somehow, there must be way.
  23.  
  24. Tom Hayko
  25. wlanders@nexus.yorku.ca
  26.