Release 0.0.2
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.
parents
Showing
COPYRIGHT
0 → 100644
Makefile
0 → 100644
README
0 → 100644
build
0 → 100755
File added
build-spec.txt
0 → 100644
build.c
0 → 100644
This diff is collapsed.
Click to expand it.
dlls.h
0 → 100644
dump.c
0 → 100644
gdi.spec
0 → 100644
heap.c
0 → 100644
if1632.S
0 → 100644
kernel.c
0 → 100644
kernel.spec
0 → 100644
ldt.c
0 → 100644
ldt.tar
0 → 100644
File added
ldtlib.c
0 → 100644
neexe.h
0 → 100644
prototypes.h
0 → 100644
relay.c
0 → 100644
segmem.h
0 → 100644
selector.c
0 → 100644
test.exe
0 → 100755
File added
unixlib.spec
0 → 100644
user.c
0 → 100644
user.spec
0 → 100644
wine
0 → 100755
File added
wine.c
0 → 100644
winetest/main.c
0 → 100755
winetest/makefile
0 → 100755
winetest/winetest.def
0 → 100755
winetest/winetest.h
0 → 100755
winetest/winetest.rc
0 → 100755
Please
register
or
sign in
to comment