home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / disks / tools / devblocks / devblocks.readme next >
Text File  |  1977-12-31  |  2KB  |  61 lines

  1. Short:    Read/Write images from/to any disk, V1.00
  2. Author:   Christian.Wasner@hamburg.netsurf,de
  3. Uploader: Christian.Wasner@hamburg.netsurf,de
  4. Type:     disk/misc
  5.  
  6. GetDevBlocks and PutDevBlocks read (GetDevblocks) resp.  write data
  7. from/to any trackdisk-compatible disk, e.g.  DFx, RAD, HD0 etc.  I
  8. coded these tools in 1993, but it seems I never uploaded them zo
  9. Aminet.  They were predecessors of PackDev, a very flexible disk
  10. device packer with XPK support.  Now as there is something like UAE
  11. (Unusable Amiga Emulator) there seems to be a use of at least
  12. GetDevBlocks, since UAE uses file disks for floppy disks.  The usage
  13. is as follows:
  14.  
  15. GetDevBlocks <Device> <StartCyl> <StartBlock> <StartHead> <NumBlocks>
  16.     <File> [LAB] [DUMP]
  17. PutDevBlocks <Device> <StartCyl> <StartBlock> <StartHead> <NumBlocks>
  18.     <File> [LAB] [DUMP] [FORMAT]
  19.  
  20.  
  21. LAB     Read/write label buffer data from/to <File>.lab
  22. DUMP    Treat <File> as a hex dump (like "type OPT H")
  23. FORMAT  Format tracks before writing to (label buffer handling
  24.         may fail for device-internal reasons)
  25. <File>="*" for GetDevBlocks: Send data to output stream (not to *)
  26.  
  27. To get a complete disk image (880k) for UAE, type
  28.  
  29.   GetDevblocks DF0 0 0 0 1760 foo
  30.  
  31. and the file "foo" will contain the disk image.
  32.  
  33. GetDevBlocks and PutDevBlocks are freely distributable, as long as no
  34. payment greater than $5 per floppy disk or $50 per CD is charged
  35. Modifying or removing any file of this archive (i.e.  GetDevBlocks,
  36. PutDevBlocks and DevBlocks.readme) is not allowed.   Use at own
  37. risk. Commercial
  38. programs (including shareware) using them in any way need a written
  39. permission from me.  A certain payment is expected, which will
  40. typically be a fully registered version of it.
  41. Have fun with them.
  42.  
  43. Compatibilty: Runs fine on my A4000/060 and ran fine on my old
  44.               A400/030
  45.  
  46. Christian Wasner
  47.  
  48. P.S.: Don't expect any future versions from these programs. And no, I
  49. will not give away the source code.
  50.  
  51.  
  52. ============================= Archive contents =============================
  53.  
  54. Original  Packed Ratio    Date     Time    Name
  55. -------- ------- ----- --------- --------  -------------
  56.     1962    1034 47.2% 26-Jul-96 21:57:34 +DevBlocks.readme
  57.    12772    7839 38.6% 22-Oct-93 21:59:12 +GetDevBlocks
  58.    13240    8111 38.7% 22-Oct-93 21:59:16 +PutDevBlocks
  59. -------- ------- ----- --------- --------
  60.    27974   16984 39.2% 27-Jul-96 10:26:30   3 files
  61.