home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5739 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.1 KB  |  26 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: cix.compulink.co.uk!usenet
  3. From: jralph@cix.compulink.co.uk ("Jolyon Ralph")
  4. Subject: Re: FindTask() VERY IMPORTANT
  5. Message-ID: <DoIq50.EI3@cix.compulink.co.uk>
  6. Organization: Compulink Information eXchange
  7. References: <4ilpuh$muk@news.xs4all.nl>
  8. Date: Tue, 19 Mar 1996 14:12:36 GMT
  9. X-News-Software: Ameol32
  10.  
  11. > I don't understand why it is so hard to have a readable execbase in PPC
  12. > mode, when it is already emulated in 68k mode.
  13. > If the new OS has memory protection (which it should have, what else is
  14. > the MMU for?), then it should be trivial to present each task (PPC or
  15. > otherwise) with it's own copy of execbase and other system structures
  16. > that can be read be the program.
  17.  
  18. Any unnecessary MMU translations will slow down the OS. 
  19.  
  20. This is really, really, totally unimportant. The Amiga manuals say, by 
  21. the way, that you should never read or write a system structure if a 
  22. valid system call provides a way to access the structure for you. So, in 
  23. my opinion, it's never been valid to read sysbase->ThisTask anyway!
  24.  
  25. Jolyon
  26.