<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Stima Soft</title>
	<atom:link href="http://www.evolua.ro/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.evolua.ro</link>
	<description>Stima Soft web blog</description>
	<lastBuildDate>Wed, 07 Apr 2010 12:44:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Doi roboti by adriant</title>
		<link>http://www.evolua.ro/doi-roboti/#comment-4336</link>
		<dc:creator>adriant</dc:creator>
		<pubDate>Wed, 07 Apr 2010 12:44:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.evolua.ro/?p=292#comment-4336</guid>
		<description>Problema e tradusa relativ incorect....
Varianta originala este :

Two robots are to be parachuted onto random locations on an infinite line. When they land, their parachutes detach and remain where they are. The robots may be programmed from the following instruction set:

    * Go left one unit
    * Go right one unit
    * Skip next instruction unless there is a parachute here
    * Go to label 

Each instruction takes one cycle to execute. Program the robots to collide.

Note: From Microsoft. How cool!</description>
		<content:encoded><![CDATA[<p>Problema e tradusa relativ incorect&#8230;.<br />
Varianta originala este :</p>
<p>Two robots are to be parachuted onto random locations on an infinite line. When they land, their parachutes detach and remain where they are. The robots may be programmed from the following instruction set:</p>
<p>    * Go left one unit<br />
    * Go right one unit<br />
    * Skip next instruction unless there is a parachute here<br />
    * Go to label </p>
<p>Each instruction takes one cycle to execute. Program the robots to collide.</p>
<p>Note: From Microsoft. How cool!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Customize Your ThunderBird by ionutt</title>
		<link>http://www.evolua.ro/customize-your-thunderbird/#comment-1047</link>
		<dc:creator>ionutt</dc:creator>
		<pubDate>Tue, 14 Jul 2009 14:01:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.evolua.ro/?p=157#comment-1047</guid>
		<description>user_pref(&quot;mailnews.reply_header_authorwrote&quot;, &quot;%s said the following&quot;);
user_pref(&quot;mailnews.reply_header_ondate&quot;, &quot;on %s&quot;);
user_pref(&quot;mailnews.reply_header_separator&quot;, &quot; &quot;);
user_pref(&quot;mailnews.reply_header_type&quot;, 3);</description>
		<content:encoded><![CDATA[<p>user_pref(&#8220;mailnews.reply_header_authorwrote&#8221;, &#8220;%s said the following&#8221;);<br />
user_pref(&#8220;mailnews.reply_header_ondate&#8221;, &#8220;on %s&#8221;);<br />
user_pref(&#8220;mailnews.reply_header_separator&#8221;, &#8221; &#8220;);<br />
user_pref(&#8220;mailnews.reply_header_type&#8221;, 3);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More than 3.2 GB Memory Support (Linux) by si pentru windows / 3GB</title>
		<link>http://www.evolua.ro/more-than-32-gb-memory-support-linux/#comment-10</link>
		<dc:creator>si pentru windows / 3GB</dc:creator>
		<pubDate>Mon, 19 Jan 2009 11:05:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.evolua.ro/?p=121#comment-10</guid>
		<description>Windows Driver Kit: Driver Development Tools
/3GB

On 32-bit versions of Windows, the /3GB parameter enables 4 GT RAM Tuning, a feature that enlarges the user-mode virtual address space to 3 GB and restricts the kernel-mode components to the remaining 1 GB.

/3GB [ /userva=SizeInMB ] 

Subparameters
/userva
    Specifies an alternate amount of user-mode virtual address space for operating systems booted with the /3GB parameter.
SizeInMB
    Specifies the amount of memory, in megabytes, for user-mode virtual address space. This variable can have any value between 2048 (2 GB) and 3072 (3 GB) megabytes in decimal notation. Windows uses the remaining address space (4 GB minus the specified amount) as its kernel-mode address space.

Comments

The /3GB parameter is supported on Windows Server 2003, Windows XP, Windows 2000, and Windows NT. On Windows Vista and later versions of Windows, use the IncreaseUserVA element in BCDEdit.

On Windows, by default, the lower 2 GB are reserved for user-mode programs and the upper 2 GB are reserved for kernel-mode programs. You can use this parameter to test the performance of your driver when it is running in a 1 GB kernel.

The 4 GT RAM Tuning feature is fully functional on Microsoft Windows NT Server 4.0, Enterprise Edition with Service Pack 3, Microsoft Windows 2000 Advanced Server, Microsoft Windows 2000 Datacenter Server, and all editions of Windows XP, Windows Server 2003, Windows Vista, and later versions of Windows.

On other versions of Windows NT and Windows 2000, this feature restricts the kernel to addresses above the 3 GB boundary. However, user-mode applications cannot access more than 2 GB of address space.

The /userva subparameter is designed for computers that need more than 2 GB but less than 3 GB of user-mode address space, particularly those that are running memory-intensive user-mode programs. When used without the /3GB parameter, /userva is ignored.

The /3GB and /userva parameters are valid only on boot entries for 32-bit versions of Windows on computers with x86 or x64-based processors.

To take advantage of the 3 GB available to user-mode programs, the program must be linked with the /LARGEADDRESSAWARE option.

On 64-bit versions of Windows Server 2003, the system automatically expands the virtual address space available to 32-bit user-mode programs linked with the /LARGEADDRESSAWARE option as needed without the /3GB boot parameter. On Windows Server 2003 RTM (without Service Pack 1), these 32-bit programs can access up to 3 GB of virtual address space. On Windows Server 2003 with Service Pack 1, they can access up to 4 GB of virtual address space. Native 64-bit user-mode programs can access up to 8 TB of virtual address space.

Booting with the /3GB parameter decreases the amount of kernel virtual address space on the system. In order to fit all of the kernel resources within the remaining 1 GB of virtual memory, NT-based Windows operating systems prior to Windows Vista, Windows restricts physical memory to frames below the 16 GB physical boundary and on Windows Vista, it restricts physical memory to frames below the 64 GB boundary. Because allocation of memory resources in Windows Vista is dynamic and, therefore, more adaptable and efficient, the system can devote more memory space to addressing, thereby accommodating more physical memory.

The following table lists the physical memory limits of 32-bit Windows operating systems that support the use of more than 4 GB of physical memory with and without the /3GB boot parameter.

Operating system 	Physical memory limit without /3GB 	Physical memory limit with /3GB
Windows Vista 	4 GB 	4 GB (no effect)
Windows Vista, Datacenter Edition 	128 GB 	64 GB
Windows Server 2003, Enterprise Edition 	32 GB 	16 GB
Windows Server 2003, Enterprise Edition SP1 	64 GB 	16 GB
Windows Server 2003, Datacenter Edition 	128 GB 	16 GB
Windows Server 2003, Datacenter Edition SP1 	128 GB 	16 GB
Windows XP (all editions) 	4 GB 	4 GB (no effect)

On Windows XP, some drivers, especially video adapter drivers with onboard RAM, cannot run with the /3GB parameter because they require more address space than the 1 GB kernel address space permits.
Examples

multi(0)disk(0)rdisk(0)partition(1)\WINDOWS=&quot;Windows Server 2003, Enterprise&quot; /fastdetect /3GB

multi(0)disk(0)rdisk(0)partition(1)\WINDOWS=&quot;Windows Server 2003, Enterprise&quot; /fastdetect /3GB /userva=3030

Bootcfg Commands

bootcfg /raw &quot;/3GB&quot; /A /ID 1
bootcfg /raw &quot;/3GB /userva=3030&quot; /A /ID 2</description>
		<content:encoded><![CDATA[<p>Windows Driver Kit: Driver Development Tools<br />
/3GB</p>
<p>On 32-bit versions of Windows, the /3GB parameter enables 4 GT RAM Tuning, a feature that enlarges the user-mode virtual address space to 3 GB and restricts the kernel-mode components to the remaining 1 GB.</p>
<p>/3GB [ /userva=SizeInMB ] </p>
<p>Subparameters<br />
/userva<br />
    Specifies an alternate amount of user-mode virtual address space for operating systems booted with the /3GB parameter.<br />
SizeInMB<br />
    Specifies the amount of memory, in megabytes, for user-mode virtual address space. This variable can have any value between 2048 (2 GB) and 3072 (3 GB) megabytes in decimal notation. Windows uses the remaining address space (4 GB minus the specified amount) as its kernel-mode address space.</p>
<p>Comments</p>
<p>The /3GB parameter is supported on Windows Server 2003, Windows XP, Windows 2000, and Windows NT. On Windows Vista and later versions of Windows, use the IncreaseUserVA element in BCDEdit.</p>
<p>On Windows, by default, the lower 2 GB are reserved for user-mode programs and the upper 2 GB are reserved for kernel-mode programs. You can use this parameter to test the performance of your driver when it is running in a 1 GB kernel.</p>
<p>The 4 GT RAM Tuning feature is fully functional on Microsoft Windows NT Server 4.0, Enterprise Edition with Service Pack 3, Microsoft Windows 2000 Advanced Server, Microsoft Windows 2000 Datacenter Server, and all editions of Windows XP, Windows Server 2003, Windows Vista, and later versions of Windows.</p>
<p>On other versions of Windows NT and Windows 2000, this feature restricts the kernel to addresses above the 3 GB boundary. However, user-mode applications cannot access more than 2 GB of address space.</p>
<p>The /userva subparameter is designed for computers that need more than 2 GB but less than 3 GB of user-mode address space, particularly those that are running memory-intensive user-mode programs. When used without the /3GB parameter, /userva is ignored.</p>
<p>The /3GB and /userva parameters are valid only on boot entries for 32-bit versions of Windows on computers with x86 or x64-based processors.</p>
<p>To take advantage of the 3 GB available to user-mode programs, the program must be linked with the /LARGEADDRESSAWARE option.</p>
<p>On 64-bit versions of Windows Server 2003, the system automatically expands the virtual address space available to 32-bit user-mode programs linked with the /LARGEADDRESSAWARE option as needed without the /3GB boot parameter. On Windows Server 2003 RTM (without Service Pack 1), these 32-bit programs can access up to 3 GB of virtual address space. On Windows Server 2003 with Service Pack 1, they can access up to 4 GB of virtual address space. Native 64-bit user-mode programs can access up to 8 TB of virtual address space.</p>
<p>Booting with the /3GB parameter decreases the amount of kernel virtual address space on the system. In order to fit all of the kernel resources within the remaining 1 GB of virtual memory, NT-based Windows operating systems prior to Windows Vista, Windows restricts physical memory to frames below the 16 GB physical boundary and on Windows Vista, it restricts physical memory to frames below the 64 GB boundary. Because allocation of memory resources in Windows Vista is dynamic and, therefore, more adaptable and efficient, the system can devote more memory space to addressing, thereby accommodating more physical memory.</p>
<p>The following table lists the physical memory limits of 32-bit Windows operating systems that support the use of more than 4 GB of physical memory with and without the /3GB boot parameter.</p>
<p>Operating system 	Physical memory limit without /3GB 	Physical memory limit with /3GB<br />
Windows Vista 	4 GB 	4 GB (no effect)<br />
Windows Vista, Datacenter Edition 	128 GB 	64 GB<br />
Windows Server 2003, Enterprise Edition 	32 GB 	16 GB<br />
Windows Server 2003, Enterprise Edition SP1 	64 GB 	16 GB<br />
Windows Server 2003, Datacenter Edition 	128 GB 	16 GB<br />
Windows Server 2003, Datacenter Edition SP1 	128 GB 	16 GB<br />
Windows XP (all editions) 	4 GB 	4 GB (no effect)</p>
<p>On Windows XP, some drivers, especially video adapter drivers with onboard RAM, cannot run with the /3GB parameter because they require more address space than the 1 GB kernel address space permits.<br />
Examples</p>
<p>multi(0)disk(0)rdisk(0)partition(1)\WINDOWS=&#8221;Windows Server 2003, Enterprise&#8221; /fastdetect /3GB</p>
<p>multi(0)disk(0)rdisk(0)partition(1)\WINDOWS=&#8221;Windows Server 2003, Enterprise&#8221; /fastdetect /3GB /userva=3030</p>
<p>Bootcfg Commands</p>
<p>bootcfg /raw &#8220;/3GB&#8221; /A /ID 1<br />
bootcfg /raw &#8220;/3GB /userva=3030&#8243; /A /ID 2</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Link simulator cu jQuery by Stimasoft &#187; Blog Archive &#187; Adaugare elemente form on-the-fly</title>
		<link>http://www.evolua.ro/link-simulator-cu-jquery/#comment-5</link>
		<dc:creator>Stimasoft &#187; Blog Archive &#187; Adaugare elemente form on-the-fly</dc:creator>
		<pubDate>Thu, 20 Nov 2008 17:46:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.evolua.ro/?p=52#comment-5</guid>
		<description>[...] cum am spus la inceputul post-ului Link simulator cu jQuery, in aceasta serie de trucuri mai adaug un &#8220;episod&#8221;. In acest post, vreau sa descriu o [...]</description>
		<content:encoded><![CDATA[<p>[...] cum am spus la inceputul post-ului Link simulator cu jQuery, in aceasta serie de trucuri mai adaug un &#8220;episod&#8221;. In acest post, vreau sa descriu o [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>


