<?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: MIPS RISC/os on MAME	</title>
	<atom:link href="https://virtuallyfun.com/2025/11/10/mips-risc-os-on-mame/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com/2025/11/10/mips-risc-os-on-mame/</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Wed, 19 Nov 2025 18:04:56 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>
		By: Maurício Santos		</title>
		<link>https://virtuallyfun.com/2025/11/10/mips-risc-os-on-mame/comment-page-1/#comment-382092</link>

		<dc:creator><![CDATA[Maurício Santos]]></dc:creator>
		<pubDate>Wed, 19 Nov 2025 18:04:56 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=15512#comment-382092</guid>

					<description><![CDATA[Following Enrique Tejeda&#039;s request, I&#039;m sharing the disk image with X11 installed. I removed the code in /usr/src because it was taking up too much space, but if anyone wants an image with the extracted tarball I can redo the process…

Link: https://www.dropbox.com/scl/fi/rd85coideyiabbvk7et0u/hd.chd.7z?rlkey=l0y4ssvqebhnywh5vo6b2jzmb&#038;st=yx07x3ga&#038;dl=0

Start X11 with xinit; I&#039;ve already changed .profile to include /usr/bin/X11 in the PATH.

The X11 installation was done on MAME for Windows where the network is OK, but the image also works on macOS (and probably Linux), without network functionality, of course. If anyone wants to test it with networking on Windows, they should change the parameters I configured for my local network. The files to modify are /etc/hosts, /etc/local_hostname, /etc/local_domainname, and /etc/resolv.conf (the latter two would be for DNS name resolution, but it seems that this version of RISC/OS does not support it).

PS: I compiled and tested the latest version of MAME for macOS, but networking is still a failure :(]]></description>
			<content:encoded><![CDATA[<p>Following Enrique Tejeda&#8217;s request, I&#8217;m sharing the disk image with X11 installed. I removed the code in /usr/src because it was taking up too much space, but if anyone wants an image with the extracted tarball I can redo the process…</p>
<p>Link: <a href="https://www.dropbox.com/scl/fi/rd85coideyiabbvk7et0u/hd.chd.7z?rlkey=l0y4ssvqebhnywh5vo6b2jzmb&#038;st=yx07x3ga&#038;dl=0" rel="nofollow ugc">https://www.dropbox.com/scl/fi/rd85coideyiabbvk7et0u/hd.chd.7z?rlkey=l0y4ssvqebhnywh5vo6b2jzmb&#038;st=yx07x3ga&#038;dl=0</a></p>
<p>Start X11 with xinit; I&#8217;ve already changed .profile to include /usr/bin/X11 in the PATH.</p>
<p>The X11 installation was done on MAME for Windows where the network is OK, but the image also works on macOS (and probably Linux), without network functionality, of course. If anyone wants to test it with networking on Windows, they should change the parameters I configured for my local network. The files to modify are /etc/hosts, /etc/local_hostname, /etc/local_domainname, and /etc/resolv.conf (the latter two would be for DNS name resolution, but it seems that this version of RISC/OS does not support it).</p>
<p>PS: I compiled and tested the latest version of MAME for macOS, but networking is still a failure 🙁</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Maurício Santos		</title>
		<link>https://virtuallyfun.com/2025/11/10/mips-risc-os-on-mame/comment-page-1/#comment-382091</link>

		<dc:creator><![CDATA[Maurício Santos]]></dc:creator>
		<pubDate>Mon, 17 Nov 2025 06:33:32 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=15512#comment-382091</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2025/11/10/mips-risc-os-on-mame/comment-page-1/#comment-382088&quot;&gt;Y S&lt;/a&gt;.

The official MAME documentation about networking is very poor, but valuable information can be found in various forums. Details about the Windows configuration can be seen, for example, here: https://forum.mamedev.org/viewtopic.php?f=14&#038;t=482&#038;p=1481#p1481

It works very well, including in virtual machines. As in my case, a Windows 7 (yes!) virtualized on macOS.

Incidentally, I read in one of these forums that since version 0.277 of MAME, the networking functionality on macOS has improved significantly. The latest version I have is 0.274; I need to compile the most recent one to test (the binaries available for download only work for macOS 14 or higher; mine is 12.7.6). If the tests reveal any changes, I will comment here.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2025/11/10/mips-risc-os-on-mame/comment-page-1/#comment-382088">Y S</a>.</p>
<p>The official MAME documentation about networking is very poor, but valuable information can be found in various forums. Details about the Windows configuration can be seen, for example, here: <a href="https://forum.mamedev.org/viewtopic.php?f=14&#038;t=482&#038;p=1481#p1481" rel="nofollow ugc">https://forum.mamedev.org/viewtopic.php?f=14&#038;t=482&#038;p=1481#p1481</a></p>
<p>It works very well, including in virtual machines. As in my case, a Windows 7 (yes!) virtualized on macOS.</p>
<p>Incidentally, I read in one of these forums that since version 0.277 of MAME, the networking functionality on macOS has improved significantly. The latest version I have is 0.274; I need to compile the most recent one to test (the binaries available for download only work for macOS 14 or higher; mine is 12.7.6). If the tests reveal any changes, I will comment here.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: tenox		</title>
		<link>https://virtuallyfun.com/2025/11/10/mips-risc-os-on-mame/comment-page-1/#comment-382090</link>

		<dc:creator><![CDATA[tenox]]></dc:creator>
		<pubDate>Sun, 16 Nov 2025 07:44:39 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=15512#comment-382090</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2025/11/10/mips-risc-os-on-mame/comment-page-1/#comment-382088&quot;&gt;Y S&lt;/a&gt;.

I think that networking can be made to work on Windows. As for transferring files without network, maybe attach a second hard disk in a tar or cpio format.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2025/11/10/mips-risc-os-on-mame/comment-page-1/#comment-382088">Y S</a>.</p>
<p>I think that networking can be made to work on Windows. As for transferring files without network, maybe attach a second hard disk in a tar or cpio format.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Y S		</title>
		<link>https://virtuallyfun.com/2025/11/10/mips-risc-os-on-mame/comment-page-1/#comment-382088</link>

		<dc:creator><![CDATA[Y S]]></dc:creator>
		<pubDate>Sat, 15 Nov 2025 18:20:28 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=15512#comment-382088</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2025/11/10/mips-risc-os-on-mame/comment-page-1/#comment-382087&quot;&gt;Maurício Santos&lt;/a&gt;.

Networking in mame doesn&#039;t work on my system. Is there any other way to transfer files to this vm?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2025/11/10/mips-risc-os-on-mame/comment-page-1/#comment-382087">Maurício Santos</a>.</p>
<p>Networking in mame doesn&#8217;t work on my system. Is there any other way to transfer files to this vm?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Maurício Santos		</title>
		<link>https://virtuallyfun.com/2025/11/10/mips-risc-os-on-mame/comment-page-1/#comment-382087</link>

		<dc:creator><![CDATA[Maurício Santos]]></dc:creator>
		<pubDate>Fri, 14 Nov 2025 19:47:21 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=15512#comment-382087</guid>

					<description><![CDATA[X11 is installed and running. Since the space on the hard drive image is limited (there might be unpartitioned/unformatted space, but I didn&#039;t need to check), I placed the tarball on my NFS server, mounted the exported directory, and extracted it from there to /usr/src. It was time-consuming, and compiling with `make install` took even longer, but in the end we have a beautiful X11R5 with high-resolution and twm: https://www.dropbox.com/scl/fi/k3twzqfbizhxd66gudchj/Captura-de-Tela-2025-11-14-s-16.30.13.jpg?rlkey=35lpmnd3wc4m3jwdzx6nslh4k&#038;st=7l52k0gw&#038;dl=0]]></description>
			<content:encoded><![CDATA[<p>X11 is installed and running. Since the space on the hard drive image is limited (there might be unpartitioned/unformatted space, but I didn&#8217;t need to check), I placed the tarball on my NFS server, mounted the exported directory, and extracted it from there to /usr/src. It was time-consuming, and compiling with `make install` took even longer, but in the end we have a beautiful X11R5 with high-resolution and twm: <a href="https://www.dropbox.com/scl/fi/k3twzqfbizhxd66gudchj/Captura-de-Tela-2025-11-14-s-16.30.13.jpg?rlkey=35lpmnd3wc4m3jwdzx6nslh4k&#038;st=7l52k0gw&#038;dl=0" rel="nofollow ugc">https://www.dropbox.com/scl/fi/k3twzqfbizhxd66gudchj/Captura-de-Tela-2025-11-14-s-16.30.13.jpg?rlkey=35lpmnd3wc4m3jwdzx6nslh4k&#038;st=7l52k0gw&#038;dl=0</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Maurício Santos		</title>
		<link>https://virtuallyfun.com/2025/11/10/mips-risc-os-on-mame/comment-page-1/#comment-382086</link>

		<dc:creator><![CDATA[Maurício Santos]]></dc:creator>
		<pubDate>Thu, 13 Nov 2025 00:55:26 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=15512#comment-382086</guid>

					<description><![CDATA[MAME for macOS is useless for networking, at least until they manage to use vmnet instead of pcap. But networking works perfectly on Windows, for example, with OpenVPN/TAP. By making the modifications with ifconfig la0 I can access my local network, telnet to UMIPS, etc. I will try installing X11 available at https://www.geekdot.com/mips-2030-home-improvements/]]></description>
			<content:encoded><![CDATA[<p>MAME for macOS is useless for networking, at least until they manage to use vmnet instead of pcap. But networking works perfectly on Windows, for example, with OpenVPN/TAP. By making the modifications with ifconfig la0 I can access my local network, telnet to UMIPS, etc. I will try installing X11 available at <a href="https://www.geekdot.com/mips-2030-home-improvements/" rel="nofollow ugc">https://www.geekdot.com/mips-2030-home-improvements/</a></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
