home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 10: Diskmags / nf_archive_10.iso / MAGS / AT_WORLD / ATRIW2A.MSA / BOOTSIE.A59_BOOTSIE.ENG < prev    next >
Text File  |  1995-01-06  |  5KB  |  110 lines

  1. A short description of 'Bootsie' in English:
  2. --------------------------------------------
  3.  
  4. Bootsie writes some useful and often needed code to the bootsector of
  5. drive A:. It allows also to put your own bootcode into the bootsector
  6. or to clear the bootsector.
  7.  
  8. WARNING: Be careful not to overwrite existing executable bootsectors of
  9. original disks like games etc.!
  10.  
  11.  
  12. Boot-Delay - slidebar
  13.  
  14.      You can shorten the built-in boot-delay of the TOS 2.06/3.06
  15.      to the specific time (secondwise) your harddrive needs. If
  16.      you use an older TOS-version, a similar delay code to that
  17.      one of TOS 2.06/3.06 will be put into the bootsector.
  18.  
  19. Sound - radiobuttons
  20.  
  21.      You will hear the selected 'bing' in the bootphase. DOS-machines
  22.      do this, too.
  23.  
  24. Hardware - Init
  25.  
  26.      Cache:   Switches on the instruction-cache of MC68020/30- and the
  27.               data-cache of MC68030-processors. For Atari-TT's, PAK2/3
  28.               or other accelerator-boards.
  29.  
  30.      MSTE:    Switches on 16MHz an the cache of the Mega STE.
  31.  
  32.      Because the above is done very early in the bootphase also AUTO-prg's
  33.      and ACC's are executed faster, otherwise it would be done by the
  34.      desktop or the control-accessory much later, when these programs
  35.      are already executed.
  36.  
  37.      Blitter: Switches on the Blitter-chip, again some slight speed-up
  38.               in bootphase.
  39.  
  40.      No Bell: Suppresses the Control-G-bell, because a lot programmers
  41.               of AUTO-prg's can't resist to put a 'bing' into their
  42.               code. With many of such programs in the AUTO-folder it
  43.               isn't very informative anymore but stressy for the nerves.
  44.               Can be switched on again by the control-accessory.
  45.  
  46.      60 Hz:   Especially for european users, where 50 Hz is the standard
  47.               setting, but who like the more flicker free 60 Hz lowres-
  48.               color-modes.
  49.  
  50.      A: B:    Sets the step rates of both floppy-drives in ms. For users of
  51.               HD-modules or 40 track, DOS-compatible, 5.25"-drives.
  52.  
  53. Message
  54.  
  55.      This message will be shown when booting. To distinguish between
  56.      different boot-disks with different bootcode.
  57.  
  58. Extern
  59.  
  60.      With this option, you can put your own bootcode into the bootsector
  61.      of a disk. All other functions are disabled then, so you have to
  62.      include them in your code if you need them too.
  63.      This bootcode must be position-independent, programs must
  64.      not have data- or bss-sections. The code must be closed with an 'rts'-
  65.      statement and may not be longer than 480 Bytes.
  66.      See and try EXAMPLE.S(.BIN) for this.
  67.  
  68. Clear
  69.  
  70.      This button clears the boot-sector of drive A:. It's also good for
  71.      killing bootsector-viruses.
  72.  
  73. Please notice, that TOS-versions < 1.04 will execute the bootsector only
  74. after cold-boots, while later versions do it after warm-boots, too.
  75.  
  76.  
  77. I'm sorry, but there are some German texts in dialog boxes. If you try
  78. to install code which isn't useful for your machine ('Cache' on non 68020/30-
  79. computers, 'MSTE' on non-Mega STE's, 'Blitter' without having a Blitter) you
  80. are asked if you really want to do this, maybe for a friend's machine
  81. ("Ja"="Yes") or if you don't ("Nein"="No"). If you've pressed the OK-button
  82. in the main-dialog and none of these 'alerts' occured, you will be asked
  83. to put your bootdisk into drive A:. The bootcode will then be written
  84. after you've pressed the OK-button.
  85.  
  86. The Info-Box isn't in fact very informative. It shows my and the program's
  87. name, my email-address and the following copyright:
  88.  
  89. **                                                                       **
  90. This program may be copied and distributed free for non commercial purposes.
  91. **                                                                       **
  92.  
  93. Maybe the selection of the steprates won't work with non-German-TOSes
  94. <= 1.02, because this can only be done with undocumented variables. I
  95. don't know if these adresses differ in foreign TOSes.
  96. I used the following
  97.  
  98.          TOS-Version       Drive A:       Drive B:
  99.          -----------------------------------------
  100.             1.00            $A08           $A0C
  101.             1.02            $A4E           $A52       (Source: Profibuch)
  102.  
  103. Please tell me if there are differences to your TOS. I don't expect it
  104. at this low adresses.
  105.  
  106.  
  107. Please send any comments on this program to me via email:
  108.  
  109.                      sk@lumumba.shnet.org  (Stefan Krey)
  110.