home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / MoreHardware / QSv099.lha / QuickStart.Doc next >
Encoding:
Text File  |  1996-01-03  |  4.1 KB  |  108 lines

  1.  
  2.  
  3.                            QuickStart v0.99
  4.  
  5.                 Copyright (C) 1993 G. Hazianastasíou
  6.                          All Rights Reserved.
  7.  
  8.             Copies the KickStart ROM in an Amiga to disk.
  9.  
  10.                   Written in 100% Assembly language
  11.                     Highest speed, smallest code!
  12.  
  13.  
  14.  
  15.    You may copy and spread this program as you like, but you must
  16.    follow a few restrictions. You are NOT allowed to sell it, or
  17.    in any other way make money on it (PD libraries are allowed to
  18.    include it on their disks, providing that they don't take any
  19.    money for it, but ONLY for the cost of the disks). This doc 
  20.    file must always be included, and the files must be in their
  21.    original shape (not altered/edited in any way). The author of
  22.    QuickStart will NOT be held responsible for any damages on your
  23.    equipment, on your disks, or any injuries caused by the above
  24.    mentioned program.
  25.  
  26.  
  27.  
  28.    If you find this program useful, feel free to send donations (computer
  29.    equipment, money, cars, disks, pizza etc.) to the adress at the end of
  30.    this doc file. If you don't like the program, send complaints to >NIL:
  31.  
  32.  
  33.  
  34.    This program copies the ROM onto a data file on the disk. This means
  35.    that you finally can make a backup of your KickStart!  B-)
  36.    Well, you must note that the stuff in the ROM-chips are copyrighted
  37.    by Commodore-Amiga Inc, and if you spread it you do it on your own
  38.    risk. I will NOT be held responsible for any kind of illegal piracy.
  39.  
  40.  
  41.  
  42.    When the program starts (it will only start from Shell/CLI), it will
  43.    inform you of the KickStart version. Since the program uses the Exec
  44.    structure to determine which version you have, you must start it
  45.    with your ROM-Kick and not a disk based KickStart. Failing to do so
  46.    might (and propably will) result in a faulty KickStart-file being
  47.    saved. I think it is of no need to mention that this program is
  48.    useless on A1000 and other machines without any ROM... However, if
  49.    you have one of the supported ROM-versions (1.2, 1.3, 2.0, 3.0)
  50.    you will be informed of the size, and asked if you wish to save it
  51.    or not. (Yes, I KNOW that the program is busy-waiting, but since I'm
  52.    a lazy guy, I won't fix it in a while...) If you choose SAVE, the
  53.    file will be saved in your current dir. For example, if you have the
  54.    program in DF0: and you wish to save the KickStart in DF1:, you
  55.    should type:
  56.  
  57.    1> cd DF1:
  58.    1> DF0:QuickStart
  59.  
  60.    The KickStart should now be saved on DF1:. If QuickStart can't
  61.    recognize your KickStart version (see list below for full list),
  62.    it will presume it is a new version, and try to save it if you
  63.    wish. I won't guarantee that it works, though.
  64.  
  65.  
  66.  
  67.    Following versions are recognized by QuickStart:
  68.  
  69.    KickStart v1.1 (sucks!), early A1000...
  70.    KickStart v1.2 (ROM)
  71.    KickStart v1.3 (ROM)
  72.    KickStart v1.4 Beta (disk only)
  73.    KickStart v2.0 Beta (disk only)
  74.    KickStart v2.0 (ROM)
  75.    KickStart v2.1 (disk only)
  76.    KickStart v3.0 (ROM)
  77.  
  78.  
  79.  
  80.    Known bugs:
  81.    When QuickStart is saving a file which doesn't fit on the disk,
  82.    you'll get a 'Volume blabla is full' requester, and when you
  83.    cancel it, QuickStart won't show you any error message. This because
  84.    I have no idea how to make dos.library give me the information
  85.    that the disk is full (I had no access to any litterature at all
  86.    when I wrote it). However, if that happens the file will be saved,
  87.    but not all of it. Make sure you have a disk with enough free space,
  88.    and then try again...
  89.  
  90.    As I mentioned before, I didn't have any access to any litterature
  91.    or include files when I wrote it... So, there might be some other
  92.    bugs in it too. In future versions, I will (hopefully) add a
  93.    file-requester and intution menus. I will also (hopefully) add a
  94.    better routine to detect the KickStart version. Until then however,
  95.    this version of the program does what it is supposed to do, and I
  96.    hope you'll find it useful.
  97.  
  98.  
  99.    Here is my adress (bug reports, money and hard disks welcome!):
  100.  
  101.    G. Hazianastasíou
  102.    Vallv.1B
  103.    791 47 Falun
  104.    Sweden
  105.  
  106.    FidoNet:   2:205/324.7
  107.    E-mail: georg.hazianastasiou@mailbox.swipnet.se
  108.