home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / protocol / appletal / 3807 < prev    next >
Encoding:
Internet Message Format  |  1992-11-06  |  2.7 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!sun-barr!ames!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!ucbvax!HIVNET.UBC.CA!phill
  2. From: phill@HIVNET.UBC.CA (Phill St-Louis)
  3. Newsgroups: comp.protocols.appletalk
  4. Subject: Re: Problems using macdump with quadras
  5. Message-ID: <9211052320.AA19373@hivnet.ubc.ca>
  6. Date: 5 Nov 92 23:20:31 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Distribution: world
  9. Organization: The Internet
  10. Lines: 63
  11.  
  12.  
  13. >Has anyone ever tried to use macdump with Quadras.
  14. >It works ok for our macII,IIx's etc but when I tried
  15. >it with two different Quadra 700's (caches turned off)
  16. >the mac rdev (dumper 3.2) appeared not to respond. ie I try
  17. >
  18. >/usr/local/lib/macdump -mac=kerriet -zone="adfa-ee2&3" -disknames
  19. >
  20. >and get
  21. >
  22. >/usr/local/lib/macdump: Response: 
  23. >
  24.  
  25. I had this same problem with the IIsi, IIci and the LCIIs.  The solution was
  26. sent to me by Tom Evans (tom@wcc.oz.au).  I do not have the full text of his
  27. response.  Here is the summary that I posted to Usenet:
  28.  
  29. The Macintoshes that were not working were a IIsi, a IIci and two of the new
  30. LC IIs, all running System 7.  Our other machines, which are fully functional
  31. are SE/30s.  Apparently, Macs that have 32-bit-clean ROMs 
  32. have different code in their ROMs.  
  33. Apple presumably made the largest changes going from "24-bit-addressing"
  34. ROMs to "32-bit-clean" ROM code. The earlier stuff consistently leaves
  35. the "right" value in memory at the "magic" place, and the "new" stuff
  36. consistently leaves "64" in there.
  37.  
  38.  
  39. There is known to be a
  40. fixed version of Dumper floating around, with the SAME version number, but
  41. with a different size (I have two here of 24,553 and 24,131 bytes, the
  42. latter the original Dumper you have, and the other a fiddled version
  43. of the "new one"). It is NOT a "patched" version - there are
  44. significant changes in all code resources indication recompilation.
  45.  
  46. Here's the new "patch table" - I've rearranged it so it is hopefully
  47. less confusing:
  48.  
  49. The Patch 
  50. ----------
  51.   The fix can be implemented in Resedit. Note the "(same)" bytes are
  52.   there to provide context for the patch, and correspond to the code
  53.   in the previous section:
  54.  
  55.         File:           Dumper
  56.         Version:        3.2
  57.         Resource Type:  INIT
  58.         Resource ID:    130 (Hex 82)
  59.         Resource Name:  "Dump installer"
  60.         Patch Location: 0x276
  61.  
  62.         Addr    Change From     To
  63.         ----------------------------------
  64.         0276    4E56            4E56 (same)
  65.         0278    FE48            FE48 (same)
  66.         027A    426E            422E
  67.         027C    FE54            FFE4
  68.         027E    426E            42AE
  69.         0280    FE52            FE52 (same)
  70.         0282    42AE            42AE (same)
  71.         0284    FE4C            FE4C (same)
  72.   
  73.  
  74. Phill St. Louis
  75.