home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / oscinreq.txt < prev    next >
Text File  |  1996-11-12  |  12KB  |  321 lines

  1. OSCINREQ - REQUIREMENTS AND RECOMMENDATIONS FOR OS/2 WARP
  2. 01/26/96
  3.  
  4. =======================================================================
  5.            Requirements and Recommendations for OS/2 Warp
  6. =======================================================================
  7.  
  8. Please Read Entire Document for Full Explanation of Procedures
  9. --------------------------------------------------------------
  10.  
  11. DESCRIPTION
  12.  
  13. OS/2 Warp 3.0 can be installed over the following products:
  14.  
  15. * OS/2 for Windows
  16. * DOS Version 3.30 or later
  17. * OS/2 Version 1.3
  18. * Microsoft Windows 3.0, 3.1, or 3.11
  19. * Windows for WorkGroups 3.1 or 3.11
  20.  
  21. Note: OS/2 does not enable the LAN connectivity function of Windows for
  22.       WorkGroups. For information on how to use the network functions
  23.       after installing OS/2, refer to "Application Considerations" in
  24.       the online help.
  25.  
  26. RESOLUTION
  27.  
  28. The README.INS file on the Installation Diskette provides additional 
  29. information. It can be viewed and printed from an editor in DOS, OS/2, 
  30. or another operating system. Please review the files before 
  31. installation.
  32.  
  33. To view or print README.INS:
  34.  
  35. 1. Insert the Installation Diskette into drive A.
  36.  
  37. 2. Turn on the computer, or press Ctrl+Alt+Del if it is already on.
  38.  
  39. 3. When prompted, remove the Installation Diskette and insert Diskette
  40.    1; then press Enter.
  41.  
  42. 4. When the Welcome screen appears, press F3 to go to a command prompt.
  43.  
  44. 5. Remove Diskette 1 and reinsert the Installation Diskette.
  45.  
  46. 6. To view README.INS, type TEDIT README.INS and press Enter. Press F4
  47.    to quit the editor.
  48.  
  49.    To print a copy of README.INS, type COPY README.INS > LPT1 and press
  50.    Enter (LPT1 represents the port to which your printer is connected.
  51.    If using another port, type the correct one.)
  52.  
  53. System Requirements
  54. -------------------
  55. Review "Preparing your System" and "Choosing Easy or Advanced
  56. Installation" in the User's Guide to OS/2 Warp. You need:
  57.  
  58. * An 80386 SX, or higher, 32-bit microprocessor.
  59. * 4 MB of RAM (random access memory) minimum.
  60. * 35 MB to 50 MB of free space is recommended for the base OS/2.
  61. * Multimedia requires an additional 10 MB of hard disk space.
  62. * A 1.44 MB diskette drive.
  63. * VGA video support.
  64. * An IBM compatible mouse.
  65. * OS/2 with BonusPak installation might require 85 MB to 95 MB,
  66.   depending on options selected. This does NOT include the Swapper file.
  67.  
  68.   Note: The Swapper file is larger in OS/2 Warp than in previous
  69.         releases of OS/2. In previous versions of OS/2, DLL code was
  70.         never copied to the Swapper file. In OS/2 Warp, code for system
  71.         DLLs can be written to the Swapper file. During system startup,
  72.         PMMERGE, DOSCALL1, PMGPI, PMWP, and PMVIOP are swapped out. This
  73.         means an overall increase in Swapper size and an increase in
  74.         overall system performance.
  75.  
  76.         The most significant change is how system DLLs are loaded and
  77.         what is now valid data for swapping.
  78.  
  79.         System DLLs include:
  80.  
  81.         DISPLAY          SOM             PMMERGE      PMWP
  82.         DOSCALL1         PMATM           PMMLE
  83.         IBMDEV32         PMCTLS          PMSPL
  84.         IBMVGA32         PMGPI           PMVIOP
  85.  
  86. Redirecting Your Drives
  87. -----------------------
  88. The following procedures are for a system with 5.25-inch, 1.2 MB drive
  89. A, and a 3.5-inch, 1.44 MB drive B.
  90.  
  91. You need two 5.25-inch diskettes for this procedure. Label one OS/2
  92. Warp 525 DISK 0 and the other OS/2 Warp 525 DISK 1.
  93.  
  94.  1. Start the system from DOS.
  95.  
  96.  2. Insert 525 DISK 1 into drive A. At the command prompt, type
  97.     FORMAT A: /U and press Enter.
  98.  
  99.  3. When prompted for the volume label, type DISK 1 and press Enter.
  100.  
  101.  4. At the C:\> prompt, type the following, pressing Enter after each:
  102.  
  103.        MD BINST
  104.        CD BINST
  105.        MD DISK0
  106.        MD DISK1
  107.        CD DISK1
  108.  
  109.  5. Insert the 3.5-inch OS/2 Warp Diskette 1 in drive B. Type the
  110.     following, pressing Enter after each:
  111.  
  112.        COPY B:\*.*
  113.        DEL BUNDLE
  114.        COPY *.* A:\
  115.        ECHO SET OS2_SHELL=B:\SYSINST2.EXE >> A:\CONFIG.SYS
  116.        ECHO SET DISKETTESOURCE=B:\ >> A:\CONFIG.SYS
  117.  
  118.  6. Insert the 3.5-inch OS/2 Warp Installation Diskette in drive B, and
  119.     the 525 DISK 0 in drive A; then type FORMAT A: /U and press Enter.
  120.  
  121.  7. When prompted for the volume label, type DISK 0 and press Enter.
  122.  
  123.  8. Type the following, pressing Enter after each:
  124.  
  125.        CD..
  126.        CD DISK0
  127.        COPY B:\*.*
  128.        DEL BUNDLE
  129.  
  130.  9. Type DEBUG and press Enter.
  131.  
  132. 10. At the command prompt, type the following, pressing Enter after
  133.     each:
  134.  
  135.        L DS:0 1 0 1
  136.        E 13 60
  137.        E 14 09
  138.        E 15 F9
  139.        E 16 07
  140.        E 18 0F
  141.        W DS:0 0 0 1
  142.        Q
  143.        COPY *.* A:\
  144.  
  145. 11. Remove the OS/2 Warp Installation Diskette from drive B; then press
  146.     Ctrl+Alt+Del to restart the system and begin the installation.
  147.  
  148. 12. When prompted to insert Diskette 1, insert OS/2 Warp 525 DISK 1 and
  149.     follow the instructions on the screen.
  150.  
  151. CD-ROM Installation
  152. -------------------
  153. If you are using a CD-ROM for installation, review the User's Guide to 
  154. OS/2 Warp. If the CD-ROM or an adapter is not listed, you might need to 
  155. obtain device drivers specific for OS/2. Call the vendor for the device 
  156. driver needed. If you need to add the device drivers to Diskette 1 and 
  157. the CONFIG.SYS file, refer to the OS/2 documentation.
  158.  
  159. If you need more space on Diskette 1, do a DISKCOPY of Diskette 1. 
  160. Delete the following files from the COPY of the diskette:
  161.  
  162. * For non-Micro-Channel systems, IBM2.* files
  163. * For Micro Channel systems, IBM1.* files.   
  164.  
  165. For most OEM products, it is recommended that you disable the Turbo, 
  166. Cache, and Shadow RAM features. These features usually are found in 
  167. BIOS. If you have any questions regarding these features, contact the 
  168. vendor. After installation, these features can be ENABLED.
  169.  
  170. Note: It is not necessary to disable these features in Packard Bell
  171.       systems.
  172.  
  173. When installing OS/2, set Video to:
  174.  
  175. * VGA mode
  176. * 8-bit slot or mode, if possible
  177. * 640x480 resolution
  178. * Autosensing disabled, if the adapter has that capability
  179.  
  180. If you are having difficulty with the installation and have additional 
  181. devices such as a tape backup, network card, or scanner, it is 
  182. recommended that you disconnect them during installation.
  183.  
  184. The recommended dates for BIOS are:
  185.  
  186. * AMI BIOS: 5/91
  187. * Phoenix or Award BIOS: 5/92
  188.  
  189. If you need an upgrade, contact the vendor.
  190.  
  191. When installation is complete, enable and reconnect the devices and 
  192. features disconnected during installation. Review your adapter's 
  193. information and OS/2 documentation to see if your video has the 
  194. capability of higher resolution. If you have problems with the video, 
  195. it is recommended that you FIRST contact the vendor and make sure you 
  196. have the latest driver for OS/2.
  197.  
  198. BonusPak Information
  199. --------------------
  200. The BonusPak product includes the following collection of applications 
  201. that run under OS/2 Warp 3.0:
  202.  
  203. * CompuServe Information Manager for OS/2 (CIM)
  204. * IBM Works and Personal Information Manager (PIM)
  205. * FaxWorks for OS/2
  206. * HyperACCESS Lite for OS/2
  207. * IBM Internet Connection for OS/2
  208. * Multimedia Viewer
  209. * Video IN for OS/2
  210. * Person to Person
  211. * System Information Tool
  212.  
  213. See BonusPak for OS/2 Version 3 for installation instructions.
  214.  
  215. CompuServe Information Manager for OS/2 (CIM)
  216. ---------------------------------------------
  217. Developed by CompuServe to support OS/2 users, CIM provides:
  218.  
  219. * Access to more than 2000 products and services and more than 500,000 
  220.   files, plus the knowledge and experience of more than 2 million 
  221.   CompuServe members worldwide.
  222.  
  223. * Support for hardware, software, and other products in CompuServe
  224.   forums.
  225.  
  226. * Electronic meeting places for home to business experts, long-time
  227.   users, and company representatives to share advice, swap tips, or talk
  228.   about the latest product developments.
  229.  
  230. IBM Works and Personal Information Manager (PIM)
  231. ------------------------------------------------
  232. A collection of applications and productivity tools including:
  233.  
  234.    Word Processor          Spreadsheet
  235.    Database                Charting program
  236.    Report Writer           Calendar
  237.    Monthly Planner         Appointment Book
  238.    Phone Book              Contact List
  239.    To Do List              Notepad
  240.  
  241. FaxWorks for OS/2 
  242. -----------------
  243. Enables you to send and receive faxes of unlimited length, print faxes 
  244. to any OS/2 printer, and create and send faxes from your OS/2, DOS, and 
  245. Windows applications running in OS/2. Features include drag-and-drop 
  246. printing and viewing, normal and fine fax resolution, portrait and 
  247. landscape orientation, and multiple page lengths. It also provides 
  248. emulation of the IBM Proprinter X24 printer for print capture (LPT3) 
  249. from DOS and Windows applications. FaxWorks for OS/2 supports fax 
  250. modems that follow Class 1, Class 2, and SendFax standards.
  251.  
  252. HyperACCESS Lite for OS/2
  253. -------------------------
  254. This is an easy-to-use, 32 bit, object-oriented modem program. Features 
  255. include:
  256.  
  257. * CommSense, which sets parity, data bits, and stop bits
  258.  
  259. * Fast file transfer using the highly efficient, 32-bit file-transfer
  260.   protocols, Zmodem, Ymodem, Xmodem, or Kermit
  261.  
  262. * Emulations of ANSI, VT52, or VT100 terminals for communication with
  263.   host computers
  264.  
  265. IBM Internet Connection for OS/2
  266. --------------------------------
  267. A network of computers that spans the globe. Participants include
  268. universities, major corporations, nonprofit organizations, and
  269. individuals who want to acquire, distribute, and share information.
  270. Programs provided with the Internet Connection are:
  271.  
  272. * UltiMail Lite, for sending electronic mail
  273. * NewsReader/2, for access to online bulletin boards
  274. * Gopher, for exploring the Internet
  275. * TelnetPM, for accessing information on other workstations
  276. * FTPPM, for transferring files between workstations
  277.  
  278. In addition, you will be able to create quick-access icons from a set 
  279. of templates
  280.  
  281. Multimedia Viewer
  282. -----------------
  283. This OS/2 Desktop tool provides an easy way to organize and manage 
  284. multimedia (image, audio, and video) files and objects. It features 
  285. miniature views of multimedia data and displays image, audio, or video 
  286. files.
  287.  
  288. Video IN for OS/2
  289. -----------------
  290. Provides the ability to record digital video segments or create videos 
  291. that can be viewed on any computer with OS/2 installed. You can use 
  292. digital video for:
  293.  
  294. * Business presentations
  295. * Electronic newsletters
  296. * Spreadsheets
  297. * Training material
  298. * Information for multimedia CD-ROMs
  299.  
  300. Person to Person
  301. ----------------
  302. Enables you and your colleagues to work together, even though you might 
  303. be miles apart. Remote associates can link through modems, LANs, or 
  304. ISDN. Place your data, files, graphics, images, or application screens 
  305. into the shared "chalkboard" for each party to see at the same time.
  306.  
  307. System Information Tool 
  308. -----------------------
  309. Provides a quick and convenient way to access detailed information 
  310. about hardware and software configurations of your system.
  311.  
  312. ______________________________________________________________________
  313. IBM disclaims all warranties, whether express or implied, including 
  314. without limitation, warranties of fitness and merchantability with 
  315. respect to the information in this document. By furnishing this 
  316. document, IBM grants no licenses to any related patents or copyrights.  
  317. Copyright (c) 1994, 1996 IBM Corporation. Any trademarks and product 
  318. or brand names referenced in this document are the property of their 
  319. respective owners. Consult your product manuals for complete trademark 
  320. information. 
  321.