Changeset 4788


Ignore:
Timestamp:
Dec 11, 2000, 7:58:50 AM (25 years ago)
Author:
bird
Message:

Added win32k.sys option -Dllfixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/Readme.txt

    r4179 r4788  
    240240(Fixpack 32 + y2kclock.exe is required for Y2K readyness anyway so...)
    241241
    242 2.3.2.1 OS/2 2.11
    243 -----------------
    244 
    245 For the curiose user, Win32k.sys will probably work with OS/2 2.11 too.
    246 I've not test this. But I have run successful Ring-3 tests against the
    247 lates 2.11 fixpack kernels.
    248 
    249242
    2502432.3.3 Installation
     
    335328-Resheapinit:   Initial resident in bytes.
    336329                Default: 16MB
     330
     331
     332OS/2 Loader parameter:
     333-Dllfixes<:E|:D>
     334                Enables or Disables the long DLL name and non .DLL
     335                extention fixes. OS/2 DLLs have been limited to 8 chars
     336                names since version 2.<something>. This is a very bad
     337                limitation. Also OS/2 forces all DLL loaded to loadtime
     338                to have the extention '.DLL'.
     339                Both these retritions are removed if this option is
     340                enabled.
     341                For DLL with non .DLL extention the internal name must
     342                have to the extention included. (If you the experiences
     343                problems with IMPLIB.EXE, enclose the internal name
     344                in double-quotes.)
     345                You should not make a DLL with a name starting with
     346                DOSCALLS, DOSCALLS1, IBMVGA32, IBMDEV32 or IBMXGA32.
     347                Current state for this feature is EXPERIMENTAL.
     348                Default: Enabled
    337349
    338350
Note: See TracChangeset for help on using the changeset viewer.