Separated the MZ loader and core DOS VM into dlls/winedos.
commite5557b357a8fb0244322c30c478d16f6ca193d75
authorOve Kaaven <ovek@arcticnet.no>
Tue, 26 Dec 2000 00:22:45 +0000 (26 00:22 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 26 Dec 2000 00:22:45 +0000 (26 00:22 +0000)
tree5eb45d0492dbdfa613f966d2b170b21e6a2c134e
parent45437038b660d494889a66611aa1924069964808
Separated the MZ loader and core DOS VM into dlls/winedos.
23 files changed:
Make.rules.in
configure
configure.in
dlls/Makefile.in
dlls/ntdll/Makefile.in
dlls/winedos/.cvsignore [new file with mode: 0644]
dlls/winedos/Makefile.in [new file with mode: 0644]
dlls/winedos/dosvm.c [moved from loader/dos/dosvm.c with 95% similarity]
dlls/winedos/module.c [moved from loader/dos/module.c with 96% similarity]
dlls/winedos/winedos.spec [new file with mode: 0644]
include/callback.h
include/dosexe.h
include/miscemu.h
loader/dos/Makefile.in
miscemu/main.c
msdos/devices.c
msdos/dpmi.c
msdos/int09.c
msdos/int16.c
msdos/int20.c
msdos/int21.c
msdos/int33.c
msdos/ioports.c