Another random link for the design page.
authorRob Landley <rob@landley.net>
Sun, 28 Dec 2014 20:44:09 +0000 (14:44 -0600)
committerRob Landley <rob@landley.net>
Sun, 28 Dec 2014 20:44:09 +0000 (14:44 -0600)
www/design.html

index c9944e3..4996f33 100755 (executable)
@@ -262,7 +262,8 @@ are always the same size (on both 32 and 64 bit).  Pointer and int are _not_
 the same size on 64 bit systems, but pointer and long are.</p>
 
 <p>This is guaranteed by the LP64 memory model, a Unix standard (which Linux
-and MacOS X both implement).  See
+and MacOS X both implement, and which modern 64 bit processors such as
+x86-64 were <a href=http://www.pagetable.com/?p=6>designed for</a>).  See
 <a href=http://www.unix.org/whitepapers/64bit.html>the LP64 standard</a> and
 <a href=http://www.unix.org/version2/whatsnew/lp64_wp.html>the LP64
 rationale</a> for details.</p>