home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / icon / dos / bin386 / readme < prev    next >
Text File  |  1992-02-20  |  4KB  |  100 lines

  1.                        Icon/386 for MS-DOS
  2.  
  3.  
  4.    This diskette contains files for Version 8.5 of Icon/386 for MS-
  5. DOS as follows:
  6.  
  7.      lharc.exe      de-archiving utility
  8.      icon.lzh       executable binaries
  9.      docs.lzh       archived documents
  10.      samples.lzh    archived sample programs and data
  11.      readme        this file
  12.  
  13.    The executable files should be unloaded on a place on your
  14. PATH specification.  For example, if this diskette is mounted in
  15. your A drive and you set your current directory to where you want
  16. the files, the following unloads the executable binary files:
  17.  
  18.      a:lharc x a:icon.lzh
  19.  
  20.    The documents and sample programs can be unloaded in a similar
  21. fashion to the executable files.
  22.  
  23.    More information on running Icon/386 is contained in
  24. IPD184.DOC in docs.lzh.
  25.  
  26.    Icon/386 incorporates a DOS extender product from Intel Corp.
  27. This DOS extender enables your 80386 system to run in 32-bit pro-
  28. tected mode, with access to all extended memory.  It will operate
  29. with 80386, 80386SX, 80486, and 80486SX processors.
  30.  
  31.    This version of Icon/386 can be used with the following memory
  32. managers active:
  33.  
  34.    * DOS 5.0's EMM386                  * DOS 5.0's DOS=HIGH
  35.    * Qualitas' 386MAX v6.0             * Quarterdeck's QEMM 386 v6.0
  36.    * Helix Software's NETROOM v2.1     * DOS 5.0's HIMEM.SYS
  37.  
  38.     While it does support the VCPI standard, the current version does 
  39. not run under DESQView 386.
  40.  
  41.    Icon/386 can also be used with DPMI-compliant hosts, such as a DOS 
  42. window when Windows 3.0 is started in enhanced mode.  But note that a 
  43. special driver (VEMD.386, provided with Icon) must be installed to 
  44. provide floating point support when operating under Windows on systems 
  45. lacking a floating-point coprocessor.
  46.  
  47.    Icon/386 may be used if you are running native DOS (no expanded 
  48. memory manager, no multi-tasking operating system shell).  It is 
  49. compatible with DOS 5.0 when portions of DOS are loaded into the High 
  50. Memory Area.  Icon runs only in extended memory above 1 MB.  Therefore,
  51. a 2 MB 386 is the minimum configuration capable of running Icon/386.
  52.  
  53.   In addition to operation with native MS-DOS, Icon/386 is compatible
  54. with programs that use Int 15h to allocate extended memory (such as
  55. VDISK.SYS RAM disks), or that use HIMEM.SYS to provide XMS extended
  56. memory services.
  57.  
  58.    Icon/386 is configured with a particular "region size."  The 
  59. region size determines the maximum amount of memory (physical and 
  60. virtual) that can be used when running under a DPMI host.  By default, 
  61. the region size is set to 3 megabytes.  The document CONFIG.DOC
  62. describes how to use Intel's configuration utility (MODXCONF.EXE)
  63. to alter the region size.
  64.  
  65.    Intel Corporation permits their DOS extender, configuration 
  66. utility (MODXCONF.EXE), and Windows floating point driver VEMD.386
  67. to be distributed in public-domain software.  There are no restrictions
  68. on your distribution of this software.
  69.  
  70.                          Virtual Memory
  71.  
  72.    The Intel DOS Extender used in Icon/386 contains a virtual memory
  73. manager.  Virtual memory provides swapping to disk, allowing you to run
  74. programs larger than physical memory.  However, Icon's memory organi-
  75. zation and storage regeneration strategy are likely to result in 
  76. disk thrashing and unacceptable levels of performance.
  77.  
  78.    Instructions for configuring virtual memory are contained in file 
  79. CONFIG.DOC.
  80.  
  81.                          Known Problems   
  82.  
  83.    This version of the Intel DOS extender has these limitations:
  84.  
  85.    1. When operating under Windows 3.0, typing Control-Break will
  86.       crash the application.
  87.  
  88.    2. It does not operate properly with DESQView 386.
  89.  
  90.    3. It does not operate properly in a DOS window under OS/2 2.0.
  91.  
  92.                             History
  93.  
  94.    Previous versions of Icon/386 were distributed with a DOS extender
  95. from PharLap Software, Inc.  Licensing restrictions imposed by PharLap
  96. Software, Inc. precluded a public-domain release of Icon/386, and it
  97. was distributed under a "shrink-wrap" license.  The PharLap version
  98. has been discontinued in favor of the Intel version with its full
  99. public-domain status.
  100.