commit | b27ee9b89d29a39802789c5b806ec8a8c2b4faba | [log] [tgz] |
---|---|---|
author | Ove Kaaven <ovek@arcticnet.no> | Mon Nov 13 04:11:57 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Nov 13 04:11:57 2000 +0000 |
tree | 4f94821abda094713d6feaa674995c833ab8d2f8 | |
parent | 27939f00fd49a2a31b33b3717e9c9388007efee7 [diff] |
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.