<?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 (33） &#8212;&#8211; FindFile 枚举目录下所有文件」的评论	</title>
	<atom:link href="https://www.lab-z.com/findfileall/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.lab-z.com/findfileall/</link>
	<description></description>
	<lastBuildDate>Wed, 18 Nov 2015 04:54:21 +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/findfileall/#comment-12361</link>

		<dc:creator><![CDATA[ziv2013]]></dc:creator>
		<pubDate>Wed, 18 Nov 2015 04:54:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=2628#comment-12361</guid>

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

I have written you a email. Please check your mail box.]]></description>
			<content:encoded><![CDATA[<p>回复给 <a href="https://www.lab-z.com/findfileall/#comment-12229">SUNY</a>。</p>
<p>I have written you a email. Please check your mail box.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：SUNY		</title>
		<link>https://www.lab-z.com/findfileall/#comment-12229</link>

		<dc:creator><![CDATA[SUNY]]></dc:creator>
		<pubDate>Mon, 16 Nov 2015 23:55:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=2628#comment-12229</guid>

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

Right!!


how to OpenVolume  fs2:\\ XXXX.txt]]></description>
			<content:encoded><![CDATA[<p>回复给 <a href="https://www.lab-z.com/findfileall/#comment-12073">ziv2013</a>。</p>
<p>Right!!</p>
<p>how to OpenVolume  fs2:\\ XXXX.txt</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：ziv2013		</title>
		<link>https://www.lab-z.com/findfileall/#comment-12073</link>

		<dc:creator><![CDATA[ziv2013]]></dc:creator>
		<pubDate>Tue, 10 Nov 2015 01:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=2628#comment-12073</guid>

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

So your queston is &quot;how to use OpenVolume function to access the file on FS2?&quot;]]></description>
			<content:encoded><![CDATA[<p>回复给 <a href="https://www.lab-z.com/findfileall/#comment-12071">SUNY</a>。</p>
<p>So your queston is &#8220;how to use OpenVolume function to access the file on FS2?&#8221;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：SUNY		</title>
		<link>https://www.lab-z.com/findfileall/#comment-12071</link>

		<dc:creator><![CDATA[SUNY]]></dc:creator>
		<pubDate>Mon, 09 Nov 2015 23:48:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=2628#comment-12071</guid>

					<description><![CDATA[thank so much 

i&#039;ll try Another method 
uefiman entry point .....


EFI FILE PROTOCOL * ROOT 
 Status = SimpleFileSystem-&#062;OpenVolume(SimpleFileSystem, Root);   

 Status = Root -&#062;Open(        
            Root,
            &#038; SystemFile,
          (CHAR16*)L&quot;TEST.TXT&quot;,
            EFI_FILE_MODE_READ &#124; EFI_FILE_MODE_WRITE,
            0
            );


   fs0:\ file only accessible

   fs2:\test.txt file access method please......]]></description>
			<content:encoded><![CDATA[<p>thank so much </p>
<p>i&#8217;ll try Another method<br />
uefiman entry point &#8230;..</p>
<p>EFI FILE PROTOCOL * ROOT<br />
 Status = SimpleFileSystem-&gt;OpenVolume(SimpleFileSystem, Root);   </p>
<p> Status = Root -&gt;Open(<br />
            Root,<br />
            &amp; SystemFile,<br />
          (CHAR16*)L&#8221;TEST.TXT&#8221;,<br />
            EFI_FILE_MODE_READ | EFI_FILE_MODE_WRITE,<br />
            0<br />
            );</p>
<p>   fs0:\ file only accessible</p>
<p>   fs2:\test.txt file access method please&#8230;&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：ziv2013		</title>
		<link>https://www.lab-z.com/findfileall/#comment-12034</link>

		<dc:creator><![CDATA[ziv2013]]></dc:creator>
		<pubDate>Mon, 09 Nov 2015 07:53:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=2628#comment-12034</guid>

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

You can try &quot;Status = ShellOpenFileByName(L&quot;fs2:&quot;, (SHELL_FILE_HANDLE *)&amp;DirHandle,                               EFI_FILE_MODE_READ , 0);&quot;]]></description>
			<content:encoded><![CDATA[<p>回复给 <a href="https://www.lab-z.com/findfileall/#comment-12030">SUNY</a>。</p>
<p>You can try &#8220;Status = ShellOpenFileByName(L&#8221;fs2:&#8221;, (SHELL_FILE_HANDLE *)&#038;DirHandle,                               EFI_FILE_MODE_READ , 0);&#8221;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：SUNY		</title>
		<link>https://www.lab-z.com/findfileall/#comment-12030</link>

		<dc:creator><![CDATA[SUNY]]></dc:creator>
		<pubDate>Mon, 09 Nov 2015 07:31:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=2628#comment-12030</guid>

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

Question
HOW TO OPEN VOLUME FS2: \ ??]]></description>
			<content:encoded><![CDATA[<p>回复给 <a href="https://www.lab-z.com/findfileall/#comment-12029">SUNY</a>。</p>
<p>Question<br />
HOW TO OPEN VOLUME FS2: \ ??</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：SUNY		</title>
		<link>https://www.lab-z.com/findfileall/#comment-12029</link>

		<dc:creator><![CDATA[SUNY]]></dc:creator>
		<pubDate>Mon, 09 Nov 2015 07:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=2628#comment-12029</guid>

					<description><![CDATA[Question
HOW TO OPEN VOLUME FS2: \ ??]]></description>
			<content:encoded><![CDATA[<p>Question<br />
HOW TO OPEN VOLUME FS2: \ ??</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：ziv2013		</title>
		<link>https://www.lab-z.com/findfileall/#comment-10629</link>

		<dc:creator><![CDATA[ziv2013]]></dc:creator>
		<pubDate>Tue, 21 Jul 2015 07:59:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=2628#comment-10629</guid>

					<description><![CDATA[回复给 &lt;a href=&quot;https://www.lab-z.com/findfileall/#comment-10628&quot;&gt;天之银翼&lt;/a&gt;。

看一下 http://www.lab-z.com/how-to-use-eadk/  这篇文章

AppPkg 是 EADK的一部分。]]></description>
			<content:encoded><![CDATA[<p>回复给 <a href="https://www.lab-z.com/findfileall/#comment-10628">天之银翼</a>。</p>
<p>看一下 <a href="http://www.lab-z.com/how-to-use-eadk/" rel="ugc">http://www.lab-z.com/how-to-use-eadk/</a>  这篇文章</p>
<p>AppPkg 是 EADK的一部分。</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：天之银翼		</title>
		<link>https://www.lab-z.com/findfileall/#comment-10628</link>

		<dc:creator><![CDATA[天之银翼]]></dc:creator>
		<pubDate>Tue, 21 Jul 2015 03:30:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=2628#comment-10628</guid>

					<description><![CDATA[请问你的efi文件是怎么编译出来的，《UEFI原理与编程》中说使用main 函数的应用程序工程模块在AppPkg 环境下才能成功编译，但我没找到AppPkg]]></description>
			<content:encoded><![CDATA[<p>请问你的efi文件是怎么编译出来的，《UEFI原理与编程》中说使用main 函数的应用程序工程模块在AppPkg 环境下才能成功编译，但我没找到AppPkg</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
