<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>[kumo.it] &#187; emulation</title>
	<atom:link href="http://www.kumo.it/articles/tag/emulation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kumo.it</link>
	<description></description>
	<lastBuildDate>Wed, 24 Aug 2011 21:38:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Haiku under VMWare Fusion</title>
		<link>http://www.kumo.it/articles/2007/06/08/haikuapp-under-vmware-fusion/</link>
		<comments>http://www.kumo.it/articles/2007/06/08/haikuapp-under-vmware-fusion/#comments</comments>
		<pubDate>Fri, 08 Jun 2007 09:16:25 +0000</pubDate>
		<dc:creator>kumo</dc:creator>
				<category><![CDATA[BeOS]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[emulation]]></category>
		<category><![CDATA[Haiku]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://www.kumo.it/articles/2007/06/08/haikuapp-under-vmware-fusion/</guid>
		<description><![CDATA[Interesting times indeed as I am finally able to run Haiku at a decent speed under OSX (does that make it Haiku.app?). The network works too which is very useful if I am ever going to do anything with my projects. !http://www.kumo.it/wp-content/uploads/2007/06/haiku.png! I have moved the BeOS open source survey to the &#8220;BeOS&#8221;:/beos page.]]></description>
			<content:encoded><![CDATA[<p>Interesting times indeed as I am finally able to run Haiku at a decent speed under OSX (does that make it Haiku.app?). The network works too which is very useful if I am ever going to do anything with my projects.</p>
<p>!http://www.kumo.it/wp-content/uploads/2007/06/haiku.png!</p>
<p>I have moved the BeOS open source survey to the &#8220;BeOS&#8221;:/beos page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kumo.it/articles/2007/06/08/haikuapp-under-vmware-fusion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Experiences in emulating BeOS in OSX</title>
		<link>http://www.kumo.it/articles/2006/09/17/experiences-in-emulating-beos-in-osx/</link>
		<comments>http://www.kumo.it/articles/2006/09/17/experiences-in-emulating-beos-in-osx/#comments</comments>
		<pubDate>Sun, 17 Sep 2006 20:18:00 +0000</pubDate>
		<dc:creator>kumo</dc:creator>
				<category><![CDATA[BeOS]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[emulation]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[qemu]]></category>

		<guid isPermaLink="false">http://www.kumo.it/articles/2006/09/17/experiences-in-emulating-beos-in-osx/</guid>
		<description><![CDATA[<p>A couple of nights ago I decided that it was time to see if I could get BeOS to work on my iBook (it worked but it was very slow). I found the information on various places on the Internet but I forgot to note down where I found it from so I am recreating it here (so that at least I don't forget how it was done).</p>]]></description>
			<content:encoded><![CDATA[<p>A couple of nights ago I decided that it was time to see if I could get BeOS to work on my iBook <em>(it worked but it was very slow)</em>. The only way I could get it to work was with emulation. I found the information on various places on the Internet but I forgot to note down where I found it from so I am recreating it here (so that at least I don&#8217;t forget how it was done).</p>
<p>For now I am trying to use just the simple <strong>BeOS 5 Personal Edition</strong>.</p>
<ul>
<li>Download the BeOS R5 Personal Edition for Linux from <a href="http://www.bebits.com/app/2680">BeBits</a></li>
<li>Extract the file that you just downloaded and if you want to, place <strong>image.be</strong> and <strong>floppy.img</strong> somewhere</li>
<li>Install _qemu_ which is a PC emulator. I installed it from <a href="http://stegefin.free.fr/qemu/qemu.dmg">http://stegefin.free.fr/qemu/qemu.dmg</a> as suggested on the <a href="http://haiku-os.org/wiki/index.php?title=Haiku_HD_Images">Haiku Wiki</a></li>
</ul>
<p>At this point, you should open up a Terminal window and <code>cd</code> to the location where <em>image.be</em> and <em>floppy.img</em> are. Both files are needed to get BeOS PE to run and so the following should be typed:</p>
<p><code>qemu -fda floppy.img -hda image.be -boot a -m 128 -user-net</code></p>
<dl>
<dt>-fda floppy.img</dt>
<dd>The floppy disk is _floppy.img_</dd>
<dt>-hda image.be</dt>
<dd>The hard disk is _image.be_</dd>
<dt>-boot a</dt>
<dd>Boot from drive a</dd>
<dt>-m 128</dt>
<dd>Provide 128 meg of memory</dd>
<dt>-user-net</dt>
<dd>Creates a private network (?)</dd>
</dl>
<p>After a while BeOS will be running in greyscale. Either I would have to enable the safe video mode everytime I booted BeOS or I would have to use one of the pieces of software on BeBits to force the video mode. I couldn&#8217;t get the network to work so I was stuck with the problem of how to transfer files to BeOS. I tried to make a dmg but it didn&#8217;t work so in the end I made a CD image using the following command:</p>
<p><code>hdiutil makehybrid -o stuff_for_beos.iso -iso DIRECTORY</code></p>
<p>At that point the CD image can be passed to qemu by adding <code>-cdrom ISONAME</code> to the qemu command:</p>
<p><code>qemu -fda floppy.img -hda image.be -cdrom stuff_for_beos.iso -boot a -m 128 -user-net</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kumo.it/articles/2006/09/17/experiences-in-emulating-beos-in-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 8/15 queries in 0.038 seconds using disk: basic

Served from: www.kumo.it @ 2012-02-04 21:22:33 -->
