Added some new dosmod communication possibilities, including
commitb8e7a833c7bac50e40ff6774de4fc314b463a4a7
authorOve Kaaven <ovek@arcticnet.no>
Thu, 24 Dec 1998 16:23:01 +0000 (24 16:23 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 24 Dec 1998 16:23:01 +0000 (24 16:23 +0000)
treec3dee38fd7bd4348bea0e4dca398ef40a6e28f44
parenta844189d1ac15a2bab78f8241f3c317e65975217
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?!)
loader/dos/dosmod.c
loader/dos/dosmod.h [new file with mode: 0644]
loader/dos/dosvm.c
loader/dos/module.c