home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / diskutil / cpboot / readme < prev   
Encoding:
Text File  |  1988-10-16  |  2.0 KB  |  60 lines

  1. readme    881015
  2.  
  3.  
  4. CPBOOT.TOS
  5. ==========
  6.  
  7. objective
  8. ---------
  9. This program is designed to copy an executable boot sector from a disk of
  10. one type of format to that of an other. 
  11.  
  12. why
  13. ---
  14. The reason for this is that I wanted to make copies of TOS 1.4 Developer's
  15. Release and place them on double sided disks. Well TOS 1.4 comes on a single 
  16. sided disk and Atari did not provided a program to modify a boot sector with
  17. the TOS loader. The only possible way to make copies was with GEM's disk to 
  18. disk copy, which ment that I could only make single sided copies. I then tried
  19. using MEMFIL14.ACC to read the boot sector from the TOS disk to that of a 
  20. double sided disk. ** Smooth move Ex-lax **!!  I had forgotten that certain 
  21. bits of info like number of tracks and sides, and the serial number, would be 
  22. different on the two disks. So I ended up trashing a disk and all the info on 
  23. it.
  24.  
  25. what
  26. ----
  27. Basically all CPBOOT does is to read both the source and target boot sectors
  28. from respective disks, copies from the source the branch code, filler, and
  29. the boot sector code to the target sector. Then a call to Protobt() is made
  30. in order to adjust the checksum for an executable boot sector, which is then 
  31. written back to the target disk. See CPBOOT.C.
  32.  
  33. how
  34. ---
  35. Just execute the program CPBOOT.TOS and follow the prompts. All work is done
  36. on A drive so disk swapping will be necessary.
  37.  
  38. Disclaimer
  39. ----------
  40. I do not take responsibilty for damage caused by careless use of this program.
  41. Make sure that you follow the prompts, write tabs are up on disks you want to
  42. protect and that you have backups of everything. This program was a one day
  43. quick utility. You can modify the source for more checks like: does the target
  44. already have a boot sector, have the disks actually been swapped, prompts
  45. to select A: or B:, etc.
  46.  
  47. Environment
  48. -----------
  49. Mega ST2 with colour screen.
  50. BDT's GEMCSH & MAKE
  51. Old Acylon C
  52. ALN 88/08/12 Linker
  53. MADMAC v1.00
  54. ACHAPP.S and ACHSLIB.S (Anthony's assembler library v1.02)
  55.  
  56.  
  57. Hope this utility comes in handy.
  58.  
  59. - Ant
  60.