<?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>
	「Step to UEFI (143）Windows 下BootOrder研究」的评论	</title>
	<atom:link href="https://www.lab-z.com/stu143/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.lab-z.com/stu143/</link>
	<description></description>
	<lastBuildDate>Mon, 15 Mar 2021 12:02:33 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		评论者：ziv2013		</title>
		<link>https://www.lab-z.com/stu143/#comment-109128</link>

		<dc:creator><![CDATA[ziv2013]]></dc:creator>
		<pubDate>Mon, 15 Mar 2021 12:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=5512#comment-109128</guid>

					<description><![CDATA[回复给 &lt;a href=&quot;https://www.lab-z.com/stu143/#comment-109101&quot;&gt;欢乐多&lt;/a&gt;。

UEFI 变量吗？]]></description>
			<content:encoded><![CDATA[<p>回复给 <a href="https://www.lab-z.com/stu143/#comment-109101">欢乐多</a>。</p>
<p>UEFI 变量吗？</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：欢乐多		</title>
		<link>https://www.lab-z.com/stu143/#comment-109101</link>

		<dc:creator><![CDATA[欢乐多]]></dc:creator>
		<pubDate>Mon, 15 Mar 2021 09:03:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=5512#comment-109101</guid>

					<description><![CDATA[请问您测试了内存读写的变量了吗？]]></description>
			<content:encoded><![CDATA[<p>请问您测试了内存读写的变量了吗？</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：Test		</title>
		<link>https://www.lab-z.com/stu143/#comment-56417</link>

		<dc:creator><![CDATA[Test]]></dc:creator>
		<pubDate>Wed, 02 Jan 2019 09:19:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=5512#comment-56417</guid>

					<description><![CDATA[基本上SHELL不會驅動 exit-boot]]></description>
			<content:encoded><![CDATA[<p>基本上SHELL不會驅動 exit-boot</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：ziv2013		</title>
		<link>https://www.lab-z.com/stu143/#comment-47339</link>

		<dc:creator><![CDATA[ziv2013]]></dc:creator>
		<pubDate>Tue, 27 Mar 2018 03:06:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=5512#comment-47339</guid>

					<description><![CDATA[回复给 &lt;a href=&quot;https://www.lab-z.com/stu143/#comment-46800&quot;&gt;krishna&lt;/a&gt;。

呃，如果确实是这样的 lock 引起的，那么也不应该 Shell 底下可以修改，但是 Windows下面无法修改的。]]></description>
			<content:encoded><![CDATA[<p>回复给 <a href="https://www.lab-z.com/stu143/#comment-46800">krishna</a>。</p>
<p>呃，如果确实是这样的 lock 引起的，那么也不应该 Shell 底下可以修改，但是 Windows下面无法修改的。</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：krishna		</title>
		<link>https://www.lab-z.com/stu143/#comment-46800</link>

		<dc:creator><![CDATA[krishna]]></dc:creator>
		<pubDate>Tue, 20 Mar 2018 01:04:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=5512#comment-46800</guid>

					<description><![CDATA[回复给 &lt;a href=&quot;https://www.lab-z.com/stu143/#comment-46599&quot;&gt;ziv2013&lt;/a&gt;。

最近还发现，有些变量在某些情况，可能是exit-boot后锁定了，会用到这个protocol，例如：
Status = gBS-&#062;LocateProtocol (&#038;gEdkiiVariableLockProtocolGuid, NULL, (VOID **) &#038;VariableLock);
    if (!EFI_ERROR (Status)) {
      Status = VariableLock-&#062;RequestToLock (VariableLock, OptionName, &#038;gEfiGlobalVariableGuid);
这就纠结了。。。]]></description>
			<content:encoded><![CDATA[<p>回复给 <a href="https://www.lab-z.com/stu143/#comment-46599">ziv2013</a>。</p>
<p>最近还发现，有些变量在某些情况，可能是exit-boot后锁定了，会用到这个protocol，例如：<br />
Status = gBS-&gt;LocateProtocol (&amp;gEdkiiVariableLockProtocolGuid, NULL, (VOID **) &amp;VariableLock);<br />
    if (!EFI_ERROR (Status)) {<br />
      Status = VariableLock-&gt;RequestToLock (VariableLock, OptionName, &amp;gEfiGlobalVariableGuid);<br />
这就纠结了。。。</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：ziv2013		</title>
		<link>https://www.lab-z.com/stu143/#comment-46599</link>

		<dc:creator><![CDATA[ziv2013]]></dc:creator>
		<pubDate>Fri, 16 Mar 2018 12:50:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=5512#comment-46599</guid>

					<description><![CDATA[回复给 &lt;a href=&quot;https://www.lab-z.com/stu143/#comment-46594&quot;&gt;krishna&lt;/a&gt;。

我当时是随便选取了一个 setup 使用的变量，好像是 pch_setup 如果能做到修改，那么就可以实现在 Windows 对 Setup  Item值的修改了。]]></description>
			<content:encoded><![CDATA[<p>回复给 <a href="https://www.lab-z.com/stu143/#comment-46594">krishna</a>。</p>
<p>我当时是随便选取了一个 setup 使用的变量，好像是 pch_setup 如果能做到修改，那么就可以实现在 Windows 对 Setup  Item值的修改了。</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：krishna		</title>
		<link>https://www.lab-z.com/stu143/#comment-46594</link>

		<dc:creator><![CDATA[krishna]]></dc:creator>
		<pubDate>Fri, 16 Mar 2018 09:47:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=5512#comment-46594</guid>

					<description><![CDATA[回复给 &lt;a href=&quot;https://www.lab-z.com/stu143/#comment-46383&quot;&gt;ziv2013&lt;/a&gt;。

我这里类似的工具，只是读取，文档描述都要以管理员方式运行，可能与权限有关，
可否给个具体的变量名，我也试试。]]></description>
			<content:encoded><![CDATA[<p>回复给 <a href="https://www.lab-z.com/stu143/#comment-46383">ziv2013</a>。</p>
<p>我这里类似的工具，只是读取，文档描述都要以管理员方式运行，可能与权限有关，<br />
可否给个具体的变量名，我也试试。</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：ziv2013		</title>
		<link>https://www.lab-z.com/stu143/#comment-46383</link>

		<dc:creator><![CDATA[ziv2013]]></dc:creator>
		<pubDate>Fri, 09 Mar 2018 03:38:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=5512#comment-46383</guid>

					<description><![CDATA[回复给 &lt;a href=&quot;https://www.lab-z.com/stu143/#comment-46320&quot;&gt;krishna&lt;/a&gt;。

之前研究过一下，比如保存 Setup 选项设置的 Variable, 在 Shell 下面是可以读取和修改的，但是到了 Windows下面只能读取无法修改，你知道什么原因吗？]]></description>
			<content:encoded><![CDATA[<p>回复给 <a href="https://www.lab-z.com/stu143/#comment-46320">krishna</a>。</p>
<p>之前研究过一下，比如保存 Setup 选项设置的 Variable, 在 Shell 下面是可以读取和修改的，但是到了 Windows下面只能读取无法修改，你知道什么原因吗？</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：krishna		</title>
		<link>https://www.lab-z.com/stu143/#comment-46320</link>

		<dc:creator><![CDATA[krishna]]></dc:creator>
		<pubDate>Thu, 08 Mar 2018 02:41:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=5512#comment-46320</guid>

					<description><![CDATA[Hi,Z.t,我也用过这个API，用来判断是不是UEFI启动的系统，后来发现有另一个API有相似的功能：GetFirmwareType。
据我所知有些变量是基于SMM模式下access的，叫做Authenticated Variable，所以用户模式不能修改，可能需要driver接口或中断接口。在uefi-shell下的交流接口和方式，类似之前我做过的SMI实验，之前发给你的。]]></description>
			<content:encoded><![CDATA[<p>Hi,Z.t,我也用过这个API，用来判断是不是UEFI启动的系统，后来发现有另一个API有相似的功能：GetFirmwareType。<br />
据我所知有些变量是基于SMM模式下access的，叫做Authenticated Variable，所以用户模式不能修改，可能需要driver接口或中断接口。在uefi-shell下的交流接口和方式，类似之前我做过的SMI实验，之前发给你的。</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
