<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[孤城浪子的地盘]]></title> 
<link>https://www.gclz.cn/index.php</link> 
<description><![CDATA[]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[孤城浪子的地盘]]></copyright>
<item>
<link>https://www.gclz.cn/post//</link>
<title><![CDATA[通过/PAE选项打开Windows 2003/2000的大内存支持]]></title> 
<author>孤城浪子 &lt;admin@yourname.com&gt;</author>
<category><![CDATA[服务器设置]]></category>
<pubDate>Wed, 02 Apr 2008 02:25:46 +0000</pubDate> 
<guid>https://www.gclz.cn/post//</guid> 
<description>
<![CDATA[ 
	现阶段内存便宜了，很多人购买了4G或4G以上内存，但是操作系统只识别到3.25G，对于网上说使用4G内存必须要64位系统的说法是错误的，只要<span class="t1">启用物理地址扩展 (PAE)</span>就能支持4G以上内存：<br /><br /><strong>概述：</strong>本文介绍 4 GB 随机存取存储器 (RAM) 调优功能和物理地址扩展 (PAE) 开关。<br /><div class="sbody"><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </div>Boot.ini 文件中的 <strong>/3GB</strong> 和 <strong>/PAE</strong> 开关将用于以下产品：<table border="0" class="list ul"><tbody><tr><td class="bullet">&bull;</td><td class="text">Microsoft Windows 2000 Advanced Server</td></tr><tr><td class="bullet">&bull;</td><td class="text">Microsoft Windows 2000 Datacenter Server</td></tr><tr><td class="bullet">&bull;</td><td class="text">Microsoft Windows Server 2003 Enterprise Edition</td></tr><tr><td class="bullet">&bull;</td><td class="text">Microsoft Windows Server 2003 Datacenter Edition</td></tr><tr><td class="bullet">&bull;</td><td class="text">Microsoft Windows Small Business Server 2003</td></tr></tbody></table>当 <strong>/3GB</strong> 开关用于 Windows 2000 Professional 或 Windows 2000 Server 时，内核组件将使用 4 GB RAM 调优功能，按照与在 Windows 2000 Advanced Server 和 Windows 2000 Datacenter Server 中加载时的相同的方式加载到内存空间。此功能使得设备驱动程序开发人员能够在此配置中测试其驱动程序，而不必安装 Windows 2000 Advanced Server 或 Windows 2000 Datacenter Server。用户模式内存空间仍限制为 2 GB。<br /><br />当将 <strong>/3GB</strong> 开关用于 Windows XP Professional、Windows Server 2003 Datacenter Edition 或 Windows Server 2003 Enterprise Edition 时，<strong>/3GB</strong> 开关&nbsp;&nbsp;在所有版本中的作用完全一样。此功能使得设备驱动程序开发人员能够&nbsp;&nbsp;在此配置中测试其驱动程序，而不必安装上述列出的某一种 Windows Server 2003 产品。用户模式内存空间现在限制为 3 GB。<br /><br /><strong>警告</strong>：Microsoft 支持在供 Active Directory 使用的生产环境中在 Windows Server 2003 Standard Edition 中使用 <strong>/3GB</strong> 开关。对于其他应用程序，Microsoft 仅支持在符合以下条件的生产环境中的 Windows Server 2003 Standard Edition 中使用 <strong>/3GB</strong> 开关：应用程序供应商已经在这一环境中进行了测试，并且供应商愿意支持使用此功能的客户。使用此功能进行的生产中支持 Microsoft Exchange Server 2003 和 Microsoft SQL Server 2000。有关应用程序供应商的应用程序，请与他们联系。<strong>/3GB</strong> 开关可能会导致一些应用程序出现与地址依赖性或内核空间降低相关的问题。除这里描述的情况外，Windows Server 2003 Standard Edition 中的 <strong>/3GB</strong> 开关只用于开发和测试目的。<br /><br /><strong>/PAE</strong> 开关使开发人员能够通过将 64 位地址转发到内核模式组件来执行对设备驱动程序的类似测试。此功能称为物理地址扩展 (PAE)，它并不是对所有的芯片集都有效。通过使用 Boot.ini 文件中的可以丢弃低于 4 GB 内存的 <strong>/nolowmem</strong> 开关，可保证让任何超过 32 位的地址都可以使用。<br /><br /><strong>重要说明</strong>：这些配置在 Windows 2000 Professional 和 Windows 2000 Server 上不受支持。这些配置仅供测试使用。除非您正在使用本节最前面的项目列表中所列的产品，否则不要在生产环境中使用这些开关。<br /><br />在 这些产品中，4 GB RAM 调优功能支持让程序使用 3 GB 的用户模式内存。此功能可以将用户模式内存的虚拟地址范围扩展到 0x0000000-0xBFFFFFF（用户模式地址范围一般是 0x0000000-0x7FFFFFFF）。可用于内核模式组件的内存范围将从 0x80000000-0xFFFFFFFF 缩小到 0xC0000000-0xFFFFFFFF。在生产环境中，我们建议不要在 Windows Server 2003 Standard Edition 中使用此项功能。<br /><br /> 将 Boot.ini 文件中的 <strong>/3GB</strong> 开关用于 Windows 2000 Professional 或 Windows 2000 Server 时，可以让用户模式内存的范围看起来是 3 GB。不过，0x80000000 - 0xBFFFFFFF 之间的内存不可用。因为现在将内核模式组件限制为使用 0xC0000000 到 0xFFFFFFF 这一范围的内存，所以开发人员可以测试内核模式组件。<br /><br /><br />参考文章：<br />http://support.microsoft.com/kb/291988/<br />http://support.microsoft.com/kb/268363/<br /><br /><br /><strong><strong><span class="t1">如何启用物理地址扩展 (PAE)<br /><br /></span></strong></strong><span class="t1">修改</span> Boot.ini 文件，然后将 /PAE 参数添加到 ARC 路径中，如以下 Windows Server 2003 Datacenter Edition 示例所示：<br /> <br /> multi(0)disk(0)rdisk(0)partition(1)&#92;%systemroot%=&quot;Windows Server 2003, Datacenter Edition&quot; /PAE<br /><br /><br /><strong><span class="t1">禁用PAE模式方法<br /><br /><br /></span></strong>修改BOOT.INI文件，<br /> <br /> &ldquo;multi(0)disk(0)rdisk(0)partition(1)&#92;WINDOWS=&quot;Microsoft Windows XP Professional&quot; /noexecute=optin /fastdetect&rdquo;中的/noexecute=optin改成/execute 改完后保存该文件，然后重启电脑便OK。
]]>
</description>
</item><item>
<link>https://www.gclz.cn/post//#blogcomment</link>
<title><![CDATA[[评论] 通过/PAE选项打开Windows 2003/2000的大内存支持]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://www.gclz.cn/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>