Changeset 4168 for trunk/changelog
- Timestamp:
- Sep 2, 2000, 11:31:53 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r4151 r4168 1 /* $Id: changelog,v 1.1098 2000-09-02 08:37:42 sandervl Exp $ */ 1 /* $Id: changelog,v 1.1099 2000-09-02 21:31:53 bird Exp $ */ 2 3 2000-09-01: knut st. osmundsen <knut.stange.osmundsen@mynd.no> 4 - Win32k: Finally. I've merged the new changes into the main branch. 5 The most important things are: 6 - More correct search order for DLLs. The differences are 7 now that _ALL_ DLLs are found using the Windows search 8 order, and that the LIBPATH are also searched (last). 9 - PE.EXE may be invoked by Win32k.sys. 10 Win32k.sys will now operate in three modes: 11 - Pure Pe2Lx mode. Only the Pe2Lx method is used. 12 - Mixed Pe2Lx and Pe.exe mode. Pe.exe is invoked for 13 executables which Pe2Lx don't currently support. 14 (like WinWord, which BTW may trap you PC if invoked 15 in Pure mode.) 16 This is the default mode. 17 - Pe.exe mode. Pe.exe is allways used. 18 (see readme.txt, I'll update it to ASAP but not to night. 19 (I tired after working 36 hours on finishing this...) 20 - UNIX Shell Scripts are working (now). 21 - JAVA invokation. If you try to load a JAVA class the 22 it is executed using java.exe. (note that the class 23 name is case sensitive!) 24 - Pure REXX. This one is for Nenad. .RX and .REX are 25 loaded using a tiny REXX starter, kRX.exe (found in 26 System32 directory). 27 - Win32k Control Center, Win32kCC.EXE. Simple PM 28 program which allows you to change the Win32k.SYS 29 options while running. It does also show some status 30 information (will be extended). 31 - Support for FP14 in the Symbol database. 32 (use the 09th Aug. kernel please). 33 34 - KERNEL32: Speeded up loading by using Win32k.sys IOCtl to get 35 objecttable entries (OTE) for the Pe2Lx executable images, 36 instead of using DosQuerySysState (which gets OTEs for all 37 modules in the entrie system). (This is the reason for the 38 win32k.lib file - it's made by the 'libs' rule from src.) 2 39 3 40 2000-09-02: Sander van Leeuwen <sandervl@xs4all.nl>
Note:
See TracChangeset
for help on using the changeset viewer.