[4/9]docs/winedev: Add 64-bit to the table

André Hentschel nerv at dawncrow.de
Mon May 10 14:06:30 CDT 2010


---
 en/winedev-architecture.sgml |   19 +++++++++++++++++--
 1 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/en/winedev-architecture.sgml b/en/winedev-architecture.sgml
index 22779ce..431e305 100644
--- a/en/winedev-architecture.sgml
+++ b/en/winedev-architecture.sgml
@@ -100,6 +100,7 @@
 		  <entry>DOS (.COM or .EXE)</entry>
 		  <entry>Win16 (NE)</entry>
 		  <entry>Win32 (PE)</entry>
+		  <entry>Win64 (PE)</entry>
 		  <entry>Winelib</entry>
 		</row>
 	      </thead>
@@ -110,6 +111,7 @@
 		  <entry>Cooperative</entry>
 		  <entry>Preemptive</entry>
 		  <entry>Preemptive</entry>
+		  <entry>Preemptive</entry>
 		</row>
 		<row>
 		  <entry>Address space</entry>
@@ -129,6 +131,10 @@
 		    Each application has it's own address
 		    space. Requires MMU support from CPU. 
 		  </entry>
+		  <entry>
+		    Each application has it's own address
+		    space. Requires MMU support from CPU. 
+		  </entry>
 		</row>
 		<row>
 		  <entry>Windows API</entry>
@@ -143,7 +149,10 @@
 		    Will call the 32 bit Windows API.
 		  </entry>
 		  <entry>
-		    Will call the 32 bit Windows API, and possibly
+		    Will call the 64 bit Windows API.
+		  </entry>
+		  <entry>
+		    Will call the 32/64 bit Windows API, and possibly
 		    also the Unix APIs.
 		  </entry>
 		</row>
@@ -166,6 +175,9 @@
 		    32 bit offsets (hence the 32 bit name).
 		  </entry>
 		  <entry>
+		    Only available on AMD64 architectures.
+		  </entry>
+		  <entry>
 		    Flat model, with 32 bit addresses.
 		  </entry>
 		</row>
@@ -177,7 +189,10 @@
 		    Available.
 		  </entry>
 		  <entry>
-		    Available, but must use the Win32 APIs for
+		    Available.
+		  </entry>
+		  <entry>
+		    Available, but must use the Win32/64 APIs for
 		    threading and synchronization, not the Unix ones.
 		  </entry>
 		</row>
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list