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

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!mcsun!sunic!aun.uninett.no!news.uit.no!borgen
  3. From: borgen@stud.cs.uit.no (Boerge Noest)
  4. Subject: Re: physical memory protection with MMU
  5. References: <1992Oct26.162400@uni-paderborn.de> <heinz.04a3@edohwg.adsp.sub.org>
  6. Sender: news@news.uit.no (USENET News System)
  7. Organization: University of Tromsoe, Norway
  8. Date: Tue, 10 Nov 1992 20:12:24 GMT
  9. Message-ID: <1992Nov10.201224.17361@news.uit.no>
  10. Lines: 25
  11.  
  12. In article <heinz.04a3@edohwg.adsp.sub.org> heinz@edohwg.adsp.sub.org (Heinz Wrobel) writes:
  13. >But how?
  14.  
  15. Give me a memory.library:
  16. token protect( startaddress, endaddress);
  17. bool unprotect( mytoken);
  18. tokenized_AllocMem( size);
  19. tokenized_FreeMem( address);
  20.  
  21. Perhaps it needs some exec hacking(when task switching?).
  22. Should only permit protecting your own hunks, and only
  23. tokenized_AllocMem'ed memory?
  24.  
  25. My point is; give me the chance to protect what _I_ know should be
  26. protected, and let me do this after my program has started.
  27.  
  28. Later we can yell at C= to give us some new hunks.
  29.  
  30. >Heinz Wrobel, Edotronik GmbH (ECG018)
  31.  
  32. Waddayathink?
  33. -- 
  34. |/// borgen@stud.cs.uit.no (Boerge Noest) | Amiga B2000             \\\|
  35. |//  Box 218, 9001 Tromsoe, Norway      | Remember to :-) when needed      \\|
  36. |/   The worlds northernmost university      | Life is worth living.       \|
  37.