<?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 (232）UEFI Shell 下控制 USBNotifier」的评论	</title>
	<atom:link href="https://www.lab-z.com/stu232/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.lab-z.com/stu232/</link>
	<description></description>
	<lastBuildDate>Thu, 02 Dec 2021 01:27:20 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>
	<item>
		<title>
		评论者：yutian		</title>
		<link>https://www.lab-z.com/stu232/#comment-124273</link>

		<dc:creator><![CDATA[yutian]]></dc:creator>
		<pubDate>Thu, 17 Jun 2021 07:29:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=8252#comment-124273</guid>

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

没有装杀毒软件，怎么尝试还是解决不了NT32模拟器进去卡死问题，换了新电脑就出现这个问题。今天用Qemu模拟器倒是可以正常进入没有问题，就很奇怪。感谢您的回复，关注你文章几年了，真的给我的学习带来了很大的帮助，谢谢了！]]></description>
			<content:encoded><![CDATA[<p>回复给 <a href="https://www.lab-z.com/stu232/#comment-124254">ziv2013</a>。</p>
<p>没有装杀毒软件，怎么尝试还是解决不了NT32模拟器进去卡死问题，换了新电脑就出现这个问题。今天用Qemu模拟器倒是可以正常进入没有问题，就很奇怪。感谢您的回复，关注你文章几年了，真的给我的学习带来了很大的帮助，谢谢了！</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：ziv2013		</title>
		<link>https://www.lab-z.com/stu232/#comment-124254</link>

		<dc:creator><![CDATA[ziv2013]]></dc:creator>
		<pubDate>Thu, 17 Jun 2021 05:47:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=8252#comment-124254</guid>

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

你机器上有杀毒软件吗？有时候杀毒软件会导致进程异常。]]></description>
			<content:encoded><![CDATA[<p>回复给 <a href="https://www.lab-z.com/stu232/#comment-124247">yutian</a>。</p>
<p>你机器上有杀毒软件吗？有时候杀毒软件会导致进程异常。</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：yutian		</title>
		<link>https://www.lab-z.com/stu232/#comment-124247</link>

		<dc:creator><![CDATA[yutian]]></dc:creator>
		<pubDate>Thu, 17 Jun 2021 01:48:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=8252#comment-124247</guid>

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

(Python 2.7.3 on win32) Traceback (most recent call last):
  File &quot;build\build.py&quot;, line 295, in LaunchCommand
  File &quot;C:\Python27\lib\subprocess.py&quot;, line 945, in wait
    # Child
KeyboardInterrupt

这是终端我强制结束后的输出。之前机子都是正常运行的，我刚换新电脑装的环境才出现的这个问题，看了下那个py文件，确实是一直再等待某个进程结束然后导致进入界面就直接卡死。]]></description>
			<content:encoded><![CDATA[<p>回复给 <a href="https://www.lab-z.com/stu232/#comment-124227">ziv2013</a>。</p>
<p>(Python 2.7.3 on win32) Traceback (most recent call last):<br />
  File &#8220;build\build.py&#8221;, line 295, in LaunchCommand<br />
  File &#8220;C:\Python27\lib\subprocess.py&#8221;, line 945, in wait<br />
    # Child<br />
KeyboardInterrupt</p>
<p>这是终端我强制结束后的输出。之前机子都是正常运行的，我刚换新电脑装的环境才出现的这个问题，看了下那个py文件，确实是一直再等待某个进程结束然后导致进入界面就直接卡死。</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：ziv2013		</title>
		<link>https://www.lab-z.com/stu232/#comment-124227</link>

		<dc:creator><![CDATA[ziv2013]]></dc:creator>
		<pubDate>Wed, 16 Jun 2021 14:21:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=8252#comment-124227</guid>

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

你说的这个问题我还真没有遇到过，建议你先看看输出的 log 看看是不是在等什么。

更直接的方法是:换一台机器，或者在本机开一个虚拟机重新编译试试看。]]></description>
			<content:encoded><![CDATA[<p>回复给 <a href="https://www.lab-z.com/stu232/#comment-124222">yutian</a>。</p>
<p>你说的这个问题我还真没有遇到过，建议你先看看输出的 log 看看是不是在等什么。</p>
<p>更直接的方法是:换一台机器，或者在本机开一个虚拟机重新编译试试看。</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：yutian		</title>
		<link>https://www.lab-z.com/stu232/#comment-124222</link>

		<dc:creator><![CDATA[yutian]]></dc:creator>
		<pubDate>Wed, 16 Jun 2021 06:14:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=8252#comment-124222</guid>

					<description><![CDATA[你好：我想问一下，Build run 进入Nt32模拟器之后，UGA Window一直卡屏是怎么回事，键盘不可以用，直接卡在初始化的界面。]]></description>
			<content:encoded><![CDATA[<p>你好：我想问一下，Build run 进入Nt32模拟器之后，UGA Window一直卡屏是怎么回事，键盘不可以用，直接卡在初始化的界面。</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
