<?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>Comments on: How to install Pintos on QEMU</title>
	<atom:link href="http://spsneo.com/blog/2008/08/03/how-to-install-pintos-on-qemu/feed/" rel="self" type="application/rss+xml" />
	<link>http://spsneo.com/blog/2008/08/03/how-to-install-pintos-on-qemu/</link>
	<description>Trying to move every bit to cloud.</description>
	<lastBuildDate>Thu, 27 Oct 2011 04:00:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Priyank</title>
		<link>http://spsneo.com/blog/2008/08/03/how-to-install-pintos-on-qemu/comment-page-1/#comment-472</link>
		<dc:creator>Priyank</dc:creator>
		<pubDate>Sun, 17 Apr 2011 12:00:31 +0000</pubDate>
		<guid isPermaLink="false">http://spsneo.com/blog/?p=25#comment-472</guid>
		<description>Hello all!

If you are getting the &#039;Cannot find kernel&#039;, then go to the &quot;~/pintos/src/threads/build&quot; and then run the command.

Also, os.dsk wsa not found anywhere and it didn&#039;t affect anything :D.</description>
		<content:encoded><![CDATA[<p>Hello all!</p>
<p>If you are getting the &#8216;Cannot find kernel&#8217;, then go to the &#8220;~/pintos/src/threads/build&#8221; and then run the command.</p>
<p>Also, os.dsk wsa not found anywhere and it didn&#8217;t affect anything <img src='http://spsneo.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vahab</title>
		<link>http://spsneo.com/blog/2008/08/03/how-to-install-pintos-on-qemu/comment-page-1/#comment-417</link>
		<dc:creator>vahab</dc:creator>
		<pubDate>Tue, 21 Dec 2010 09:19:15 +0000</pubDate>
		<guid isPermaLink="false">http://spsneo.com/blog/?p=25#comment-417</guid>
		<description>hi, again
can i test pintos without vmware.
i mean that i don&#039;t install vmware</description>
		<content:encoded><![CDATA[<p>hi, again<br />
can i test pintos without vmware.<br />
i mean that i don&#8217;t install vmware</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vahab</title>
		<link>http://spsneo.com/blog/2008/08/03/how-to-install-pintos-on-qemu/comment-page-1/#comment-416</link>
		<dc:creator>vahab</dc:creator>
		<pubDate>Tue, 21 Dec 2010 08:38:27 +0000</pubDate>
		<guid isPermaLink="false">http://spsneo.com/blog/?p=25#comment-416</guid>
		<description>hi,i install it successfully,but when i want to test it i have an error
it is:
bash:/home/vahab/pintos/crs/utils :Permission denied
what should i do?
please answer asap.thank you</description>
		<content:encoded><![CDATA[<p>hi,i install it successfully,but when i want to test it i have an error<br />
it is:<br />
bash:/home/vahab/pintos/crs/utils <img src='http://spsneo.com/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> ermission denied<br />
what should i do?<br />
please answer asap.thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vahab</title>
		<link>http://spsneo.com/blog/2008/08/03/how-to-install-pintos-on-qemu/comment-page-1/#comment-415</link>
		<dc:creator>vahab</dc:creator>
		<pubDate>Mon, 20 Dec 2010 07:58:37 +0000</pubDate>
		<guid isPermaLink="false">http://spsneo.com/blog/?p=25#comment-415</guid>
		<description>i don&#039;t have &#039;os.dsk&#039; in pintos file, also this file in that directory ... i did them many time,but again i have same problem ... please tell to me, what can i do?</description>
		<content:encoded><![CDATA[<p>i don&#8217;t have &#8216;os.dsk&#8217; in pintos file, also this file in that directory &#8230; i did them many time,but again i have same problem &#8230; please tell to me, what can i do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gaurav</title>
		<link>http://spsneo.com/blog/2008/08/03/how-to-install-pintos-on-qemu/comment-page-1/#comment-411</link>
		<dc:creator>Gaurav</dc:creator>
		<pubDate>Fri, 10 Sep 2010 12:03:54 +0000</pubDate>
		<guid isPermaLink="false">http://spsneo.com/blog/?p=25#comment-411</guid>
		<description>I dont have any build directory in my threads directory within the src.... so build/os.dsk cant be supplied in pintos perl script. What to do ?</description>
		<content:encoded><![CDATA[<p>I dont have any build directory in my threads directory within the src&#8230;. so build/os.dsk cant be supplied in pintos perl script. What to do ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: praveen</title>
		<link>http://spsneo.com/blog/2008/08/03/how-to-install-pintos-on-qemu/comment-page-1/#comment-410</link>
		<dc:creator>praveen</dc:creator>
		<pubDate>Wed, 08 Sep 2010 09:17:30 +0000</pubDate>
		<guid isPermaLink="false">http://spsneo.com/blog/?p=25#comment-410</guid>
		<description>Line no.24: replace ‘os.dsk’  with  ‘~/cs342/pintos/src/threads/build/os.dsk’

I followed as mentioned exactly on fedora10.
But I could not find os.dsk  in threads/build after the make in threads dir. Nor i could find the word os.dsk in the file pintos. 

can someone figure out this?</description>
		<content:encoded><![CDATA[<p>Line no.24: replace ‘os.dsk’  with  ‘~/cs342/pintos/src/threads/build/os.dsk’</p>
<p>I followed as mentioned exactly on fedora10.<br />
But I could not find os.dsk  in threads/build after the make in threads dir. Nor i could find the word os.dsk in the file pintos. </p>
<p>can someone figure out this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pranav Agarwal</title>
		<link>http://spsneo.com/blog/2008/08/03/how-to-install-pintos-on-qemu/comment-page-1/#comment-408</link>
		<dc:creator>Pranav Agarwal</dc:creator>
		<pubDate>Tue, 31 Aug 2010 18:19:25 +0000</pubDate>
		<guid isPermaLink="false">http://spsneo.com/blog/?p=25#comment-408</guid>
		<description>Im trying to install PintOS on Ubuntu 9.10
I followed the steps as described above.
But i wasn&#039;t able to locate os.dsk in the pintos file.
and if i ignore it and run pintos from command line, it says &quot;Cannot Find Kernel&quot;.
pls help !!</description>
		<content:encoded><![CDATA[<p>Im trying to install PintOS on Ubuntu 9.10<br />
I followed the steps as described above.<br />
But i wasn&#8217;t able to locate os.dsk in the pintos file.<br />
and if i ignore it and run pintos from command line, it says &#8220;Cannot Find Kernel&#8221;.<br />
pls help !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mailper</title>
		<link>http://spsneo.com/blog/2008/08/03/how-to-install-pintos-on-qemu/comment-page-1/#comment-407</link>
		<dc:creator>mailper</dc:creator>
		<pubDate>Sat, 21 Aug 2010 04:29:31 +0000</pubDate>
		<guid isPermaLink="false">http://spsneo.com/blog/?p=25#comment-407</guid>
		<description>I ran the command &quot;pintos run alarm-multiple&quot; without editing the os.dsk (because it is not anywhere), I got the error message about not finding pintos.pm file, I copied the pintos.pm file from pintos/src/misc directory, and ran the &#039;pintos run alarm-multiple&#039; again. Got the following error message:

qemu -no-kqemu -hda /tmp/mLMynr0hqL.dsk -m 4 -net none -serial stdio
qemu: invalid option -- &#039;-no-kqemu&#039;
command failed</description>
		<content:encoded><![CDATA[<p>I ran the command &#8220;pintos run alarm-multiple&#8221; without editing the os.dsk (because it is not anywhere), I got the error message about not finding pintos.pm file, I copied the pintos.pm file from pintos/src/misc directory, and ran the &#8216;pintos run alarm-multiple&#8217; again. Got the following error message:</p>
<p>qemu -no-kqemu -hda /tmp/mLMynr0hqL.dsk -m 4 -net none -serial stdio<br />
qemu: invalid option &#8212; &#8216;-no-kqemu&#8217;<br />
command failed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mailper</title>
		<link>http://spsneo.com/blog/2008/08/03/how-to-install-pintos-on-qemu/comment-page-1/#comment-406</link>
		<dc:creator>mailper</dc:creator>
		<pubDate>Sat, 21 Aug 2010 04:08:55 +0000</pubDate>
		<guid isPermaLink="false">http://spsneo.com/blog/?p=25#comment-406</guid>
		<description>content 
&quot;Line no.24: replace ‘os.dsk’  with  ‘~/cs342/pintos/src/threads/build/os.dsk’&quot;
is not longer available. 

the source file has been changed? the new Line no.24 is:
our (@puts);			# Files to copy into the VM.

and there is no &quot;os.dsk&quot; anywhere in &quot;pintos&quot; file.</description>
		<content:encoded><![CDATA[<p>content<br />
&#8220;Line no.24: replace ‘os.dsk’  with  ‘~/cs342/pintos/src/threads/build/os.dsk’&#8221;<br />
is not longer available. </p>
<p>the source file has been changed? the new Line no.24 is:<br />
our (@puts);			# Files to copy into the VM.</p>
<p>and there is no &#8220;os.dsk&#8221; anywhere in &#8220;pintos&#8221; file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kafka</title>
		<link>http://spsneo.com/blog/2008/08/03/how-to-install-pintos-on-qemu/comment-page-1/#comment-405</link>
		<dc:creator>kafka</dc:creator>
		<pubDate>Wed, 21 Jul 2010 15:23:57 +0000</pubDate>
		<guid isPermaLink="false">http://spsneo.com/blog/?p=25#comment-405</guid>
		<description>i can&#039;t find os.dsk in pintos ...i have completed the remaining procedure...it is currently giving &quot;cannot find kernel&quot; when i run pintos run alarm-multiple

Please suggest</description>
		<content:encoded><![CDATA[<p>i can&#8217;t find os.dsk in pintos &#8230;i have completed the remaining procedure&#8230;it is currently giving &#8220;cannot find kernel&#8221; when i run pintos run alarm-multiple</p>
<p>Please suggest</p>
]]></content:encoded>
	</item>
</channel>
</rss>

