<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tongfamily Website &#187; Windows 64 Bit</title>
	<atom:link href="http://www.tongfamily.com/archives/tag/windows-64-bit/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tongfamily.com</link>
	<description>Tips, Tricks and Traps from the Tong's</description>
	<lastBuildDate>Mon, 06 Sep 2010 23:29:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Windows 32 bit address limits</title>
		<link>http://www.tongfamily.com/archives/2008/09/windows-32-bit-address-limits/</link>
		<comments>http://www.tongfamily.com/archives/2008/09/windows-32-bit-address-limits/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 18:21:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Configuration Data]]></category>
		<category><![CDATA[Custom Tool]]></category>
		<category><![CDATA[Gigabyte]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Msdn]]></category>
		<category><![CDATA[Operating System]]></category>
		<category><![CDATA[Pae]]></category>
		<category><![CDATA[Parameters]]></category>
		<category><![CDATA[Physical Address]]></category>
		<category><![CDATA[Programmers]]></category>
		<category><![CDATA[Segment Registers]]></category>
		<category><![CDATA[Segmented Memory]]></category>
		<category><![CDATA[Time Marches On]]></category>
		<category><![CDATA[Type 32]]></category>
		<category><![CDATA[Windows 64 Bit]]></category>

		<guid isPermaLink="false">http://www.tongfamily.com/2008/09/windows-32-bit-address-limits/</guid>
		<description><![CDATA[Hey, I can&#8217;t believe we are out of address space again. I lived that way too long ago going from 8 bit (remember when 128KB was an unbelievable amount of money) to 16 bit (remember when 8MB was just ridiculous) to 32 bit (remember when 1GB was a huge amount). So now those simple decisions. [...]]]></description>
			<content:encoded><![CDATA[<p>Hey, I can&#8217;t believe we are out of address space again. I lived that way too long ago going from 8 bit (remember when 128KB was an unbelievable amount of money) to 16 bit (remember when 8MB was just ridiculous) to 32 bit (remember when 1GB was a huge amount).</p>

<p>So now those simple decisions. In each case the same trick is done every time which has been called segmented memory or now <span class="caps">PAE </span>(physical address extension). Where the operating system knows about lots more memory, the application sets bits that say, I want to look at this segment, this and so forth, so there are segment registers running around that you have to set. Old 80286 programmers spent their lives doing this. For 10 years, this was not an issue, but time marches on. </p>

<p>As he points out, <a href="http://msdn.microsoft.com/en-us/library/aa366778.aspx"><span class="caps">MSDN</span></a> has the exact limitations which are intensely complicated. There is some structure called <span class="caps">IMAGE</span>_FILE_LARGE_ADDRESS_AWARE and also &#8220;4-gigabyte tuning (4GT). My head hurts already!</p>

<p>The default is that applications see 4GB total and 2GB are for applications and 2GB are for the system. What <a href="http://msdn.microsoft.com/en-us/library/bb613473">4GT</a>(VS.85).aspx changes this so application can see 3GB. Of course, you need some custom tool and hack away boot.ini via some utiilty like bcdedit (Boot Configuration Data Editor)</p>

<p>I read the whole thing and I&#8217;ve been so far outside of Windows, my head literally hurt between all the versions of Windows and the many parameters you can set.</p>

<table><tr><td>Type</td><td>32-bit Windows</td><td>64-bit</td></tr><tr><td>32-bit apps</td><td>2GB</td><td>2GB</td></tr><tr><td>32-bit apps</td></tr></table>]]></content:encoded>
			<wfw:commentRss>http://www.tongfamily.com/archives/2008/09/windows-32-bit-address-limits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
