home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / GXY-SYB.LHA / sybil / readme.txt < prev    next >
Encoding:
Text File  |  1996-03-09  |  5.8 KB  |  117 lines

  1. *****************************************************************
  2. *                                                               *
  3. *                                                               *
  4. *            A T T E N T I O N   --  A T T E N T I O N          *
  5. *                                                               *
  6. *                                                               *
  7. *****************************************************************
  8.  
  9. First of all we at Utilities Unlimited wish to apologize for 
  10. the delay in the release of SYBIL.  Many reasons were involved
  11. for the delay, the main reason being software.
  12.  
  13.  
  14. Please take the time to fill out your warranty card.  This is the
  15. ONLY way we know you have purchased SYBIL.  We sell SYBIL to 
  16. distributors and dealers throughout the world and we have no way
  17. of telling who buys from them except via the warranty cards.
  18.  
  19.  
  20. INSTALLATION INSTRUCTIONS:
  21.  
  22. The SYBIL hardware consist of TWO units.  The unit with the SWITCH
  23. connects to the PARALLEL port.  The unit with the POT connects to 
  24. the VIDEO port.  When you are not using the unit, it is recommended
  25. that the SWITCH be placed to the LEFT position, which disables the
  26. SYBIL hardware (A1000 users-the SWITCH will be to the RIGHT, as your
  27. unit installs backwards due to the parallel port being backwards on
  28. your computer).  It *is* possible to plug the unit with the POT into
  29. the parallel port....DON'T TRY IT...kiss your 8520 chips goodbye if
  30. you do.
  31.  
  32. You may leave the SYBIL hardware installed at all times, however, if
  33. you intend to use your printer, the switch must be in the "disable"
  34. position.  Also, while using ANY SYBIL YOU MUST have your printer
  35. either turned on or unplugged from the parallel port SYBIL unit...if
  36. you do not, SYBIL will NOT work!
  37.  
  38.  
  39. A word about MAC:
  40.  
  41. Well, it finally happened!  I pulled ALL of my hair out and got the
  42. SYBIL to use MAC disks.  When I initially designed this product I
  43. looked at a few MAC disks with the SYBIL hardware installed and was
  44. able to determine that yes, we could read and write MAC format with
  45. this hardware.  Hah!  Yes, the hardware would do it's job just fine,
  46. and if MAC had a somewhat normal disk structure it would be as easy as
  47. making a DOS copier for the Amiga.  Let me explain a little about MAC
  48. format and why it is so difficult to use it on standard (non-drive
  49. speed adjustable) disk drives:
  50.  
  51. The MAC 800K disk drive changes it's speed 5 times depending where the
  52. heads are (upper and lower heads are always on the same track).  The
  53. drive speed change from 390 to 594 RPMs.  The Amiga disk drives run at
  54. 300 RPMs.  So, as you can see, this is a dramatic difference from what
  55. our (us Amigian's) equipment is normally capable of.  There are only
  56. two ways to make a disk drive read and write MAC format.  1) Change the
  57. speed of the drive motor (RPMs) or 2) Change the data rate at which a
  58. disk's data is manipulated.  MAC disks are written with GCR (Group Code
  59. Recording).  GCR normally has a 4us bit window, but since the MAC's
  60. drive motor varies in speed, this also varies - from about 2.2us to
  61. 4.3us.  The PAULA chip in the Amiga can read and write 2us or 4us GCR,
  62. but 2us is not really possible with the Amiga drives because they do
  63. not spin fast enough and adjacent bits get wiped out.  Paula does,
  64. however, have the ability to read a wide range.  In fact, Paula is able
  65. to read the last 32 tracks of a MAC disk, and can actually write the
  66. last 16.  
  67.  
  68. A MAC disk is broken down into 5 "speed zones".  These zones change
  69. every 16 tracks.  So, tracks 0-15 are all zone 1, 16-31 are all zone 2,
  70. 32-47 are all zone 3, 48-63 are all zone 4, and 64-79 are all zone 5.
  71. The SYBIL hardware can read and write MAC format by slowing down PAULA
  72. so that the 2us bit window can be adjusted over the necessary range. 
  73. This sounds rather complex, which it may be, but the principle is sound
  74. and reliable.
  75.  
  76. MAC disk format is very odd.  Each sector is laid out in the following
  77. fashion:  SYNC (FF's), Address Marker, SYNC (FF's), Data Marker, Sector
  78. Tag, Data Block, Data Checksum, and EOS marker (End of Sector).  This
  79. repeats for as many sectors that are found on the track.  Speaking of
  80. which, as the heads get closer to the center of the disk, the number
  81. of sectors per track get fewer.  On speed zone 1, you will find 12
  82. sectors per track.  Every speed zone, the number of sectors per track
  83. drops by 1.  So, on the last speed zone, there is 8 sectors. (12, 11,
  84. 10, 9, & 8)  Each sector is read/written one at a time.  Which means
  85. that unlike the AmigaDos system (where whole tracks are read and
  86. written in one revolution) many reads are required to get an entire
  87. track's data.  This has no advantage to my knowledge.  It would be by
  88. far faster to pull in an entire track and cache the sectors when needed
  89. (which is something that I have been working on with the AMAX patch). 
  90. Basically to write new sector data, the header is found by reading all
  91. of the headers on the track until the correct one is found (or times
  92. out with an error condition) and then a small delay, then the data
  93. block is written.  This process causes many "write splices".  That is
  94. where the data gets shifted by a few bits making it nearly impossible
  95. to read by dumping the whole track out and looking at it.
  96.  
  97. So, we (people who monkey around with MAC disks) are forced to read a
  98. sector at a time and "piece" together a track.  That is why you will
  99. notice that the POWER LED "blinks" to the beat of each sector when a
  100. MAC disk is READ.  :-)
  101.  
  102. The patch to allow the actual READING/WRITING while using AMAX has been
  103. changed again and will probably not be on this update disk.  It will
  104. however be available thru our support BBS (503) 256-1217 when
  105. completely finished.  In the mean time, you can use the MAC2AMAX disk
  106. converter to convert a MAC formatted disk into AMAX format.
  107.  
  108.  
  109.  
  110. Again, thank you for your patience!
  111.  
  112. Sincerely,
  113.  
  114. Jim Drew, Vice-President
  115.           Utilities Unlimited of Oregon, Inc.
  116.           Author/Designer of SYBIL
  117.