Changed global DOS_LOL into function DOSMEM_LOL() in order to operate
authorOve Kaaven <ovek@arcticnet.no>
Sat, 22 May 1999 10:41:28 +0000 (10:41 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 22 May 1999 10:41:28 +0000 (10:41 +0000)
commit59c827325c871b156be1531bdcb185f1cdc9a127
tree0d8a6a55c1f613dec78eccb09a21c704029b4250
parente54d4d15c4765407b26fe9d9080b60a5a76fad10
Changed global DOS_LOL into function DOSMEM_LOL() in order to operate
on the correct address space. Added DOSMEM_MovePointers() that
relocates selectors when the DOS address space changes (i.e. when
dosmod is spawned, particularly from Win16 apps that uses DPMI to
execute real-mode code). More complete DOS device implementation.
include/miscemu.h
msdos/devices.c
msdos/dosmem.c
msdos/int21.c