home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 27 Fixes20 / 27-Fixes20.zip / d21-04.zip / D21-04.ASC
Text File  |  1993-08-23  |  8KB  |  191 lines

  1. The following information replaces "Configuring Your
  2. WIN-OS/2 Desktop Appearance", from OS/2 2.1 Using the Operating
  3. System, page 33.
  4. Changes are indicated by a | to the left of the text.
  5.  
  6.   CONFIGURING YOUR WIN-OS/2 DESKTOP APPEARANCE
  7.  
  8. Select CONFIGURE WIN-OS/2 DESKTOP to indicate how you
  9. want the WIN-OS/2 desktop to look.  You can install
  10. WIN-OS/2 support with the standard interface provided by
  11. OS/2 2.1.  You can make the WIN-OS/2 desktop look like an
  12. existing version of Microsoft Windows if you currently
  13. have it installed.  If you select this choice, you can
  14. also choose to update your existing version of Microsoft
  15. Windows to look like the WIN-OS/2 desktop whenever it
  16. changes.  Finally, you can choose to preserve how the
  17. WIN-OS/2 desktop currently looks if you have previously
  18. installed WIN-OS/2 support.
  19.  
  20. o   If you select the INSTALL STANDARD WIN-OS/2 DESKTOP
  21.     choice, the installation program creates a new set of
  22.     system (INI) files for the WIN-OS/2 feature.  These
  23.     files determine such things as which programs appear
  24.     on the desktop and what colors are used for the
  25.     desktop.  There is no relationship between these
  26.     files and the files from any pre-existing Windows
  27.     system you might have.
  28.  
  29. o   If you select the COPY WIN-OS/2 DESKTOP FROM EXISTING
  30.     WINDOWS DESKTOP choice, the installation program
  31.     copies the system files from your existing Windows
  32.     system to your WIN-OS/2 directory.  Additional OS/2
  33.     information is then added to these files.  An advan-
  34.     tage to selecting this choice is that, after instal-
  35.     lation, your WIN-OS/2 desktop will look like your
  36.     familiar Windows desktop.  However, any changes that
  37.     you make to the WIN-OS/2 desktop will not be made to
  38.     the Windows desktop.
  39.  
  40. |   However, if you select the UPDATE WINDOWS DESKTOP
  41. |   WHEN WIN-OS/2 DESKTOP IS MODIFIED choice, the instal-
  42. |   lation program points to your Windows system files.
  43.  
  44. o   Select PRESERVE WIN-OS/2 DESKTOP CURRENTLY INSTALLED
  45.     if you already have a previous version of WIN-OS/2
  46.     support installed and you want your newly installed
  47.     version to resemble the current version.
  48.  
  49.  
  50.  
  51. .********************************************************************
  52.  
  53. The following is a supplement to the OS/2 2.1 information.
  54.  
  55.  
  56. PCMCIA SUPPORT FOR OS/2 2.1
  57.  
  58.    OS/2 2.1 supports the Level 2.0 Personal
  59.    Computer Memory Card International Association
  60.    (PCMCIA) specification for credit-card sized
  61.    adapters such as memory, I/O devices, modems,
  62.    and LAN adapters.  OS/2 2.1 can support
  63.    environments that comply with layers 1, 2, and
  64.    3 of the PCMCIA specification.  As a result,
  65.    OS/2 2.1 contains the Card Services support
  66.    that allows adapter manufacturers to write
  67.    Client Device Drivers and system manufacturers
  68.    to ship Socket Services.
  69.  
  70.    Following is a brief description of each of the
  71.    PCMCIA layers:
  72.  
  73.    Card Services:
  74.  
  75.    OS/2 2.1 contains the PCMCIA Card Services
  76.    layer of support.  The OS/2 Card Services
  77.    support provides PCMCIA 2.00 Card Services
  78.    conforming interfaces as a 16-bit inter-device
  79.    driver communications (IDC) interface.  These
  80.    interfaces are documented in Chapter 13 of the
  81.    OS/2 DDK I/O Device Driver Reference Manual.
  82.    The PCMCIA Card Services layer is responsible
  83.    for managing system resources on behalf of the
  84.    Client Device Drivers and the Socket Services
  85.    layer.  Client Device Drivers must use the Card
  86.    Services interfaces to obtain access and
  87.    configuration support for the various PC Cards
  88.    supported by the client.
  89.  
  90.    Client Device Drivers:
  91.  
  92.    Client Device Drivers are required to
  93.    manipulate the PC Card and provide the
  94.    application transparency for the card devices.
  95.    Client Device Drivers use the OS/2 Card
  96.    Services IDC interface to setup and release the
  97.    various resources (such as IRQ, IO ports, and
  98.    memory addresses) for PC Cards.  These Client
  99.    Device Drivers are supplied by the adapter
  100.    manufacturer.  Initialization details as well
  101.    as Card_Insertion and Card_Removal event
  102.    processing examples are provided in Chapter 13
  103.    of the OS/2 DDK IO Device Driver Reference
  104.    Manual.
  105.  
  106.    Resource Utility:
  107.  
  108.    A special Client Device Driver exists, which is
  109.    usually provided by the PC manufacturer.  This
  110.    special client is called the Resource Utility
  111.    or Resource Client.  The Resource Utility is
  112.    responsible for providing Card Services with a
  113.    system-specific resource map for the personal
  114.    computer.  The Resource Client does not own any
  115.    PC Cards or devices and is only active during
  116.    the PCMCIA subsystem initialization.  OS/2 Card
  117.    Services is initialized using a generic default
  118.    system resource map that might not utilize the
  119.    current system's resources in an optimal
  120.    manner.  Therefore, it is important that a
  121.    system specific Resource Utility be provided by
  122.    each system manufacturer with system model
  123.    resource details.  Please consult Chapter 13 of
  124.    the OS/2 DDK IO Device Driver Reference Manual
  125.    for details on the OS/2 Card Services default
  126.    resource map as well as the Resource Utility.
  127.  
  128.    Socket Services:
  129.  
  130.    The PCMCIA Socket Services layer has the
  131.    responsibility of encapsulating the socket
  132.    hardware controller details into the PCMCIA
  133.    Socket Services interfaces.  The PCMCIA Socket
  134.    Services layer might be implemented in either
  135.    ROM BIOS or as a device driver.  OS/2 Card
  136.    Services uses the PCMCIA Socket Services 2.00
  137.    interfaces implemented in a 16-bit IDC
  138.    interface.  Because no ROM BIOS implementations
  139.    of Socket Services were available to test, OS/2
  140.    2.1 supports only implementations built as OS/2
  141.    Physical Device Drivers.
  142.  
  143.    For more details please see Chapter 13 of the
  144.    OS/2 DDK IO Device Driver Reference Manual.
  145.  
  146.    In summary, OS/2 2.1 provides the PCMCIA Card
  147.    Services layer.  There are other PCMCIA layers
  148.    that are required in order to have a fully
  149.    functioning PCMCIA configuration.  The Socket
  150.    Services and Resource Utility should come with
  151.    the system unit/adapter option and should be
  152.    located on the Hardware Options Reference/Setup
  153.    diskette along with installation instructions.
  154.    The Client Device Drivers should be provided by
  155.    the PC Card/Device manufacturer and should be
  156.    located on the PC Card Reference/Setup diskette
  157.    along with installation instructions.  It
  158.    should be noted that some PC Cards do not come
  159.    with any software support or hardware reference
  160.    diskettes.  These PC Cards require that a third
  161.    party program manage the PC Card.  When
  162.    purchasing PC Cards, be sure its requirements
  163.    are fully explained.
  164.  
  165.    IBM is aware of its customer's problems in
  166.    obtaining these layers of support and is
  167.    working with the PCMCIA manufacturers to
  168.    resolve this situation.
  169.  
  170.  
  171. .*********************************************************************
  172.  
  173. The following information updates the OS/2 2.1 Installation Guide:
  174.  
  175. OS/2 2.1 INSTALLATION GUIDE UPDATE
  176.  
  177.    Throughout the OS/2 2.1 Installation Guide,
  178.    references are made to the amount of disk space
  179.    needed to install any or all of the operating
  180.    system.  These amounts do not include the disk
  181.    space required by the SWAPPER.DAT file.  The
  182.    SWAPPER.DAT file is used by the operating
  183.    system to store memory pages it moves out of
  184.    memory.  Depending on the amount of memory and
  185.    the types of applications you plan to run, you
  186.    might need up to 12MB of additional disk space.
  187.  
  188.    When planning for the installation of OS/2 2.1,
  189.    estimate your disk requirements to be 12MB
  190.    higher than those stated in the book.
  191.