<?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>mmu &#8211; Virtually Fun</title>
	<atom:link href="https://virtuallyfun.com/category/mmu/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Fri, 25 Jul 2014 03:04:39 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>Aranym, Atari 68040/mmu emulator!</title>
		<link>https://virtuallyfun.com/2008/11/23/aranym-atari-68040mmu-emulator/</link>
					<comments>https://virtuallyfun.com/2008/11/23/aranym-atari-68040mmu-emulator/#comments</comments>
		
		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Sun, 23 Nov 2008 19:51:00 +0000</pubDate>
				<category><![CDATA[68000]]></category>
		<category><![CDATA[68040]]></category>
		<category><![CDATA[Atari ST]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[m68k]]></category>
		<category><![CDATA[mmu]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=81</guid>

					<description><![CDATA[Well it was the weekend, and I was playing with FORTRAN (Language systems fotran to be exact, all 30lb of it!) and anyways to check to FPU &#38; crash issues I though Iâ€™d check it out on an actual m68k &#8230; <a href="https://virtuallyfun.com/2008/11/23/aranym-atari-68040mmu-emulator/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<div>Well it was the weekend, and I was playing with FORTRAN (Language systems fotran to be exact, all 30lb of it!) and anyways to check to FPU &amp; crash issues I though Iâ€<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2122.png" alt="™" class="wp-smiley" style="height: 1em; max-height: 1em;" />d check it out on an actual m68k Macintosh. So as I was using Basilisk II for some stuff, I was wondering if anyone ever did upgrade the CPU emulation to 68040/mmu emulation. And it turns out that the Basilisk II emulation is taken from UAE, which in turn has been used in a few other emulators including aranym.<a href="http://aranym.sourceforge.net/">Aranym</a> is â€œAtari runs on any machineâ€, and what these guys have done, is fleshed out the UAE 68000 emulation enough to where it will run m68k linux!</p>
<p>Both a <a href="http://downloads.sourceforge.net/aranym/aranym-0.9.7beta-cygwin.zip?modtime=1226311942&amp;big_mirror=0">windows</a> version and the <a href="http://downloads.sourceforge.net/aranym/aranym-0.9.7beta.tar.gz?modtime=1226176824&amp;big_mirror=0">source</a> can be found <a href="http://sourceforge.net/project/showfiles.php?group_id=41106&amp;package_id=33298&amp;release_id=639072">here</a>.</p>
<p>Now for the fun part!</p>
<p>You can <a href="http://web.zln.cz/~joy/aranym-linux-kernel-2.4.27-12.tar.gz">download a patched kernel</a> here that supports the virtual Ethernet, or just run a stock kernel (no networking though!)</p>
<p>Next youâ€<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2122.png" alt="™" class="wp-smiley" style="height: 1em; max-height: 1em;" />ll want some kind of root filesystem, I would recommend the â€˜etchâ€<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2122.png" alt="™" class="wp-smiley" style="height: 1em; max-height: 1em;" /> disk which can be downloaded <a href="http://web.zln.cz/~joy/etch.img.gz">here</a>.</p>
<p>Naturally, youâ€<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2122.png" alt="™" class="wp-smiley" style="height: 1em; max-height: 1em;" />ll need a config, here is what Iâ€<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2122.png" alt="™" class="wp-smiley" style="height: 1em; max-height: 1em;" />m using..</p>
<p>&#8212;8&lt;&#8212;&#8212;8&lt;&#8212;&#8212;8&lt;&#8212;</p>
</div>
<div>[GLOBAL]<br />
FastRAM = 256<br />
Floppy =<br />
TOS =<br />
EmuTOS =<br />
AutoGrabMouse = No</div>
<p>[LILO]<br />
Kernel = ./vmlinux<br />
Args = root=/dev/hda1 video=atafb:vga16 stram_swap=0<br />
debug=par<br />
Ramdisk =</p>
<p>[ETH0]<br />
Type = bridge<br />
Tunnel = tap0</p>
<p>[STARTUP]<br />
GrabMouse = No Debugger = No</p>
<p>[IDE0]<br />
Present = Yes<br />
IsCDROM = No<br />
ByteSwap = No<br />
ReadOnly = No<br />
Path = etch.img<br />
Cylinders = 2102<br />
Heads = 16 SectorsPerTrack = 63<br />
ModelName = Master</p>
<p>&#8212;8&lt;&#8212;&#8212;8&lt;&#8212;&#8212;8&lt;&#8212;</p>
<p>Then finally run it like this:</p>
<p>aranym-mmu.exe -l -c linux.conf</p>
<p>Iâ€<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2122.png" alt="™" class="wp-smiley" style="height: 1em; max-height: 1em;" />ll have to play some with the networking to get it going, it seemed straight forward the FAQ <a href="http://wiki.aranym.org/manual#ms_windows_host_os_networking_setup">here</a>, however I had no luck.</p>
<p>Anyways, itâ€<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2122.png" alt="™" class="wp-smiley" style="height: 1em; max-height: 1em;" />s no <a href="https://virtuallyfun.com/?p=3955">A/UX</a>, but itâ€<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2122.png" alt="™" class="wp-smiley" style="height: 1em; max-height: 1em;" />s a *NIX like thing on the m68k. Now we just have to beg the Mac people to flesh out the hardware on their emulators to support Linux, OpenBSD, NetBSD &amp; A/UXâ€¦.</p>
<div>
<div id="attachment_4425" style="width: 976px" class="wp-caption aligncenter"><a href="https://virtuallyfun.com/wp-content/uploads/2008/11/aranym2.jpg"><img fetchpriority="high" decoding="async" aria-describedby="caption-attachment-4425" class="size-full wp-image-4425" src="https://virtuallyfun.com/wp-content/uploads/2008/11/aranym2.jpg" alt="Linux on Aranym" width="966" height="518" /></a><p id="caption-attachment-4425" class="wp-caption-text">Linux on Aranym</p></div>
</div>
<div></div>
<div></div>
<p>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2008/11/23/aranym-atari-68040mmu-emulator/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
