home *** CD-ROM | disk | FTP | other *** search
/ hackzapple.com / www.hackzapple.com.tar / www.hackzapple.com / LISA / DESERIALIZATION / P9.HTM.orig < prev    next >
Text File  |  2010-10-06  |  3KB  |  66 lines

  1. <HTML>  
  2. <HEAD>
  3.  <TITLE>pg 09</TITLE>
  4. </HEAD>
  5. <BODY BGCOLOR="#ffffff">
  6.  
  7. <P><BR>
  8. <B><FONT COLOR="#000000">Run FEdit on your Macintosh and perform
  9. the following steps:<BR>
  10. <BR>
  11. </FONT></B><FONT COLOR="#000000">0) Press the mouse button in
  12. FEdit's Introduction window to remove the window from the screen.<BR>
  13. <BR>
  14. 1) Insert the Office System 1 disk into a Macintosh disk drive.
  15. FEdit displays a dialog stating that the disk is not a Macintosh
  16. disk and asks if the disk should be mounted or ejected. Select
  17. the MOUNT button.<BR>
  18. <BR>
  19. 2) Select OPEN VOLUME from the FILE Menu. Press the dialog's DRIVE
  20. button until the 'internal drive' message appears. Select the
  21. dialog's OPEN button. You should see a window titled 'internal
  22. drive' and showing a bunch of stuff in the window.<BR>
  23. <BR>
  24. 3) Select DISPLAY SECTOR IN HEX from the DISPLAY menu. The 'internal
  25. drive' window should now show an orderly arrangement of numbers
  26. 0 to 9 and letters A to F on the left (I call this the 'hex area'
  27. since it contains hexadecimal numbers) with characters on the
  28. right (called the 'character area'). See the attached screen image
  29. at the end of this document for a sample of this window. Note
  30. that the window's top contains several lines one of which reads
  31. "Sect: 0". This means sector 0.<BR>
  32. <BR>
  33. 4) Select the window's horizontal scrollbar 'page right' arrow
  34. until the SECTOR information at the top of the window changes
  35. to 'IC' (hex for 28).<BR>
  36. <BR>
  37. 5) Select HEX MODIFY from the EDIT menu.'"""Hex
  38. modify active"""' should appear in the menubar.<BR>
  39. <BR>
  40. 6) Use the mouse to click on byte at location $CC (hex) in the
  41. window. This byte will be located in the row labeled CO and four
  42. bytes from the right of the window's hex area edge. In the sample
  43. window f igure this byte contains the value 00, the three bytes
  44. to its right contain 011517 (hex).<BR>
  45. <BR>
  46. 7) Change the bytes at locations $CC to $CF to be all zeros. Just
  47. type the zeros using the Macintosh keyboard.<BR>
  48. <BR>
  49. 8) <B>Verify very carefully that you have only changed the four
  50. bytes. </B>If you chop any other bytes by mistake quit FEdit and
  51. start over.<BR>
  52. <BR>
  53. 9) Select WRITE SECTOR in the EDIT menu. Answer in the affirmative
  54. to FEdit's question about writing the sector back to the disk.<BR>
  55. <BR>
  56. 10) Quit FEdit using the QUIT command in the FILE menu.</FONT></P>
  57.  
  58. <P><CENTER><A HREF="P10.HTM">Next</A></CENTER></P>
  59.  
  60. <P><CENTER><A HREF="P8.HTM">Back</A></CENTER></P>
  61.  
  62. <P><CENTER><A HREF="P1.HTM">Home</A></CENTER>
  63.  
  64. </BODY>
  65. </HTML>
  66.