home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 402.lha / kickreboot / ReadMe < prev    next >
Text File  |  1990-07-27  |  1KB  |  36 lines

  1. This program adds the Item "KickReboot" to the Tools menu of the Workbench
  2. 2.0. It let´s you reboot the A3000 into a new KickStart without powering
  3. down the system. It works on all A3000 who loads the KickStart image from
  4. harddisk (I think all currently shipped machines). For rebooting from CLI
  5. simply use the command ´reboot´.
  6. The command may be modified and recompiled without having the new includes,
  7. cause I added pragma statements for the required new functions.
  8.  
  9. This program must be run AFTER loading Workbench. i.e. enter the following
  10. lines after loadwb in the Startup-Sequence:
  11. wait 3
  12. KickMenu
  13.  
  14. Compile information for Kickmenu:
  15.  lc -v -O KickReboot
  16.  asm -iinclude: KickBoot.a
  17.  blink lib:cback.o+KickReboot.o+KickBoot.o to KickMenu lib lib:lc.lib+
  18.        lib:amiga.lib
  19.  
  20. Linkage information for reboot:
  21.  blink KickBoot.o to reboot
  22.  
  23. This code is Public Domain. Do withit what YOU want.
  24.  
  25. I can be reached under the following address:
  26.  
  27.    Joachim Bremer
  28.    Dringsheide 33
  29.    2000 Hamburg 74
  30.    West Germany
  31.  
  32. E-Mail
  33.    BIX:      bremer
  34.    MacNet:   prismaqt  attn: Joachim Bremer
  35.  
  36.