commit | 80fc23a93931e1ab5e12a9e44433bd3b8c286fc1 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Sun Oct 15 00:37:50 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun Oct 15 00:37:50 2000 +0000 |
tree | fa82a4f2eccacc5f1f2d1de34ec249b59da81975 | |
parent | 353962d5b4e083ad158c12d2cee71e50b936ceb7 [diff] [blame] |
Set selector 0000H base to 0xf0000 until the first 64K are unprotected.
diff --git a/include/miscemu.h b/include/miscemu.h index 96dbfd8..07e25ec 100644 --- a/include/miscemu.h +++ b/include/miscemu.h
@@ -122,6 +122,7 @@ #include "poppack.h" +extern WORD DOSMEM_0000H; extern WORD DOSMEM_BiosDataSeg; extern WORD DOSMEM_BiosSysSeg; extern BIOSDATA * DOSMEM_BiosData();