home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1997 March / PCOnline_03_1997.iso / filesbbs / os2 / bootos2.arj / BOOTOS2.DOC next >
Text File  |  1997-01-16  |  31KB  |  721 lines

  1.                       OS/2 V2 BOOT System Create Utility
  2.                       (C)  Copyright IBM Corp. 1992,1996
  3.  
  4. The BOOTOS2 program is a utility that allows you to build a BOOTable OS/2 V2,
  5. V3 or V4 system using an existing OS/2 V2 or V3 system.  The BOOT system can be
  6. installed on either Floppy Disks or a Hard Disk Partition.
  7.  
  8. There are three types of BOOT systems you can install:
  9.  
  10.   Minimal : This is a basic OS/2 system that supports one or more OS/2
  11.             Full Screen sessions.  All 16 and 32-bit OS/2 Full Screen
  12.             applications are supported.  When installed on a hard disk drive,
  13.             you can use the VDM option to add support for full screen VDM
  14.             sessions.  The ability to switch between different Screen Sessions
  15.             is supported by the supplied Protect Shell program, BOS2SHL.  You
  16.             can switch between Screen Sessions, both OS/2 and VDM, using the
  17.             Alt-Esc key sequence.
  18.  
  19.             A Minimal BOOT system can installed on a single 3.5" 1.44M Floppy
  20.             Disk or to a small (2-3M) hard disk partition.  Installation to a
  21.             single 2.88M floppy disk is also supported.  Because of space
  22.             constraints, it is highly recommended that unless you are
  23.             installing to a 2.88M disk or to a hard disk partition, you use
  24.             the 2DISK option to create a 2-Disk BOOT System.  If your A: drive
  25.             is 5.25" 1.2M, the 2DISK option will be assumed.
  26.  
  27.        PM : This is an OS/2 system that supports one or more OS/2 Full
  28.             Screen or PM sessions.  If the VDM option is specified, support for
  29.             both Windowed (i.e. Seemless) and Full Screen VDM sessions is
  30.             added.  The ability to switch between different Screen Sessions is
  31.             supported by the supplied Protect Shell program, PMSHELL. You can
  32.             switch between Screen Sessions, both OS/2 and VDM, using the
  33.             Alt-Esc key sequence.
  34.  
  35.             A PM BOOT System requires about 9M of hard disk space.  This does
  36.             not include the disk space needed for the SWAP file.
  37.  
  38.       WPS : This is an OS/2 system that supports one or more OS/2 Full
  39.             Screen or PM sessions.  If the VDM option is specified, support for
  40.             both Windowed (i.e. Seemless) and Full Screen VDM sessions is
  41.             added.  The ability to switch between different Screen Sessions is
  42.             supported by the supplied Protect Shell program, PMSHELL. You can
  43.             switch between Screen Sessions, both OS/2 and VDM, using the
  44.             Alt-Esc key sequence.  The difference between this and a PM BOOT
  45.             System is the availability of the OS/2 WPS.  Certain default System
  46.             Program and Folder objects are included.
  47.  
  48.             A WPS BOOT System requires about 9M of hard disk space.  This does
  49.             not include the disk space needed for the SWAP file.
  50.  
  51.     Syntax:  BOOTOS2   <SOURCE=drive:\path\>
  52.                        <TARGET=drive>
  53.                        <TYPE=PM|WPS>
  54.                        <NLS(Country,KBD,CodePage)>
  55.                        <2DISK[=drive]>
  56.                        <ABIOS>
  57.                        <REXX>
  58.                        <SWAP=drive:\path\>
  59.                        <TRACE[=drive:\path\file]>
  60.                        <HELP>
  61.                        <SYSED>
  62.                        <VDM>
  63.                        <VGA>
  64.                        <FILE=[drive:\path\file]>
  65.                        <FORMAT[:FAT]>
  66.                        <FORMAT:HPFS>
  67.                        <FORMAT:NONE>
  68.                        <QUIET>
  69.                        <GA200|SP200|GA210|SP211|MR211|GA300|GA400>
  70.  
  71.              SOURCE=  Depending on what type of install you ask BOOTOS2 to
  72.                       perform, certain files might be required from the
  73.                       install disks you used to create your active OS/2
  74.                       system.  One file that is always required is SYSINSTX
  75.                       which is used to create the OS/2 BOOT record, OS2BOOT.
  76.                       The file SYSINSTX.COM is (so far) always found on the
  77.                       first Install disk.  If you are creating a BOOT Disk,
  78.                       then the files KEYBOARD.DCP, VTBL850.DCP, and the
  79.                       CONFIG.SYS file from the install disk are also required.
  80.                       These files (so far) are always found on the second
  81.                       install disk.
  82.  
  83.                       Normally BOOTOS2 will prompt you for the Install disks
  84.                       it needs.  However, if you installed OS/2 over a LAN
  85.                       or equivalent redirected source, you can use the SOURCE
  86.                       option to point to these redirected sources.  The value
  87.                       of SOURCE is usually a standard CID directory structure,
  88.                       as defined in "GG24-3780 : OS/2 V2.0 and V2.1 Remote
  89.                       Installation and Maintenance".
  90.  
  91.                       Alternatively, SOURCE can point to a single directory
  92.                       where all the required files are located.  This is the
  93.                       usual format OS/2 CSD remote installs where all the
  94.                       install disks are copied to a single directory.  You
  95.                       could alternatively create a single directory that
  96.                       contains only those files needed by BOOTOS2 and use the
  97.                       SOURCe option so users won't have to worry about install
  98.                       disks.
  99.  
  100.              TARGET=  By default, BOOTOS2 will install the BOOT system on a
  101.                       floppy disk in your A: drive.  You can use the TARGET=
  102.                       argument to specify an alternate Drive to install the
  103.                       BOOT system on.  This alternate drive can be another
  104.                       floppy or a Hard Disk Drive.  Any medium capable of
  105.                       being booted from can be a target.
  106.  
  107.                       Values for target are a single drive letter: A .. Z
  108.  
  109.              TYPE=PM  BOOTOS2 will install a BOOT System that will support
  110.                       PM Applications.  The BOOT System will be accessed as
  111.                       a single OS/2 Windowed Command Prompt.
  112.  
  113.             TYPE=WPS  BOOTOS2 will install a BOOT system that will support
  114.                       PM Applications.  The BOOT System will be accessed
  115.                       using the OS/2 WorkPlace Shell (WPS).
  116.  
  117.                  NLS  By Default, BOOTOS2 will get information regarding the
  118.                       NLS environment from the following CONFIG.SYS statements:
  119.  
  120.                       DEVINFO=KBD,xx,KEYBOARD.DCP     : Default xx  = US
  121.                       COUNTRY=xxx,COUNTRY.SYS         : Default xxx = 001
  122.                       CodePage=xxx                    : Default xxx = 850
  123.  
  124.                       If your environment requires different values for the
  125.                       above statements, you specify them via the NLS argument.
  126.                       Please note that you must specify all three values.
  127.  
  128.                       NOTE: The statement is only valid for a TYPE=PM or
  129.                             TYPE=WPS install.  For a minimal install (the
  130.                             default) the 'stripped' versions of the NLS
  131.                             modules, KEYBOARD.DCP and VTBL850.DCP, are
  132.                             used which do not support alternate values.
  133.  
  134.                2DISK  If creating a BOOT system where the target is a floppy
  135.                       disk drive, the 2DISK option allows you to spread the
  136.                       BOOT system across two disks, increasing the amount of
  137.                       space available for both required and optional files.
  138.  
  139.                       By default, if your system has a B: drive, BOOTOS2 will
  140.                       use that as the second drive.  If you don't have a B:
  141.                       drive then BOOTOS2 will use A: for both disks (in which
  142.                       case you'll have to swap disks during OS/2 IPL).
  143.  
  144.                       Alternatively, you can specify an alternative target
  145.                       drive for the second drive.  This is useful when you
  146.                       want to use a floppy drive other than B (for whatever
  147.                       reason).
  148.  
  149.                       Also, if you have a B: drive, but still want to create a
  150.                       2-Disk BOOT system using only the A: drive, you can
  151.                       specify 2DISK=A to override the default of using B.
  152.  
  153.                 REXX  If room allows, support for REXX will be installed.
  154.  
  155.                 HELP  BOOTOS2 will try and add basic OS/2 Help support.
  156.                       (PM and WPS only)
  157.  
  158.                  VDM  Support for Virtual Dos Machines (VDMs) will added.
  159.  
  160.                       *NOTE* This option can not be used when the target
  161.                              drive is a floppy disk on OS/2 systems prior
  162.                              to OS/2 WARP V3
  163.  
  164.                       *NOTE* When VDM support is installed on a Minimal
  165.                              system (Text Only), to start a new VDM session
  166.                              press the Ctrl-D key combination.  This will
  167.                              invoke a new VDM session.
  168.  
  169.                  VGA  Normally for a PM or WPS type install the video support
  170.                       on the Target drive will be the same as the active OS/2
  171.                       system from which BOOTOS2 is run.  The VGA option can
  172.                       be used to override this and force BOOTOS2 to install
  173.                       basic VGA mode video support; this is useful if your
  174.                       active OS/2 system has installed a Video adapter that
  175.                       BOOTOS2 does not yet support.
  176.                       (PM and WPS only)
  177.  
  178.                       NOTE: If the BOOTOS2 install completes sucessfully,
  179.                              but when you IPL the Target system you get a
  180.                              "C000005" error in PMMERGE, the most likely
  181.                              cause of this is incorrect video support.
  182.  
  183.                SYSED  Add support for the OS/2 System Editor (E.EXE)
  184.                       (PM and WPS only)
  185.  
  186.                SWAP=  For a TYPE=PM or TYPE=WPS install, the default value for
  187.                       the SWAPPATH is the ROOT directory of the target BOOT
  188.                       system.  You can use this option to place the Swap File in
  189.                       a different directory.
  190.  
  191.                FILE=  This option can be used to specify alternate files to be
  192.                       installed by BOOTOS2.  The value of the option is the
  193.                       "FULLY QUALIFIED" file name of a Text file; BOOTOS2 will
  194.                       examine each line in the file as follows:
  195.  
  196.                       - If the line is blank it will be ignored
  197.  
  198.                       - If the line starts with a '*', it will be considered
  199.                         a comment line and will be ignored
  200.  
  201.                       - If the line starts with a '=', all text past the '='
  202.                         will be considered the fully qualified file name of
  203.                         a file BOOTOS2 will copy to the \OS2 directory of the
  204.                         target drive.
  205.  
  206.                       - All other lines will copied unchanged to the CONFG.SYS
  207.                         file on the Target drive.
  208.  
  209.                       NOTE: for now, you *must* include the full path name with
  210.                             the file name.
  211.  
  212.                TRACE  Use this option to create a Trace of the Install Process.
  213.                       A file called BOOTOS2.LOG will be created that will
  214.                       contain a complete record of the requested BOOT System
  215.                       Install process.  By default the LOG file will be created
  216.                       on the same physical directory the BOOTOS2.EXE program
  217.                       resides on.  You can optionally specify an alternate path
  218.                       for the LOG file; e.g. TRACE=drive:\path
  219.  
  220.               FORMAT  You can use this option to have BOOTOS2 force a certain
  221.                       type of Format (i.e. FAT, HPFS, or NONE) to the target
  222.                       drive.  This is usefull for automated processes.
  223.  
  224.                QUIET  This will run BOOTOS2 such that no output is produced.
  225.                       This is useful for automated processes.  You can
  226.                       use the TRACE option to maintain a record of the install.
  227.                       Please note that because BOOTOS2 can't prompt the user
  228.                       to ask about formating the target drive, if you don't
  229.                       explicitly specify the FORMAT option, FORMAT:FAT will
  230.                       be assumed.
  231.  
  232.                The following 5 options can be used to force BOOTOS2 to assume
  233.                that the specified OS/2 v2.x version is the 'active' level.
  234.                Usually BOOTOS2 will determine this automatically by examining
  235.                the SYSLEVEL.OS2 file, so you shouldn't need to use these
  236.                options under normal circumstances.  However, there are times
  237.                when the SYSLEVEL.OS2 file can become corrupted, making it
  238.                impossible for BOOTOS2 to determine the active system level.
  239.                You can use these options to get around this problem.
  240.  
  241.                Option OS/2 Level Assumed
  242.                ------ ------------------
  243.                GA200  OS/2 2.00 GA
  244.                SP200  OS/2 2.00 SP
  245.                GA210  OS/2 2.10 GA
  246.                SP211  OS/2 2.11 CSD SP
  247.                MR211  OS/2 2.11 Manufacturers Refresh
  248.                GA300  OS/2 WARP V3.0
  249.                GA400  OS/2 WARP V4.0
  250.  
  251.                NOTE: OS/2 WARP v3.0 will present itself as OS/2 v2.30.
  252.                      OS/2 WARP v4.0 will present itself as OS/2 v2.40.
  253.  
  254. You must run BOOTOS2 from an existing OS/2 V2, V3 or V4 system. The BOOTOS2 program
  255. will analyze your system and create a BOOT system that is specific for it.  For
  256. example it will determine if your system supports features such as HPFS or SCSI
  257. and add the appropriate support for it.  Because of this, a BOOT disk created
  258. for a specific workstation will not necessarily work correctly on a different
  259. workstation.
  260.  
  261. If you install the BOOT system on a Hard Disk Drive, you'll probably want to
  262. also install the OS/2 BOOT Manager and add the BOOT system to it.
  263.  
  264. Please note that the BOOT system installed with this release of BOOTOS2 does
  265. not support Windows.  A future release of the program might do so
  266. if enough users want it (and I figure out how).
  267.  
  268. The file BOOT2X.ZIP contains the following files:
  269.  
  270.   BOOTOS2.EXE       * The OS/2 BOOT System Create Utilty for OS/2 V2.0
  271.   BOOTOS2.ABS       * Short Abstract descriping the Function of BOOTOS2
  272.   BOOTOS2.DOC       * Documentation for BOOTOS2
  273.   BOS2U200.INI      * User   INI file needed for OS/2 2.0
  274.   BOS2S200.INI      * System INI file needed for OS/2 2.0
  275.   BOS2U210.INI      * User   INI file needed for OS/2 2.0+SP and OS/2 2.1
  276.   BOS2S210.INI      * System INI file needed for OS/2 2.0+SP and OS/2 2.1
  277.   BOS2U300.INI      * User   INI file needed for OS/2 WARP V3
  278.   BOS2S300.INI      * System INI file needed for OS/2 WARP V3
  279.   BOS2U400.INI      * User   INI file needed for OS/2 WARP V4
  280.   BOS2S400.INI      * System INI file needed for OS/2 WARP V4
  281.   BOS2REXX.EXE      * Stub Module for REXX Support
  282.   BOS2SHL.EXE       * Protect Shell program for use instead of SYSINST1
  283.   BOS2DD.SYS        * Device Driver used when 2DISK=A specified
  284.   LICENSE.TXT       * IBM License Agreement
  285.  
  286. Author:
  287.  
  288. Kenneth A. Kahn,  P/390 Software Development,
  289.                   IBM Corp.
  290.                   Poughkeepsie N.Y.
  291.  
  292. CompuServe - 71333,2526
  293. Internet   - KENKAHN@VNET.IBM.COM
  294. IBM Mail   - USIB25P9 at IBMMAIL
  295.  
  296. History:
  297.  
  298. 08/92 : (v1.00)
  299.  
  300. - Initial release
  301.  
  302. 03/93 : (V2.00)
  303.  
  304. - Fixed a problem where BOOTOS2 was not recognizing a Floppy Disk Drive as a
  305.   Removable medium if no Disk was in it when the program first started.  This
  306.   would cause BOOTOS2 to install the wrong BOOT System, resulting in various
  307.   errors.
  308.  
  309. - Fixed problem with FORMAT by making it run Synchronously so if it Fails, an
  310.   error code will be returned.
  311.  
  312. - Added support for NLS Statement
  313.  
  314. - When COPYing file, added more meaningful error messages
  315.  
  316. - Fixed problem running BOOTOS2 from a ROOT Directory
  317.  
  318. - The temporary directory where files from the install disks are copied is
  319.   changed from the directory where BOOTOS2.EXE is executed from to a new
  320.   subdirectory based off of it named BOS2TEMP  This will prevent BOOTOS2 from
  321.   overwriting and deleting system files when it is located on the \OS2
  322.   directory of the BOOT Drive.
  323.  
  324. - The INI files can now be located on your DPATH
  325.  
  326. - If the Target Drive is already formatted and contains data, the option to
  327.   run the Install without formating is given.
  328.  
  329. - Added special support for the Image Adapter/A
  330.  
  331. - All DLLs will be located via LIBPATH instead of looking automatically for it
  332.   in \OS2\DLL
  333.  
  334. - Changed TARGET= to allow for X or X:
  335.  
  336. - For a minimal install, a check will be made to see if there is enough room
  337.   left on the target drive to copy over extra files like CHKDSK, UHPFS and
  338.   OSO001.MSG
  339.  
  340. - Fixed problem where HPFS support was not added if the Target drive was
  341.   formatted for HPFS but the active system did not have HPFS support.
  342.  
  343. - Added support for 2-Disk BOOT System via 2DISK argument
  344.  
  345. - Added NLS support for FORMAT by querying system for the response character
  346.   to use: US default is 'Y'
  347.  
  348. - Added support for a BOOT system when active system is OS/2 2.0 with Service
  349.   Pack or OS/2 2.1
  350.  
  351. - Added support for REXX invocation argument
  352.  
  353. - Added support for ABIOS argument.  This allows a user to explicitly specify
  354.   that the workstation supports ABIOS.  This will allow the user to circumvent
  355.   the  problem where "RAM Loadable" MicroChannel machines were being diagnosed
  356.   as not supporting ABIOS; causing the wrong set of system files to be loaded.
  357.  
  358. - Changed external name to BOOTOS2
  359.  
  360. - Added support for the TRACE invocation option
  361.  
  362. - Added support for the SWAP= invocation argument
  363.  
  364. 05/93 : (V3.00)
  365.  
  366. - Updated BOS2U21 and BOS2S21 files to 2.1 GA levels
  367.  
  368. - Fixed 2DISK option.  It will no longer return RC=4 after trying
  369.   to format B.
  370.  
  371. - Added support for SVGA; Copy over \OS2\SVGADATA.PMI
  372.  
  373. - Added code to copy over BASEDEV= invocation arguments
  374.  
  375. - Added code to copy over HELPMGR.DLL if room allows
  376.  
  377. - Added 2.1 support for 8514 by updating BOS2U21.INI with the proper values
  378.   for PM_DISPLAYS.  This updating of BOS2U21 will be done for all display
  379.   types if necessary.
  380.  
  381. - Added support for HPFS386
  382.  
  383. - For a Disk Install, install sequence changed so the files SYSINST1 and
  384.   HARDERR are only copied if there is room.  This frees up room for BIO
  385.   files required by certain MicroChannel machines that could not fit
  386.   otherwise.
  387.  
  388.   *NOTE* If SYSINST1/HARDERR are not installed, then CAD will not work
  389.  
  390. - Enhanced install of BASEDEV drivers.  For a single 1.44M BOOT Disk, only
  391.   those BASEDEV drivers that are needed for accessing DASD (.ADD) are copied.
  392.   Otherwise, if room allows, all BASEDEV drivers will be copied.
  393.  
  394. - Removed copying of DTM.DLL for a TYPE=PM or TYPE=WPS install.  It wasn't
  395.   needed for anything as far as I could tell and at least one user complained
  396.   it wasn't installed on his base OS/2 system
  397.  
  398. - Support for the IBM IA/A is not working in this release.  I am trying to get
  399.   help with this from the IA/A development team, but it might take a while.  If
  400.   you have IA/A support installed on your active system when you run BOOTOS2,
  401.   you can try the following:
  402.  
  403.   * On the \OS2\DLL directory of your active OS/2 2.x system, look for a file
  404.     named DISPLAY.OLD; this is the DISPLAY.DLL that was active before you ran
  405.     the IA/A INSTALL program.  Copy this 'over' the DISPLAY.DLL that BOOTOS2
  406.     installed on the \OS2\DLL directory of your 'target' system.
  407.  
  408.   * In the CONFIG.SYS of your target system, look for the following statements:
  409.  
  410.     DEVICE=\OS2\XGARING0.SYS
  411.     DEVICE=\OS2\IAOS2RFS.SYS
  412.     SET VIDEO_DEVICES=VIO_yyy,VIO_IBMIAA
  413.     SET VIO_IBMIAA=DEVICE(BVHVGA,BVHIAA)
  414.     SET VIO_yyy=DEVICE(BVHVGA,BVHyyy)
  415.  
  416.   * Change these to:
  417.  
  418.     rem DEVICE=\OS2\XGARING0.SYS
  419.     rem DEVICE=\OS2\IAOS2RFS.SYS
  420.     SET VIDEO_DEVICES=VIO_yyy
  421.     rem SET VIO_IBMIAA=DEVICE(BVHVGA,BVHIAA)
  422.     SET VIO_yyy=DEVICE(BVHyyy)
  423.  
  424.   * Do this *BEFORE* you IPL your Target BOOTOS2 System
  425.  
  426. 03/94 : (V4.00)
  427.  
  428. - Enhanced the 2DISK option to work on a system with a single Disk Drive.
  429.  
  430. - Enhanced the TRACE option to accept an alternate PATH where BOOTOS2.LOG will
  431.   be created.
  432.  
  433. - For XGA support, all files on the XGA$DMQS directory will now be copied to
  434.   the Target Drive.
  435.  
  436. - Enhanced BASEDEV processing to search for target files via DPATH instead of
  437.   just on the \OS2 directory.
  438.  
  439. - Fixed support HPFS386 support; files HPFS200.386 and HFS.MSG are copied as
  440.   well as HPFS386.IFS.  For a minimal install, the BOOTSH.EXE OS/2 Shell program
  441.   will be copied and used as the PROTSHELL.
  442.  
  443. - For SVGA support, made copying of SVGADATA.PMI optional.  This is in case the
  444.   SVGA ON command was not yet run
  445.  
  446. - Mouse support will be added to a minimal BOOT System if room allows
  447.  
  448. - Added support for the OS/2 2.11 CSD SP and 2.11 Manfacturers Refresh
  449.  
  450. - Enhanced SOURCE= to allow for Service Pack (CSD) install by allowing it to
  451.   point to a single directory instead of a CID directory structure.
  452.  
  453. - Added HELP option to optionally add support for OS/2 Help
  454.   if room allows.  The files HPMGRMRI.DLL and HMHELP.HLP are
  455.   are copied, and a SET HELP= statement is added to the
  456.   CONFIG.SYS
  457.  
  458. - For a minimal system, BOOTOS2 will now use it's own SHELL program, BOOTSHL,
  459.   instead of SYSINST1.  Unlike SYSINST1, BOOTSHL program supports multiple
  460.   screen sessions (via Alt-Esc).  It also supports STARTUP.CMD
  461.  
  462. - Added support for VDMs via VDM option
  463.  
  464. - Added some new invocation arguments to allow for
  465.   unattended installs.
  466.  
  467.   FORMAT[:FAT]  = Automatically Format Target for FAT
  468.   FORMAT:HPFS   = Automatically Format Target for HPFS
  469.   FORMAT:NONE   = Automatically Skip the Target Format
  470.  
  471. - Added SYSED option to optionally add support for the
  472.   OS/2 System Editor (E.EXE)
  473.  
  474. - Added SYSINSTX as an optional install file
  475.  
  476. - Added optional target to 2DISK option (2DISK=x:)
  477.  
  478. - Added code to cleanup, and remove, BOS2TEMP when done
  479.  
  480. - Added QUIET argument to allow suppression of all output
  481.   to StdOUT
  482.  
  483. - Verified all cases where BOOTOS2 ends in error would
  484.   return a non-zero code
  485.  
  486. - Added Stacker Support.
  487.  
  488. - Removed COM.SYS as file that BOOTOS2 will install for
  489.   serial mouse support (not needed)
  490.  
  491. - Updated SOURCE option to look for either CID directory
  492.   structure or a single directory
  493.  
  494. - Added support for AOX upgrade.  If OEMXLAT.SYS is found
  495.   on active system, it will copied to target drive
  496.  
  497. 07/94 : (V5.00)
  498. - Fixed problem where if target disk was formated for HPFS
  499.   and HPFS386 is active, support for HPFS.IFS would be
  500.   installed instead of for HPFS386
  501.  
  502. - For a 2-Disk Install, the support files for HPFS and the
  503.   file CMD.EXE will be copied to the second target drive to
  504.   space on the first target drive.
  505.  
  506. - Added support for OS2fW 2.10 Ga and OS2fW 2.11 SP
  507.  
  508. - Added support for the OS/2 Performance Beta (v2.12)
  509.  
  510. - Removed AOX support as that is only needed in a 16-bit
  511.   environment (e.g. OS/2 v1.x).
  512.  
  513. - Fixed Stacker support to allow for STACKERI.SYS
  514.  
  515. - As of LS 4.0 the file HPFS200.386 was folded into the
  516.   HPFS386.IFS file.  Code added to recognize this and
  517.   to not copy HPFS200.386 if appropriate.
  518.  
  519. 11/94 : (V6.00)
  520. - Fixed problem with install of HPFS386 support where target
  521.   was a single drive (1 or 2 disks) that resulted in an
  522.   error message about trying to copy over a NULL file.
  523.  
  524. - Fixed support for CDROMs by copying over OS2CDROM.DMD
  525.   and CDFS.IFS
  526.  
  527. - Added support for EXT5DD
  528.  
  529. - Removed restriction of installing VDM on BOOT Disk in
  530.   support of APAR (PJ13582).  The VDM option is valid on
  531.   BOOT disks created for OS/2 WARP V3
  532.  
  533. - If target drive is non-removable, do not change it's
  534.   volume label if it is not formated.
  535.  
  536. - Added support for new 32-bit IA/A drivers.  The older
  537.   16-bit IA/A drivers are not supported.
  538.  
  539. - Changed BASEDEV processing to copy *ALL* drivers instead
  540.   of just the DMDs, ADDs and I13.
  541.  
  542. - Added support for the new OS/2 WARP V3 (XR03000)
  543.  
  544. - Fixed abend caused when trying to open
  545.   a non-existing CONFIG.SYS file.  An error message is
  546.   now issued when the file can't be found.
  547.  
  548. - Fixed problem where CONFIG.SYS statements >255 would cause
  549.   premature ending of BOOTOS2 without any error messages.
  550.   This was a combination of lack of Stack (Stack and Heap
  551.   increased to 16K) and only processing first 255 bytes of
  552.   CONFIG.SYS statements.
  553.  
  554. - Enhanced support for alternate Mouse drivers; any driver
  555.   specified via TARGET= on the MOUSE.SYS statement will
  556.   be installed.
  557.  
  558.   NOTE: The alternate Device Driver must be accessable via DPATH.
  559.  
  560.   NOTE: Any parameters that need to be specified on the DEVICE=
  561.         statement for the alternate drive must be added by the
  562.         user.
  563.  
  564. - Changed the way ABIOS Patch files are processed.  Instead
  565.   of examining all the .BIO files and copying those with the
  566.   correct Machine ID, the patch files are extracted out from
  567.   the ABIOS.SYS file on the BOOT drive.  This ensures that
  568.   only those patch files valid for the hardware are copied,
  569.   preventing the problem where 'extra' patch files were
  570.   copied that matched the Machine (or default) ID but were
  571.   not valid, resulting in the system looking for the nonMCA
  572.   drivers (e.g. CLOCK01) instead of the MCA ones (CLOCK02)
  573.  
  574.   This change also allows for the possibility of patch files
  575.   with extensions other than .BIO to be processed
  576.  
  577. - Added new option FILE=.  This allows users to specify alternate files
  578.   to be installed by BOOTOS2 on the Target drive.
  579.  
  580. - Changed the names of the INI files supplied by BOOTOS2 in order to allow
  581.   more flexibility with the Major and Minor version numbers
  582.  
  583. 07/95 (V7.00)
  584. - Added support for WARP Full-Pack (XR03001)
  585.  
  586. - Addeded support for BASEDEV=OS2CDROM.DMD in addition to DEVICE=
  587.  
  588. - Fixed problem of OS2LOGO not being copied over if 2DISK=A
  589.   was specified.
  590.  
  591. - The file HPFS386.INI will be copied if LS 4.0 is installed
  592.   and HPFS386 is active.
  593.  
  594. - Fixed problem where GA300 was always set if one of the
  595.   explicit version options (e.g. GA200, GA211, GA300)
  596.   were not set.
  597.  
  598. - Added support for VGA option
  599.  
  600. - Fixed Video support for TYPE=PM and WPS; the INI file
  601.   entry PM_DISPLAYDRIVERS was not being set up right.
  602.  
  603. - Added TEDIT to list of optional files to copy if room
  604.   allows and if it exists
  605.  
  606. - Fixed problem with FILE= where multiple CONFIG.SYS line
  607.   were joined together (i.e. no EOL was generated between
  608.   lines).
  609.  
  610. - Added initial support for ATI drivers; all ATIxxx.SYS
  611.   DEVICE statments and their drivers will be copied to
  612.   the target system.
  613.  
  614. - Removed support for Stacker; users can use the FILE=
  615.   option to add appropriate statements.
  616.  
  617.  
  618. 08/95 (V7.01)
  619. - For a full install, copy over the DLLs MINXMRI, MINXOBJ,
  620.   and IBMVGA32 if they exist.  This resolves a lot of
  621.   problems with video support resulting in abends in
  622.   PMMERGE.
  623.  
  624. 10/95 (V7.02)
  625. - Modified the TRACE= option to allow you to specify an
  626.   optional file name.  If just a directory is specified,
  627.   the file name BOOTOS2.LOG will be used as before.
  628.  
  629. 07/96 (V7.50)
  630. - Changed CONFIG.SYS processing to add SET COMSPEC in
  631.   addition to SET OS2_SHELL;
  632.  
  633. - BVHWNDW.DLL will be copied to the target system for all
  634.   types of installs, not just for a PM or WPS install.
  635.   This prevents the problem of a blank screen occuring when
  636.   switching between multiple sessions via Alt-Esc.
  637.  
  638. 07/96 (V7.60)
  639. - BVHVGA.DLL will be copied to the target system for all
  640.   types of installs, not just for a PM or WPS install.
  641.   This prevents the problem of a blank screen occuring when
  642.   switching between multiple sessions via Alt-Esc.
  643.  
  644. 10/96 (V7.65)
  645.  - Added support for WARP 4 (Merlin).
  646.  
  647. 10/11/96 (V7.76)
  648. - Added support for Plug and Play; the files PNP.SYS,
  649.   ISAPNP.SYS and PREVIOUS.DAT will be copied if present.
  650.  
  651. 10/24/96 (V7.80)
  652. - Fixed problem where DeskTop for type PM and WPS installs
  653.   was always placed on C: drive no matter what target was
  654.   specified; fix was to update INI files with correct
  655.   target drive path.
  656.  
  657. - User and System INI files on target system will always
  658.   be named BOS2USER.INI and BOS2SYS.INI no matter what OS/2
  659.   release is active.
  660.  
  661. 10/25/96 (V7.85)
  662. - Fixed problem of install not finding SYSINSTX on Disk 0
  663.   if SOURCE= not specified.
  664.  
  665. 11/01/96 (V7.95)
  666. - For PM and WPS installs, copy over VIDEO.CFG or EEDATA.EE_
  667.   if present.  These fix various video synch problems.
  668.  
  669. - For PM and WPS INSTALLS, all the keys from the following
  670.   OS2.ini entries will be copied to BOS2USER:
  671.  
  672.   PM_Colors  PM_Control_Panel  PM_DefaultColors
  673.   PM_National
  674.  
  675. - Fixed problem of alternate mouse driver specified via the
  676.   TYPE= argument not being found if not on the DPATH.  The
  677.   driver location will now be extracted directly from the
  678.   corresponding DEVICE= statement that loads it.
  679. - Converted BOOTOS2.EXE to 32-bit.
  680. - If HPFS support installed, added /AUTOCHECK switch to
  681.   IFS= statement for both BOOTOS2 drive and/or the current
  682.   Boot drive.  This should resolve problems with keyboard
  683.   not working with PM or WPS systems.
  684.  
  685. 12/22/96 (V7.B0)
  686. - Fixed 2DISK option.
  687. - For a 2DISK=A install, a statement will be added to the
  688.   target CONFIG.SYS to invoke the new BOS2DD.SYs driver.
  689. - For a 2DISK=A Install, the message in OS2LDR.MSG that
  690.   prompts for the second OS/2 Install Disk will be modified
  691.   to prompt for the second BOOTOS2 disk.  This will be
  692.   used by BOS2DD to prompt for the second BOOTOS2 Disk.
  693. - Fixed problem causing abend during last part of install
  694.   process when 2DISK is specified using Drive B (usually
  695.   occuring after CHKDSK is copied).
  696.  
  697. 12/29/96 (V7.B1)
  698. - Force x:\OS2\DLL (x is BOOT Drive) to front of LIBPATH used
  699.   when searching for DLLs; this will correct a problem with
  700.   programs like Process Commander that provide their own
  701.   copies of system DLLs (e.g. DOSCALL1) that require DLLs
  702.   not picked up by the normal BOOTOS2 process.
  703.  
  704. 12/29/96 (V7.B3)
  705. - Fixed problem for PM and WPS install where BOS2U400.INI
  706.   was not found.
  707.  
  708. 01/12/97 (V7.B8)
  709. - Fixed problem where RUN statement for BOS2REX was not
  710.   added if REXX specified.
  711. - Ensured that HPFS.IFS is loaded before CDFS.IFS, resolving
  712.   problem of CDFS not being loaded.
  713.  
  714. 01/16/97 (V7.C0)
  715. - Made room on Disk 1 of 2DISK=A install by:
  716.   * Remove NPXEMLTR.DLL (on Disk 2)
  717.   * Do not install BASEDEV=PRINT0x.SYS
  718.   * Do not install BASEDEV=TIMER0.SYS
  719.   * Do not install BASEDEV=XDFLOPPY.FLT
  720.   * Install only IBM2FLPY or IBM2FLPY, not both
  721.