home *** CD-ROM | disk | FTP | other *** search
- ;****************************************************************************
- ; G-Force 040 Install Script
- ; Version 3.4
- ; $VER: 3.4 (04 February 1993) © GVP
- ;
- ; Original by J.W. Lockhart ---- 21 February 1992
- ; Re-Write by Gary Nush -------- 06 July 1992
- ; Re-re-Write by Gary Nush -------- 18 July 1992
- ; Re-re-re-Write by Gary Nush -------- 04 February 1993
- ; Copyright 1992 by Great Valley Products, Inc.
- ;
- ; Written for use with Commodore's Installer V1.24
- ;****************************************************************************
-
- ;****************************************************************************
- ; Some useful variables
- ;****************************************************************************
- (set disklab "GVP.Install") ; Source disk for new files
- (set disklab2 (cat disklab ":")) ; Source disk, with colon
- (set os_ver
- (/ (getversion) $0000FFFF)) ; version of AmigaDOS...
-
- ;****************************************************************************
- ; Various parts of this install program require AmigaDOS 2.0.
- ; Then again, GForce requires 2.0. Prevent usage by those
- ; running obsolete versions of the operating system.
- ;****************************************************************************
- (if (< os_ver 36)
- (
- (abort "You need AmigaDOS V36 or later to complete the installation "
- "process. Furthermore, you need AmigaDOS V37 or later to run "
- "using the Motorola 68040. Please upgrade your system and "
- "try again.")
- ))
-
- ;****************************************************************************
- ; We need to find out where the usual SYS: partition is. Currently looks
- ; for WB_2.x:, System2.0:, or dh0:. Ask user if we can't figure out where
- ; s/he boots from, and/or for confirmation.
- ;****************************************************************************
- (set target (getassign "wb_2.x" 'd')) ; Device-only check.
- (if (= target "")
- (set target (getassign "System2.0" 'v'))) ; VolumeName-only check.
- (if (= target "")
- (set target (getassign "dh0" 'd'))) ; Device-only check.
- (if (= target "")
- (set target (getassign "System2.0"))) ; Logical assign check.
- (if (= target "")
- (set target (getassign "dh0"))) ; Logical assign check.
-
- ;****************************************************************************
- ; If we're at Wit's End:
- ;****************************************************************************
- (if (= target "")
- (set target @default-dest)) ; default destination
-
- ;****************************************************************************
- ; Now, make absolutely, positively sure that we go to the right place.
- ;****************************************************************************
- (set target (askdir (prompt "Which partition do you usually boot from?\n"
- "The required utilities should be installed there.")
- (help @askdir-help)
- (default target)))
-
- ;****************************************************************************
- ; Install new SetPatch command. Use CopyLib so that version numbers are checked.
- ;****************************************************************************
- (copylib (source (tackon disklab2 "c/SetPatch")) (dest (tackon target "c"))
- (infos) (confirm)
- (prompt "Shall I install the new SetPatch command?")
- (help "You need the very latest SetPatch in order for the '040 "
- "system to function properly and reliably. Please check "
- "the version numbers carefully, and use the newer version.\n\n"
- @copylib-help))
-
- ;****************************************************************************
- ; Install new CPU. Use CopyLib so that version numbers are checked.
- ;****************************************************************************
- (copylib (source (tackon disklab2 "c/cpu")) (dest (tackon target "c"))
- (infos) (confirm)
- (prompt "Shall I install the new CPU command?")
- (help "You need the very latest CPU command in order for the '040 "
- "system to function properly and reliably. Please check "
- "the version numbers carefully, and use the newer version.\n\n"
- @copylib-help))
-
- ;****************************************************************************
- ; Install 68040.library
- ;****************************************************************************
- (copylib (source (tackon disklab2 "libs/68040.library")) (dest (tackon target "libs"))
- (infos) (confirm)
- (prompt "Shall I install the 68040.library?")
- (help "This library is required by the system in "
- "order to function properly and reliably. Please check "
- "the version numbers carefully, and use the newer version.\n\n"
- @copylib-help))
-
- ;****************************************************************************
- ; Install sys:l/gvpporthandler
- ;****************************************************************************
- (copylib (source (tackon disklab2 "L/gvpporthandler"))
- (dest (tackon target "L"))
- (infos) (confirm)
- (prompt "The following MUST be installed in sys:L\n")
- (help "Gvpporthandler - the handler needed for proper\n"
- " operation of the on-board serial\n"
- " and parallel ports.\n "
- @copylib-help))
-
- ;****************************************************************************
- ; Install sys:devs/gvpscsi.amhd
- ;****************************************************************************
- (copylib (source (tackon disklab2 "devs/gvpscsi.amhd"))
- (dest (tackon target "Devs"))
- (infos) (confirm)
- (prompt "The following MUST be installed in sys:devs for AMAX-II\n")
- (help "Gvpscsi.amhd - the handler needed for proper\n"
- " operation of the SCSI interface\n"
- " for AMAX-II.\n"
- @copylib-help))
-
- ;****************************************************************************
- ; Install SetDevice command. Use CopyLib so that version numbers are checked.
- ;****************************************************************************
- (copylib (source (tackon disklab2 "GVP/IO/SetDevice")) (dest (tackon target "c"))
- (infos) (confirm)
- (prompt "Shall I install the SetDevice command?")
- (help "You need SetDevice in order to set the '040 parallel and "
- "serial ports as system defaults.\n\n"
- @copylib-help))
-
- ;****************************************************************************
- ; Install sys:gvp/68040/gvpcpuctrl
- ;****************************************************************************
- (copyfiles (source (tackon disklab2 "GVP/68040"))
- (dest (tackon target "Utilities"))
- (pattern "(GvpCpu)#?")
- (infos) (confirm)
- (prompt "The following MUST be installed in sys:utilities:\n")
- (help "GvpCpuCtrl - controls GForce040 CPU functions;\n"
- " very useful 040 utility. \n"
- @copyfiles-help))
-
- ;****************************************************************************
- ; Install sys:expansion/gvpio and sys:expansion/gvpscsi
- ;****************************************************************************
- (copyfiles (source (tackon disklab2 "Expansion"))
- (dest (tackon target "Expansion"))
- (pattern "(Gvpi|GvpS)#?")
- (infos) (confirm)
- (prompt "The following MUST be installed in sys:Expansion:\n")
- (help "GvpSCSI - the disk-based version of FastROM for use\n"
- " with Binddrivers.\n\n "
- "GvpIo - the device driver for the on-board serial\n"
- " and parallel ports.\n "
- @copyfiles-help))
-
- ;****************************************************************************
- ; Install sys:gvp/SCSI/gvpscsictrl, sys:gvp/SCSI/(Fast|Expert)Prep
- ;****************************************************************************
- (copyfiles (source (tackon disklab2 "GVP/SCSI"))
- (dest (tackon target "Utilities"))
- (pattern "(GvpSCSI|Fast|Expert)#?")
- (infos) (confirm)
- (prompt "The following should be installed in sys:utilities:\n")
- (help "GvpScsiCtrl - controls GForce040 SCSI functions;\n"
- " useful utility for altering SCSI \n"
- " parameters on-the-fly. \n"
- "FastPrep - Automated Hard Drive Prep-and- \n"
- " Format utility. \n"
- "ExpertPrep - Advanced Hard Drive Prep-and- \n"
- " Format utility. \n"
- @copyfiles-help))
-
- ;****************************************************************************
- ; Install sys:gvp/IO/GVPIOCtrl, sys:gvp/IO/GVPSerial
- ;****************************************************************************
- (copyfiles (source (tackon disklab2 "GVP/IO"))
- (dest (tackon target "Prefs"))
- (pattern "(GvpIO|GvpSer)#?")
- (infos) (confirm)
- (prompt "The following should be installed in sys:Prefs:\n")
- (help "GVPIOCtrl - controls default serial and\n"
- " parallel port preferences.\n"
- "GVPSerial - controls serial port default\n"
- " setting for items like baud rate,\n"
- " buffer size, etc.\n"
- @copyfiles-help))
-
- ;****************************************************************************
- ; Alter user-startup and add FastROM option.
- ;****************************************************************************
- (startup "68040_FastROM"
- (prompt "Would you like to turn on all performance "
- "enhancement options? If so, click on "
- "'Proceed'.")
- (help "This will automatically copy the Kickstart image "
- "and the Supervisor Stack Pointer into the 68040's "
- "extremely Fast RAM. It will be MUCH faster than "
- "reading from ROM and Chip RAM, and will increase "
- "system performance greatly.\n")
- (command "sys:utilities/GvpCPUCtrl FastROM MoveSSP"))
-
- ;****************************************************************************
- ; Alter user-startup and add SetDevice.
- ;****************************************************************************
- (startup "SetDevice"
- (prompt "Would you like the ability to redirect output "
- "to the default parallel or serial port to the "
- "A2000-040's parallel or serial port? If so, "
- "Click 'Proceed'.")
- (help "This will automatically check the settings "
- "created by the GvpIOCtrl program, and if "
- "indicated, it will redirect the standard parallel "
- "or serial port output to the ports on the A2000 "
- "GForce040 board. ")
- (command "run >nil: c:SetDevice"))
-
- ;****************************************************************************
- ; Modify Startup-sequence. Use plenty of safeguards.
- ;****************************************************************************
- (set mods_ok (askbool (prompt "Is it okay to modify your startup-sequence? "
- "The first line MUST set up the system for "
- "running under the 68040. ")
- (choices "Yes" "No")
- (default "Yes")
- (help "SetPatch MUST appear in the first line of "
- "the s:startup-sequence file.\n"
- "For additional security, a copy of your original\n"
- "startup-sequence will be made and will be stored as\n"
- "\"s:startup-sequence.backup\".")
- )
- )
-
- (if mods_ok
- (
- ; Make backup copy of s:startup-sequence safely...
- ; Do NOT check the return code---this may be an update, or
- ; s/he may already have a delete-protected backup copy.
- (run (cat
- "c:copy \""
- (tackon target "S/Startup-Sequence") "\" \""
- (tackon target "S/Startup-Sequence.Backup")
- "\" clone")
- (prompt "Making backup copy of "
- (tackon target "S/Startup-sequence") ".\n"
- "It will be called '"
- (tackon target "S/Startup-Sequence.Backup") "'.")
- )
-
- ; Protect recently made backup copy from re-installations.
- ; Works ONLY for Installer 1.9 or better
- (protect (cat (tackon target "s/Startup-Sequence.Backup") " -d"))
-
- ; Now patch the beginning of s:startup-sequence. This requires V36.
- ; fsrc = run "gforce_040:utilities/fixstartup" "target:s/startup-sequence"
- ; BTW, fs_rc stands for FixStartup_ReturnCode...
- (set fs_rc (run (cat "\""
- (tackon disklab2 "GVP/68040/FixStartup") "\" \""
- (tackon target "s/Startup-Sequence")
- "\" NOREPEAT"
- )))
- ; Check return code; this operation is vital to proper installation.
- (if (> fs_rc 5)
- (
- (message "WARNING: there was a problem patching your "
- "startup-sequence (" fs_rc "). Please add the following "
- "line at the beginning of your s:startup-sequence "
- " file:\n\n"
- "c:Setpatch >nil:\n")
- )
- )
-
- (onerror
- (message "Sorry, but either your startup-sequence is missing "
- "or is too heavily modified for the Installer program "
- "to understand and make the change.\n\n"
- "Modifying the startup-sequence is the last step in "
- "the GForce 040 installation; all of the other "
- "necessary files have been installed. After "
- "Installer exits, you must examine your "
- "startup-sequence file and use a text editor to make "
- "the following change:\n\n"
- "<click Proceed for the next screen>")
- (message
- "Make sure that the first line in the startup-sequence "
- "is:\n\n"
- " c:SetPatch >nil:\n\n")
- )
- )
- ; else
- (
- (message "You will have to make the following change by hand:\n\n"
- "The first line of your startup-sequence MUST read "
- "as follows:\n\n"
- " c:setpatch >nil:\n\n")
- )
- )
-
- ;****************************************************************************
- ; Binddrivers message
- ;****************************************************************************
- (message
- "One final NOTE:\n"
- "The default Startup-Sequence file that is supplied with "
- "Workbench 2.04 automatically calls the command Binddrivers "
- "as part of the startup procedure. If you have removed this "
- "command, please add it back in. The drivers for the serial "
- "and parallel ports on the A2000 GForce040 are loaded by this "
- "command.")
-
- ;****************************************************************************
- ; For automatic end-of-script message displaying the name of the place where
- ; the software was installed...
- ;****************************************************************************
- (set @default-dest target)
-