[PATCH 6/6] [docs] winedev: dosmod is obsolete

Frédéric Delanoy frederic.delanoy at gmail.com
Thu Aug 15 10:22:42 CDT 2013


---
 en/winedev-debugger.sgml | 8 +-------
 1 file changed, 1 insertion(+), 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>
-- 
1.8.3.4




More information about the wine-patches mailing list