home *** CD-ROM | disk | FTP | other *** search
/ Classic Fond 1 / ClassicFond01.iso / simulato / falcon3.zip / MAKEBOOT.TXT < prev    next >
Text File  |  1992-10-04  |  7KB  |  131 lines

  1. ============================================================================
  2.  
  3.                 HOW TO MAKE A BOOT DISK FOR FALCON 3.0
  4.  
  5. ============================================================================
  6.  
  7.      Falcon 3.0 is unlike any other simulator ever created for a personal
  8. computer.  Because of all of its extensive features, it demands more free
  9. memory than an ordinary simulation.  This is a tutorial on how to optimize
  10. your system to run Falcon 3.0 in all its glory.
  11.  
  12.      If you can't free up enough memory on your computer, you will want to
  13. make a boot disk.  The purpose of a boot disk is to temporarily reconfigure
  14. your computer so Falcon 3.0 can run on it.  Most users have their CONFIG.SYS
  15. and AUTOEXEC.BAT files on their hard disk arranged to their liking.  Unfor-
  16. tunately, those files often load device drivers and TSRs that eat up memory
  17. which interferes with Falcon 3.0.  By creating a boot disk with a separate
  18. AUTOEXEC.BAT and CONFIG.SYS, you can run Falcon 3.0 without changing your
  19. system's current setup.
  20.  
  21.      First, insert a blank, unformatted 1.2MB 5.25" or 1.44MB 3.5" disk into
  22. drive A and type this command at the DOS prompt:
  23.  
  24.         FORMAT A: /S
  25.  
  26. Be sure that the disk is empty because the DOS Format commmand will wipe
  27. out any information on it.
  28.  
  29.      When the disk is finished formatting, change your directory to the
  30. one where Falcon 3.0 is stored on your hard disk and type:
  31.  
  32.         DIR *.BAT
  33.  
  34. You should see a list of five files, all with the .BAT extension.  These are
  35. called batch files.  These batch files will create brand-new CONFIG.SYS
  36. and AUTOEXEC.BAT files on the disk you've just formatted.  In order for these
  37. files to work properly, you must have DOS 5.0 or later installed on your
  38. hard disk at C:\DOS.  To activate the batch file, type:
  39.  
  40.         BOOT         or
  41.         BOOTEMM         or
  42.         BOOTMICE     or
  43.         BOOTNET         or
  44.         BOOTQEMM
  45.  
  46.  
  47. ============================================================================
  48. BOOT.BAT     - simply configures your system to the most memory possible. If
  49.                your system has only 1MB of RAM, you should run this batch
  50.                file.
  51.  
  52. BOOTEMM.BAT  - will activate EMM386.EXE and allocate 1MB of expanded
  53.            memory.  This gives you slightly less conventional memory to
  54.            run Falcon 3.0.  However, Falcon 3.0 will now take advantage
  55.            of the extra 1MB of expanded memory.  You will need 2MB
  56.            or more of RAM to use this batch file.
  57.  
  58. BOOTMICE.BAT - is similar to BOOTEMM.BAT.  The main difference is a mouse
  59.            driver will be loaded as well.  The mouse driver will be
  60.            installed into high memory and will not interfere with
  61.                Falcon 3.0.  You will be asked to copy the mouse driver
  62.                that is on your hard drive to the boot disk.  Find where
  63.            your mouse driver is on your hard disk and change your 
  64.                directory to there.  Now type:
  65.  
  66.             COPY MOUSE.COM A:
  67.  
  68.            MOUSE.COM is the name of most mouse drivers.  If your mouse
  69.            driver is not named MOUSE.COM, then replace it with the name
  70.                of your mouse driver on your boot disk's AUTOEXEC.BAT file.
  71.            If you use MOUSE.SYS instead of MOUSE.COM, then you will need
  72.                to manually edit the CONFIG.SYS file to load the mouse.
  73.  
  74. BOOTPS2.BAT  - will create a boot disk especially for PS/2 owners.  Because
  75.                high memory of PS/2s are  configured differently from other
  76.                machines, it requires it own boot batch file.
  77.  
  78. BOOTNET.BAT  - will load IPX.COM and NET5.COM into high memory and provide
  79.            1MB of expanded memory.  This will allow Falcon 3.0 to 
  80.            work with a Novell network in communications mode.  You need
  81.                to copy both IPX.COM and NET5.COM from your hard drive to the
  82.                boot disk.  Find where your network drivers are on your hard
  83.                disk and change your directory to there.  Now type:
  84.  
  85.             COPY IPX.COM A:
  86.             COPY NET5.COM A:
  87.  
  88.            If you want to run a mouse driver along with your network
  89.                driver, you will need to modify the AUTOEXEC.BAT file that
  90.                was created on your boot disk.  First copy your MOUSE.COM to
  91.            your boot disk as described in th paragraph above.  Next, use
  92.            a text editor and remove the three letters "REM" from line
  93.                five of the file.  The AUTOEXEC.BAT file will now try to load
  94.            the two network drivers and a mouse driver into high memory.
  95.                However, this setup varies from machine to machine and may eat
  96.                up too much memory to run Falcon 3.0.  If this is the case, go
  97.                back and reinsert the letters "REM" in line five of the
  98.                AUTOEXEC.BAT.
  99.  
  100. BOOTQEMM.BAT - is provided for owners of Quarterdeck's QEMM386 memory
  101.            manager.     QEMM does an excellent job of installing itself
  102.            onto a hard disk, but this batch file is provided for
  103.            your convenience.  BOOTQEMM.BAT requires QEMM to be
  104.            on your hard disk at C:\QEMM.  To load mouse and network
  105.            drivers high, add the appropriate lines to the CONFIG.SYS
  106.                and AUTOEXEC.BAT that load the drivers. Now run OPTIMIZE
  107.                which comes with QEMM386.  OPTIMIZE will configure your
  108.                system to load everything it can find into high memory.
  109.  
  110.  
  111. USING A BOOT DISK
  112. -----------------
  113. After the boot disk is created, insert this disk into drive A and restart
  114. your computer.  (The boot disk will only work if your computer will boot 
  115. from a floppy disk in drive A.)  Now change to the Falcon 3.0 directory on
  116. your hard drive.  Type "FALCON3" to run the program.  To run your normal
  117. computer setup, remove the boot disk and boot your hard drive.
  118.  
  119. If you use a real-time software compression driver on your hard disk such
  120. as STACKER and DOUBLE DISK, you must make modifications after using these
  121. batch files.  Edit the CONFIG.SYS file on the boot disk to include the
  122. device driver.  If possible, load that driver high with the DEVICEHIGH
  123. command so it will not interfere with Falcon 3.0.
  124.  
  125. To increase the amount of EMS you are using, you can use a text editor to
  126. modify the CONFIG.SYS file on the boot disk.  Simply increase the number
  127. "1024" in the CONFIG.SYS file to the amount of EMS desired.  One unit will
  128. equal 1K of expanded memory, so replacing 1024 with 2048 provides
  129. 2MB of EMS, 3072 provides 3MB, etc.  Remember, in order to get more
  130. than 1MB of EMS, you will need over 2MB of total RAM.
  131.