home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 608b.lha / TestOS_v2.0 / Doc / TestOS.doc.pp / TestOS.doc
Encoding:
Text File  |  1992-02-11  |  3.3 KB  |  115 lines

  1. TABLE OF CONTENTS
  2.  
  3. TestOS/ARGUMENTS_TOOLTYPES
  4. TestOS/BUGREPORT
  5. TestOS/DESCRIPTION
  6. TestOS/DISCLAIMER
  7. TestOS/EXAMPLES
  8. TestOS/HISTORY
  9. TestOS/INSTALLATION
  10. TestOS/ARGUMENTS_TOOLTYPES                         TestOS/ARGUMENTS_TOOLTYPES
  11.  
  12.  LOADFILE=LF    The file to start, when you're clicking the '2.x' gadget
  13.         under OS1.x. It's mostly 'ZKick' or 'KickIt'.
  14.  
  15.  KICKFILE=KF    The kickfile itself.
  16.  
  17.  1xDRIVE=1D    The kickstart 1.x partition.
  18.  
  19.  RESET        When this one is given, the other ones will be ignored.
  20.         It's coming up another requester, inwhich you can chose
  21.         the reset you wan't to do.
  22.         'Cold' is for a real cold reset: It clear cool-/coldcapture
  23.         and else, and resets your amiga.
  24.  
  25. TestOS/BUGREPORT                                             TestOS/BUGREPORT
  26.  
  27.  If you find bugs or have just some good new ideas/improves, then contact
  28.  me please per mail or internet.
  29.  
  30.  INTERNET: bobak@amiga.physik.unizh.ch
  31.  
  32.  E-MAIL:   Bobak Andreas
  33.            Appenzellerstr. 73
  34.            CH-8049 Zürich
  35.  
  36.  PHONE:    ++41/(0)1-341-93-50
  37.  
  38. TestOS/DESCRIPTION                                         TestOS/DESCRIPTION
  39.  
  40.  This is a little tool for all those, where haven't got an OS2.04 ROM.
  41.  It tests for OS2.x and OS1.x and starts the one or the other.
  42.  
  43. TestOS/DISCLAIMER                                           TestOS/DISCLAIMER
  44.  
  45.  (C) Copyright 1991 by Andreas Bobak, Zurich/Switzerland
  46.  This software may be freely distributed as long as no changes are made.
  47.  Use at your own risk. No representations or warranties are made
  48.  with respect to the accuracy, reliability, performance, currentness,
  49.  or operation of this software.
  50.  
  51. TestOS/EXAMPLES                                               TestOS/EXAMPLES
  52.  
  53.  TestOS LOADFILE ZKick KICKFILE DH1:kick.175.20 1xDRIVE DH2:
  54.  
  55.     The executing command under 1.x are:
  56.         Requester: You can chose between:
  57.         '1.x': MoveSYS DH2:
  58.                Execute S:Startup-Sequence
  59.         and
  60.         '2.x': ZKick DH1:kick.175.20
  61.                --> Reset
  62.  
  63.     The executing command under 2.x are:
  64.         By pressing left mousebutton:
  65.         Requester: You can chose between:
  66.           '1.x': --> Cold Reset
  67.             and
  68.           '2.x': Going on with the Startup-Sequence
  69.         By doing nothing:
  70.         Executing the 2.x Startup-Sequence
  71.  
  72.  
  73.  TestOS LF=ZKick KF=DH1:kick.175.20 1D=DH2:
  74.  
  75.     The same like above.
  76.  
  77.  
  78.  TestOS RESET
  79.  
  80.     Requester: You can chose between:
  81.         'Cold': It's giving a cold reset. The Cold-/Cool- and the
  82.             Warmcaptures will be cleared and then is it giving
  83.                a reset.
  84.         'Warm': It's only giving a normal reset, like Ctrl-A-A.
  85.  
  86. TestOS/HISTORY                                                 TestOS/HISTORY
  87.  
  88.   21-Nov-91     V0.1    ABO    Start project
  89.   12-Dec-91     V0.2    ABO    -mmu removed... 'cause 68'000
  90.   25-Dec-91     V1.0    ABO    Arguments implemented
  91.   26-Dec-91     V1.1    ABO    Little bug with copying removed
  92.   12-Jan-92     V2.0    ABO    Inserting the 'RESET'-Argument
  93.  
  94. TestOS/INSTALLATION                                       TestOS/INSTALLATION
  95.  
  96.  Copy 'TestOS' and 'MoveSYS' to your default SYS:
  97.  WARNING: You MUST have your OS2.x partition on the default SYS: !!
  98.  
  99.  'TestOS' is , if you press the '2.x' gagdet under OS1.x, giving as
  100.  returncode a RETURN_WARN (error 5). So it's very easy to install the
  101.  command.
  102.  
  103.  Example for a Startup-Sequence:
  104.  
  105.     TestOS LF=ZKick KF=DH1:kick.20 1D=DH2:
  106.     if not warn
  107.        skip END
  108.     endif
  109.  
  110.     ... Normal 2.x Startup-Sequence
  111.  
  112.     lab END
  113.     EndCLI >NIL:
  114.  
  115.