Sweden-Number/loader
Ove Kaaven b8e7a833c7 Added some new dosmod communication possibilities, including
activating a dosmod-specific setitimer(), and the capture of some
common signals, which is returned to Wine (previously a SIGILL
would just cause a "dosmod sync lost" without explanation, now it
invokes the Wine debugger). Invokes int 08 upon receipt of dosmod
SIGALRM, thus simulating the DOS timer. Made DOS interrupt calls
be reported by -debugmsg +relay instead of -debugmsg +int. And
fixed non-i386 compilation of dosmod. (Anything else?!)
1998-12-24 16:23:01 +00:00
..
dos Added some new dosmod communication possibilities, including 1998-12-24 16:23:01 +00:00
ne NE_MODULE.stack_size was set to a ridiculously small value of 5. 1998-12-07 12:52:23 +00:00
.cvsignore Initial revision 1998-10-04 18:02:24 +00:00
Makefile.in Generic dynamic dll loader using dl*() API. 1998-10-11 11:10:27 +00:00
elf.c Run Winelib applications as 32-bit processes in the initial task. 1998-11-01 18:01:53 +00:00
libres.c Release 980601 1998-06-01 10:44:35 +00:00
main.c Desktop window queue handling adapted. 1998-12-24 15:17:02 +00:00
module.c Reorganized PE module loading to prepare for elf-dll loader. 1998-12-18 15:38:15 +00:00
pe_image.c Reorganized PE module loading to prepare for elf-dll loader. 1998-12-18 15:38:15 +00:00
pe_resource.c Renamed all LPIMAGE_* types to PIMAGE_*. 1998-10-16 09:30:33 +00:00
resource.c Moved ...Resource16 routines to loader/resource.c. 1998-11-25 17:58:51 +00:00
signal.c Made async IO (SIGIO) stuff from WINSOCK generic useable. 1998-12-14 18:15:10 +00:00
task.c Use Callout table instead of direct GetProcAddress. 1998-12-24 15:13:54 +00:00