• Alexandre Julliard's avatar
    Release 0.0.2 · 2c25c3e9
    Alexandre Julliard authored
    WHAT'S NEW with version 0.0.2:
    
        - Again thanks to Eric Youngdale for some very useful comments.
        - The Windows startup code created by Micrsoft C 7.0 now runs 
          to completion.
        - Added a new patch to the kernel to increase the usable size of
          the ldt to the full 32 entries currently allowed.
        - Imported name relocations are now supported.
        - Source code for my infamous test program is now included.
        - A handful of basic Windows functions are now emulated.  See
          "kernel.spec" for examples of how to use the build program.
    
    WHAT'S NEW with version 0.0.1:
    
        - Eric Youngdale contributed countless improvements in memory
          efficiency, bug fixes, and relocation.
        - The build program has been completed.  It now lets you specify
          how the main DLL entry point should interface to your emulation
          library routines.  A brief description of how to build these
          specifications is included in the file "build-spec.txt".
        - The code to dispatch builtin DLL calls is complete, but untested.
    2c25c3e9
Name
Last commit
Last update
winetest Loading commit data...
COPYRIGHT Loading commit data...
Makefile Loading commit data...
README Loading commit data...
build Loading commit data...
build-spec.txt Loading commit data...
build.c Loading commit data...
dlls.h Loading commit data...
dump.c Loading commit data...
gdi.spec Loading commit data...
heap.c Loading commit data...
if1632.S Loading commit data...
kernel.c Loading commit data...
kernel.spec Loading commit data...
ldt.c Loading commit data...
ldt.tar Loading commit data...
ldtlib.c Loading commit data...
neexe.h Loading commit data...
prototypes.h Loading commit data...
relay.c Loading commit data...
segmem.h Loading commit data...
selector.c Loading commit data...
test.exe Loading commit data...
unixlib.spec Loading commit data...
user.c Loading commit data...
user.spec Loading commit data...
wine Loading commit data...
wine.c Loading commit data...