<?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 (141）Windows 重启变关机的实现」的评论	</title>
	<atom:link href="https://www.lab-z.com/stu141r2s/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.lab-z.com/stu141r2s/</link>
	<description></description>
	<lastBuildDate>Wed, 27 Jan 2021 03:10:36 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>
	<item>
		<title>
		评论者：ziv2013		</title>
		<link>https://www.lab-z.com/stu141r2s/#comment-101066</link>

		<dc:creator><![CDATA[ziv2013]]></dc:creator>
		<pubDate>Wed, 27 Jan 2021 03:10:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=5510#comment-101066</guid>

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

不好意思，这个问题很多年没接触过了。现在的架构和之前的差别蛮大的。我记得 ACPI 有一个 _SLP() 会 call 到，另外，还有 SMI 会出来。具体请查一下 IBV 的 code。

此外，这个动作最后一步是 OS 根据 ACPI Table 给出的 IO Port 填写端口产生的，具体你可以参考这篇文章 http://www.lab-z.com/stu141r2s/。]]></description>
			<content:encoded><![CDATA[<p>回复给 <a href="https://www.lab-z.com/stu141r2s/#comment-101058">qhk0403</a>。</p>
<p>不好意思，这个问题很多年没接触过了。现在的架构和之前的差别蛮大的。我记得 ACPI 有一个 _SLP() 会 call 到，另外，还有 SMI 会出来。具体请查一下 IBV 的 code。</p>
<p>此外，这个动作最后一步是 OS 根据 ACPI Table 给出的 IO Port 填写端口产生的，具体你可以参考这篇文章 <a href="http://www.lab-z.com/stu141r2s/。" rel="ugc">http://www.lab-z.com/stu141r2s/。</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：qhk0403		</title>
		<link>https://www.lab-z.com/stu141r2s/#comment-101058</link>

		<dc:creator><![CDATA[qhk0403]]></dc:creator>
		<pubDate>Wed, 27 Jan 2021 01:49:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=5510#comment-101058</guid>

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

我是指從Windows重啟(reboot)，BIOS可以透過什麼方式知道嗎?]]></description>
			<content:encoded><![CDATA[<p>回复给 <a href="https://www.lab-z.com/stu141r2s/#comment-100989">ziv2013</a>。</p>
<p>我是指從Windows重啟(reboot)，BIOS可以透過什麼方式知道嗎?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：ziv2013		</title>
		<link>https://www.lab-z.com/stu141r2s/#comment-100989</link>

		<dc:creator><![CDATA[ziv2013]]></dc:creator>
		<pubDate>Tue, 26 Jan 2021 11:00:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=5510#comment-100989</guid>

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

Windows 不支持切换回 UEFI 模式。你说的离开 Windows 是什么意思？]]></description>
			<content:encoded><![CDATA[<p>回复给 <a href="https://www.lab-z.com/stu141r2s/#comment-100966">qhk0403</a>。</p>
<p>Windows 不支持切换回 UEFI 模式。你说的离开 Windows 是什么意思？</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：qhk0403		</title>
		<link>https://www.lab-z.com/stu141r2s/#comment-100966</link>

		<dc:creator><![CDATA[qhk0403]]></dc:creator>
		<pubDate>Tue, 26 Jan 2021 07:19:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=5510#comment-100966</guid>

					<description><![CDATA[你好，博主。
請教是否有研究過，在離開Windows時，BIOS可以透過什麼方法知道嗎?
小弟目前拿了套KBL的源碼研究，進Windows時，會Enable ACPI(在AcpiModeEnable.c)，
但離開Windows時，郤不會進入Disable ACPI的函式中?]]></description>
			<content:encoded><![CDATA[<p>你好，博主。<br />
請教是否有研究過，在離開Windows時，BIOS可以透過什麼方法知道嗎?<br />
小弟目前拿了套KBL的源碼研究，進Windows時，會Enable ACPI(在AcpiModeEnable.c)，<br />
但離開Windows時，郤不會進入Disable ACPI的函式中?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：ziv2013		</title>
		<link>https://www.lab-z.com/stu141r2s/#comment-46525</link>

		<dc:creator><![CDATA[ziv2013]]></dc:creator>
		<pubDate>Wed, 14 Mar 2018 03:47:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=5510#comment-46525</guid>

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

KBLR HDK 实体机的]]></description>
			<content:encoded><![CDATA[<p>回复给 <a href="https://www.lab-z.com/stu141r2s/#comment-46473">KrisBIOS</a>。</p>
<p>KBLR HDK 实体机的</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：KrisBIOS		</title>
		<link>https://www.lab-z.com/stu141r2s/#comment-46473</link>

		<dc:creator><![CDATA[KrisBIOS]]></dc:creator>
		<pubDate>Mon, 12 Mar 2018 03:04:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=5510#comment-46473</guid>

					<description><![CDATA[你好，博主。请问博文最后的运行结果截图是在什么环境下截取的？是虚拟机还是实机下？]]></description>
			<content:encoded><![CDATA[<p>你好，博主。请问博文最后的运行结果截图是在什么环境下截取的？是虚拟机还是实机下？</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
