Moved most global data out of the LPDOSTASK structure.
authorAlexandre Julliard <julliard@winehq.org>
Sun, 24 Sep 2000 20:47:50 +0000 (20:47 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 24 Sep 2000 20:47:50 +0000 (20:47 +0000)
commit770eb51ed574c4b17ad63395bbddcc1b3dc83dc6
tree31a9102abd689c1898df5e45e53fece6d6d56db5
parent0ff083bab8af1bb9acfc4a140c48ae043b8dbaed
Moved most global data out of the LPDOSTASK structure.
Allocate DPMI real-mode segments globally at startup.
Try to allocate DOS memory at address 0.
14 files changed:
include/dosexe.h
include/ldt.h
include/miscemu.h
include/winnt.h
loader/dos/dosvm.c
loader/dos/module.c
loader/task.c
memory/instr.c
msdos/devices.c
msdos/dosmem.c
msdos/dpmi.c
msdos/int09.c
msdos/int2f.c
msdos/int33.c