home *** CD-ROM | disk | FTP | other *** search
- TABLE OF CONTENTS
-
- TestOS/ARGUMENTS_TOOLTYPES
- TestOS/BUGREPORT
- TestOS/DESCRIPTION
- TestOS/DISCLAIMER
- TestOS/EXAMPLES
- TestOS/HISTORY
- TestOS/INSTALLATION
- TestOS/ARGUMENTS_TOOLTYPES TestOS/ARGUMENTS_TOOLTYPES
-
- LOADFILE=LF The file to start, when you're clicking the '2.x' gadget
- under OS1.x. It's mostly 'ZKick' or 'KickIt'.
-
- KICKFILE=KF The kickfile itself.
-
- 1xDRIVE=1D The kickstart 1.x partition.
-
- RESET When this one is given, the other ones will be ignored.
- It's coming up another requester, inwhich you can chose
- the reset you wan't to do.
- 'Cold' is for a real cold reset: It clear cool-/coldcapture
- and else, and resets your amiga.
-
- TestOS/BUGREPORT TestOS/BUGREPORT
-
- If you find bugs or have just some good new ideas/improves, then contact
- me please per mail or internet.
-
- INTERNET: bobak@amiga.physik.unizh.ch
-
- E-MAIL: Bobak Andreas
- Appenzellerstr. 73
- CH-8049 Zürich
-
- PHONE: ++41/(0)1-341-93-50
-
- TestOS/DESCRIPTION TestOS/DESCRIPTION
-
- This is a little tool for all those, where haven't got an OS2.04 ROM.
- It tests for OS2.x and OS1.x and starts the one or the other.
-
- TestOS/DISCLAIMER TestOS/DISCLAIMER
-
- (C) Copyright 1991 by Andreas Bobak, Zurich/Switzerland
- This software may be freely distributed as long as no changes are made.
- Use at your own risk. No representations or warranties are made
- with respect to the accuracy, reliability, performance, currentness,
- or operation of this software.
-
- TestOS/EXAMPLES TestOS/EXAMPLES
-
- TestOS LOADFILE ZKick KICKFILE DH1:kick.175.20 1xDRIVE DH2:
-
- The executing command under 1.x are:
- Requester: You can chose between:
- '1.x': MoveSYS DH2:
- Execute S:Startup-Sequence
- and
- '2.x': ZKick DH1:kick.175.20
- --> Reset
-
- The executing command under 2.x are:
- By pressing left mousebutton:
- Requester: You can chose between:
- '1.x': --> Cold Reset
- and
- '2.x': Going on with the Startup-Sequence
- By doing nothing:
- Executing the 2.x Startup-Sequence
-
-
- TestOS LF=ZKick KF=DH1:kick.175.20 1D=DH2:
-
- The same like above.
-
-
- TestOS RESET
-
- Requester: You can chose between:
- 'Cold': It's giving a cold reset. The Cold-/Cool- and the
- Warmcaptures will be cleared and then is it giving
- a reset.
- 'Warm': It's only giving a normal reset, like Ctrl-A-A.
-
- TestOS/HISTORY TestOS/HISTORY
-
- 21-Nov-91 V0.1 ABO Start project
- 12-Dec-91 V0.2 ABO -mmu removed... 'cause 68'000
- 25-Dec-91 V1.0 ABO Arguments implemented
- 26-Dec-91 V1.1 ABO Little bug with copying removed
- 12-Jan-92 V2.0 ABO Inserting the 'RESET'-Argument
-
- TestOS/INSTALLATION TestOS/INSTALLATION
-
- Copy 'TestOS' and 'MoveSYS' to your default SYS:
- WARNING: You MUST have your OS2.x partition on the default SYS: !!
-
- 'TestOS' is , if you press the '2.x' gagdet under OS1.x, giving as
- returncode a RETURN_WARN (error 5). So it's very easy to install the
- command.
-
- Example for a Startup-Sequence:
-
- TestOS LF=ZKick KF=DH1:kick.20 1D=DH2:
- if not warn
- skip END
- endif
-
- ... Normal 2.x Startup-Sequence
-
- lab END
- EndCLI >NIL:
-
-