=?UTF-8?Q?Fr=C3=A9d=C3=A9ric=20Delanoy=20?=: winedev: dosmod is obsolete.

Alexandre Julliard julliard at winehq.org
Thu Aug 15 13:01:53 CDT 2013


Module: docs
Branch: master
Commit: d9c735175a81ae735a3dd806132c3ac131cd9806
URL:    http://source.winehq.org/git/docs.git/?a=commit;h=d9c735175a81ae735a3dd806132c3ac131cd9806

Author: Frédéric Delanoy <frederic.delanoy at gmail.com>
Date:   Thu Aug 15 17:22:42 2013 +0200

winedev: dosmod is obsolete.

---

 en/winedev-debugger.sgml |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/en/winedev-debugger.sgml b/en/winedev-debugger.sgml
index de627f1..9f0344a 100644
--- a/en/winedev-debugger.sgml
+++ b/en/winedev-debugger.sgml
@@ -1148,13 +1148,7 @@ winedbg myprog.exe
               order to get a "linear DOS" address.  So
               e.g. 0x0f04:0x3628 results in 0xf040 + 0x3628 = 0x12668.
               And the highest address you can get is 0xfffff (1MB), of
-              course.  In Wine, this "linear DOS" address of 0x12668
-              has to be added to the linear base address of the
-              corresponding DOS memory allocated for dosmod in order
-              to get the true linear address of a DOS seg:offs
-              address.  And make sure that you're doing this in the
-              correct process with the correct linear address space,
-              of course ;-)
+              course.
             </para>
           </listitem>
         </varlistentry>




More information about the wine-cvs mailing list