-
- Downloads
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
No related branches found
No related tags found
Showing
- selector.c 264 additions, 0 deletionsselector.c
- test.exe 0 additions, 0 deletionstest.exe
- unixlib.spec 6 additions, 0 deletionsunixlib.spec
- user.c 17 additions, 0 deletionsuser.c
- user.spec 6 additions, 0 deletionsuser.spec
- wine 0 additions, 0 deletionswine
- wine.c 348 additions, 0 deletionswine.c
- winetest/main.c 101 additions, 0 deletionswinetest/main.c
- winetest/makefile 47 additions, 0 deletionswinetest/makefile
- winetest/winetest.def 11 additions, 0 deletionswinetest/winetest.def
- winetest/winetest.h 2 additions, 0 deletionswinetest/winetest.h
- winetest/winetest.rc 11 additions, 0 deletionswinetest/winetest.rc
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