Reorganized DOS memory remapping slightly, so that the real-mode
authorOve Kaaven <ovek@arcticnet.no>
Mon, 13 Nov 2000 04:11:57 +0000 (04:11 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 13 Nov 2000 04:11:57 +0000 (04:11 +0000)
commitb27ee9b89d29a39802789c5b806ec8a8c2b4faba
tree4f94821abda094713d6feaa674995c833ab8d2f8
parent27939f00fd49a2a31b33b3717e9c9388007efee7
Reorganized DOS memory remapping slightly, so that the real-mode
interrupt table can exist even when low DOS memory isn't mapped,
and is copied down along with the BIOS area whenever it is mapped.
Added DOSMEM_SystemBase() which returns a pointer to the virtual
real-mode interrupt table and BIOS data segment.
Allowed DOSMEM_Init(TRUE) to be called more than once.
include/miscemu.h
msdos/dosmem.c