home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.96 / text0365.txt < prev    next >
Encoding:
Text File  |  1996-07-25  |  1.7 KB  |  39 lines

  1. Clifford T. Matthews <ctm@ardi.com> wrote:
  2.  
  3. >>>>>> "Eric" == eric Gandt <gandt@cville-srv.wam.umd.edu> writes:
  4. >In article <4f41a0$16h@cville-srv.wam.umd.edu> gandt@cville-srv.wam.umd.edu (eric Gandt) writes:
  5.  
  6. >    Eric> I know that executor has an extensions directory but does it
  7. >    Eric> load the extentsions placed in it and if so of what type
  8. >    Eric> should they be?  If not will this support be in 2.0?  Also
  9. >    Eric> if it exist now and is not done by default how do I turn it
  10. >    Eric> on.  many thanks eric gandt gandt@pandora.dorm.umd.edu
  11.  
  12. >The "Extensions" directory is just a placeholder to make some software
  13. >happy.  Putting extensions in there will not make them work.  Sorry to
  14. >have a misleading directory out there, but it was done for
  15. >compatibility reasons.
  16.  
  17. >--Cliff
  18. >ctm@ardi.com
  19.  
  20. I've been reading Inside Macintosh, and it seems rather simple to
  21. impliment.  The Start Manager just searches in order, the System
  22. Folder, Extension Folder, and Control Panel Folder for INITs and
  23. CDEVs.  It then loads the INIT resources in them and, if there, the
  24. SYSZ resource.  Then it jumps to the begining of the block of memory
  25. with the INIT code resource.  All items that are ment to stay in
  26. memory allocate space in the System Zone or System Heap (System 7),
  27. and then terminate the INIT process.  I don't see this as being too
  28. hard to impliment.  I know you at ARDI have your hands full, but if I
  29. were to make an App that could load extensions, how would Executor
  30. respond?  Is there enough code in all of the managers to support this
  31. yet?  And how would I increase the memory size with older resources by
  32. loading the SYSZ resource?
  33.  
  34. -=Dan Guisinger=-
  35. dan_g@ix.netcom.com
  36. Proud registered user of Executor.
  37.  
  38.  
  39.