home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac / bootcon2.zip / OS2DOS / OS2DOS.DOC next >
Text File  |  1993-05-17  |  5KB  |  131 lines

  1.  
  2.     OS2DOS version 1.0c                     5/11/93
  3.  
  4.  
  5. ---[ Overview ]------------------------------------------------------[1.0]--
  6.  
  7.     OS2DOS is a utility to allow you to switch between DOS and OS/2.
  8.     It is designed to work during the boot process like BOOTCON,
  9.     however    it is independent from BOOTCON.     When both OS2DOS and
  10.     BOOTCON    are installed, first, OS2DOS will prompt you to    choose
  11.     either DOS or OS/2, then, if you choose    DOS, BOOTCON will appear
  12.     as usual.
  13.  
  14.     OS2DOS is easier to use    than OS/2's BOOT.COM, but avoids the
  15.     complexity of the Boot Manager facility    in OS/2    2.0.
  16.  
  17.     OS2DOS has been    tested with OS/2 1.3 and 2.0.  It requires an
  18.     identical structure to OS/2's BOOT.COM.     Before    installing
  19.     OS2DOS you must    have BOOT.COM installed    and functioning    properly
  20.     on the system.    If you are not currently using BOOT.COM, install
  21.     it first according to your OS/2    documentation.    (You must have
  22.     OS/2 and DOS installed on a single FAT partition in order to use
  23.     BOOT.COM or OS2DOS.)
  24.  
  25.  
  26. ---[ Installation ]--------------------------------------------------[2.0]--
  27.  
  28.     To install OS2DOS, first ensure    that BOOT.COM is functioning
  29.     properly, and that using it you    can successfully switch    between
  30.     DOS and    OS/2.
  31.  
  32.     OS2DOS will currently only work    if C: is first hard disk on the
  33.     system and it is the boot drive.
  34.  
  35.     Copy the files OS2DOS.SYS, OS2DOS.PAR, and OS2DOS.EXE into the
  36.     root directory of the C: drive.
  37.  
  38.     Run the    program    OS2DOS specifying the drive letter as follows:
  39.  
  40.         OS2DOS C:
  41.  
  42.     If the installation is successful, you will be informed    that
  43.     the partition table was    successfully updated, and the file
  44.     OS2DOS.BAK will    be created.  This file is a copy of the    original
  45.     partition table    and should be kept in a    safe place in case you
  46.     decide to uninstall OS2DOS.
  47.  
  48.     Once OS2DOS is installed, the files OS2DOS.EXE,    OS2DOS.PAR, and
  49.     OS2DOS.BAK may be moved    out of the root    directory, however the
  50.     file OS2DOS.SYS    must remain.  If this file is accidently moved
  51.     or deleted, OS2DOS will    use whichever OS happens to be installed
  52.     until the file is replaced into    the root directory.
  53.  
  54.  
  55. ---[ Using OS2DOS ]--------------------------------------------------[3.0]--
  56.  
  57.     Once OS2DOS is installed, each time the    system is booted, you
  58.     will be    presented with a question as to    what operating system
  59.     to use.     The current OS    will be    automatically selected in 10
  60.     seconds    if no choice is    made.  Press the "D" key for DOS, the
  61.     "O" key    for OS/2, or use the cursor keys to highlight the option
  62.     you want to use    and press [Enter].
  63.  
  64.     You can    disable    OS2DOS from coming up during a boot by pressing
  65.     and holding the    SHIFT key before OS2DOS    comes up.
  66.  
  67.     If OS2DOS detects that the boot    record has been    changed    and no
  68.     longer matches the copy    stored in the C:\OS2\SYSTEM directory,
  69.     a message will be displayed stating so.     Once the user presses
  70.     a key, the original boot record    (BOOT.DOS or BOOT.OS2) will be
  71.     backed up to the file BOOT.SAV and the new boot    record will be
  72.     written    out in its place.
  73.  
  74.  
  75. ---[ Directory Structure ]-------------------------------------------[4.0]--
  76.  
  77.     OS2DOS uses a structure    identical to OS/2's BOOT.COM.  In fact,
  78.     they can be used together without problem.
  79.  
  80.     The original boot records for DOS and OS/2 are stored in the
  81.     C:\OS2\SYSTEM directory    in the files BOOT.DOS and BOOT.OS2.
  82.     These files are    marked Hidden and Read-Only.
  83.  
  84.     The CONFIG and AUTOEXEC    files for the OS that is NOT currently
  85.     in use are stored in the same directory    with the filename
  86.     extensions "DOS" or "OS2" according to what OS they are    for.
  87.  
  88.     Each time OS2DOS or BOOT.COM is    run, the current CONFIG    and
  89.     AUTOEXEC files are moved to this directory, the    new ones are
  90.     moved to the root directory, and the appropriate boot record
  91.     is written out.
  92.  
  93.     The difference between OS2DOS and BOOT.COM is that OS2DOS does
  94.     this during the    boot, whereas BOOT.COM requires    the computer to
  95.     be completely booted up    into one OS or the other before    the
  96.     change can be made.
  97.  
  98.  
  99. ---[ How it Works ]--------------------------------------------------[5.0]--
  100.  
  101.     OS2DOS replaces    the code in the    partition table    with code to
  102.     load itself.  Each time    the system is booted, OS2DOS loads and
  103.     lets the user choose which OS to run.  Once the    choice is made,
  104.     the appropriate    files are re-arranged as needed.
  105.  
  106.     OS2DOS does not    conflict with, and can work in combination with
  107.     OS/2's Boot Manager and    the Windows NT OS loader.  To use Boot
  108.     Manager    with OS2DOS, hold down the shift key during the    boot to
  109.     bypass OS2DOS, then Boot Manager will load as usual.
  110.  
  111.     OS2DOS cannot work with    other programs that require special
  112.     partition table    code.
  113.  
  114.  
  115. ---[ Uninstalling OS2DOS ]-------------------------------------------[6.0]--
  116.  
  117.     If you have difficulty using OS2DOS, it    can be easily unin-
  118.     stalled.
  119.  
  120.     Uninstall OS2DOS by using the OS2DOS.EXE program with the
  121.     /UNINSTALL command line    option as follows:
  122.  
  123.         OS2DOS /uninstall C:
  124.  
  125.     The backup copy    of the partition table OS2DOS.BAK will be
  126.     restored.  After an uninstall, the file    OS2DOS.SAV will    be
  127.     created    in the root directory.
  128.  
  129.  
  130. ---[ End of OS2DOS.DOC ]----------------------------------------------------
  131.