<?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 (37） &#8212;&#8211; SetTimer 设定定时器（上）」的评论	</title>
	<atom:link href="https://www.lab-z.com/37settime/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.lab-z.com/37settime/</link>
	<description></description>
	<lastBuildDate>Sun, 25 Sep 2016 00:43:17 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>
		评论者：ziv2013		</title>
		<link>https://www.lab-z.com/37settime/#comment-23588</link>

		<dc:creator><![CDATA[ziv2013]]></dc:creator>
		<pubDate>Sun, 25 Sep 2016 00:43:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=2685#comment-23588</guid>

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

我估计够呛。你可以查一下代码看看具体实现。]]></description>
			<content:encoded><![CDATA[<p>回复给 <a href="https://www.lab-z.com/37settime/#comment-23280">Tim</a>。</p>
<p>我估计够呛。你可以查一下代码看看具体实现。</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：Tim		</title>
		<link>https://www.lab-z.com/37settime/#comment-23280</link>

		<dc:creator><![CDATA[Tim]]></dc:creator>
		<pubDate>Wed, 21 Sep 2016 22:26:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=2685#comment-23280</guid>

					<description><![CDATA[請問 &quot;SetTimer&quot; 是否可以實現 wake the system from S5 by RTC?]]></description>
			<content:encoded><![CDATA[<p>請問 &#8220;SetTimer&#8221; 是否可以實現 wake the system from S5 by RTC?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：邱旭东		</title>
		<link>https://www.lab-z.com/37settime/#comment-20820</link>

		<dc:creator><![CDATA[邱旭东]]></dc:creator>
		<pubDate>Tue, 19 Jul 2016 01:50:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=2685#comment-20820</guid>

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

1.创建一个定时器去通知显示系统时间
2.检查定时器是否被加载，它不允许被加载两次
3.能够卸载这个定时器驱动
满足这三点要求]]></description>
			<content:encoded><![CDATA[<p>回复给 <a href="https://www.lab-z.com/37settime/#comment-20819">ziv2013</a>。</p>
<p>1.创建一个定时器去通知显示系统时间<br />
2.检查定时器是否被加载，它不允许被加载两次<br />
3.能够卸载这个定时器驱动<br />
满足这三点要求</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：ziv2013		</title>
		<link>https://www.lab-z.com/37settime/#comment-20819</link>

		<dc:creator><![CDATA[ziv2013]]></dc:creator>
		<pubDate>Tue, 19 Jul 2016 01:14:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=2685#comment-20819</guid>

					<description><![CDATA[回复给 &lt;a href=&quot;https://www.lab-z.com/37settime/#comment-20815&quot;&gt;邱旭东&lt;/a&gt;。

你可以看一下 Driver Writer’s Guide for UEFI 2.3.1，我简单查了一下，其中提到driver可以使用 SetTimer 。我就不知道你遇到的具体问题是什么了。]]></description>
			<content:encoded><![CDATA[<p>回复给 <a href="https://www.lab-z.com/37settime/#comment-20815">邱旭东</a>。</p>
<p>你可以看一下 Driver Writer’s Guide for UEFI 2.3.1，我简单查了一下，其中提到driver可以使用 SetTimer 。我就不知道你遇到的具体问题是什么了。</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：邱旭东		</title>
		<link>https://www.lab-z.com/37settime/#comment-20815</link>

		<dc:creator><![CDATA[邱旭东]]></dc:creator>
		<pubDate>Mon, 18 Jul 2016 17:35:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=2685#comment-20815</guid>

					<description><![CDATA[你好，为什么我写了一个SetTimer的显示时间的Driver，然后在shell在去load它，它不能常驻在系统里呢，执行完一次，显示一次时间就结束了，我明明是让它一秒钟print一次，还有为什么我使用load去安装driver，但是使用unload去卸载driver，它就会说无效的参数，请问楼主有没有这方面的Sample code或者经验可以学习一下，感谢！]]></description>
			<content:encoded><![CDATA[<p>你好，为什么我写了一个SetTimer的显示时间的Driver，然后在shell在去load它，它不能常驻在系统里呢，执行完一次，显示一次时间就结束了，我明明是让它一秒钟print一次，还有为什么我使用load去安装driver，但是使用unload去卸载driver，它就会说无效的参数，请问楼主有没有这方面的Sample code或者经验可以学习一下，感谢！</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
