<?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: Atari System V UNIX (ASV) virtualized under Hatari	</title>
	<atom:link href="https://virtuallyfun.com/2026/01/08/atari-system-v-unix-asv-virtualized-under-hatari/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com/2026/01/08/atari-system-v-unix-asv-virtualized-under-hatari/</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Fri, 01 May 2026 21:00:08 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.1</generator>
	<item>
		<title>
		By: Maurício Santos		</title>
		<link>https://virtuallyfun.com/2026/01/08/atari-system-v-unix-asv-virtualized-under-hatari/comment-page-1/#comment-382139</link>

		<dc:creator><![CDATA[Maurício Santos]]></dc:creator>
		<pubDate>Fri, 01 May 2026 21:00:08 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=15576#comment-382139</guid>

					<description><![CDATA[Thanks for the suggestion, I transferred the code to the ASV via serial connection, but I didn&#039;t use uuencode because I noticed Kermit was already installed. It works, but with many errors unless the files are small, so I had to transfer it in parts, which is really inefficient… But, in the end, there was an error compiling the kernel driver. Perhaps there are architectural problems, but it seems that the basic TCP/IP package sources are missing from the ASV image. The README file in slip.tar.Z mentions replacing Driver.o in /etc/conf/pack.d/ip/, but neither that directory nor the original .o file exist…]]></description>
			<content:encoded><![CDATA[<p>Thanks for the suggestion, I transferred the code to the ASV via serial connection, but I didn&#8217;t use uuencode because I noticed Kermit was already installed. It works, but with many errors unless the files are small, so I had to transfer it in parts, which is really inefficient… But, in the end, there was an error compiling the kernel driver. Perhaps there are architectural problems, but it seems that the basic TCP/IP package sources are missing from the ASV image. The README file in slip.tar.Z mentions replacing Driver.o in /etc/conf/pack.d/ip/, but neither that directory nor the original .o file exist…</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2026/01/08/atari-system-v-unix-asv-virtualized-under-hatari/comment-page-1/#comment-382138</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Wed, 29 Apr 2026 08:15:59 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=15576#comment-382138</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2026/01/08/atari-system-v-unix-asv-virtualized-under-hatari/comment-page-1/#comment-382137&quot;&gt;Maurício Santos&lt;/a&gt;.

if the serial code is solid enough uuencode it!

I used to run this on qemu solaris &amp; aix to get stuff in:

stty_orig=`stty -g`
stty -echo
echo paste!
cat &gt; l
uudecode l
rm -f l
stty $stty_orig

you can probably skip the cat and just uudecode directly..]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2026/01/08/atari-system-v-unix-asv-virtualized-under-hatari/comment-page-1/#comment-382137">Maurício Santos</a>.</p>
<p>if the serial code is solid enough uuencode it!</p>
<p>I used to run this on qemu solaris &#038; aix to get stuff in:</p>
<p>stty_orig=`stty -g`<br />
stty -echo<br />
echo paste!<br />
cat > l<br />
uudecode l<br />
rm -f l<br />
stty $stty_orig</p>
<p>you can probably skip the cat and just uudecode directly..</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Maurício Santos		</title>
		<link>https://virtuallyfun.com/2026/01/08/atari-system-v-unix-asv-virtualized-under-hatari/comment-page-1/#comment-382137</link>

		<dc:creator><![CDATA[Maurício Santos]]></dc:creator>
		<pubDate>Tue, 28 Apr 2026 23:24:40 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=15576#comment-382137</guid>

					<description><![CDATA[Hatari doesn&#039;t support Ethernet emulation yet, but it emulates serial ports well. ASV recognizes the emulated port, and I was able to log in via serial terminal. I then considered configuring the network via SLIP, which I&#039;ve already done in Hatari for TOS and Minix, but I haven&#039;t found it viable. At least one of the network configuration/initialization files references the SLIP interface (/etc/inet/strcf), but I haven&#039;t found any sign of slattach or an equivalent utility. It seems that SLIP support wasn&#039;t included by default in the TCP/IP of Unix SRV4 distributions, but I found at least one driver and utilities source code  (http://ftp.funet.fi/pub/unix/networking/slip/svr4). The binaries are for i386; I don&#039;t know if the code would compile for 68k, and I haven&#039;t been able to test it because I don&#039;t know how to get the file onto the Hatari virtual machine.]]></description>
			<content:encoded><![CDATA[<p>Hatari doesn&#8217;t support Ethernet emulation yet, but it emulates serial ports well. ASV recognizes the emulated port, and I was able to log in via serial terminal. I then considered configuring the network via SLIP, which I&#8217;ve already done in Hatari for TOS and Minix, but I haven&#8217;t found it viable. At least one of the network configuration/initialization files references the SLIP interface (/etc/inet/strcf), but I haven&#8217;t found any sign of slattach or an equivalent utility. It seems that SLIP support wasn&#8217;t included by default in the TCP/IP of Unix SRV4 distributions, but I found at least one driver and utilities source code  (<a href="http://ftp.funet.fi/pub/unix/networking/slip/svr4" rel="nofollow ugc">http://ftp.funet.fi/pub/unix/networking/slip/svr4</a>). The binaries are for i386; I don&#8217;t know if the code would compile for 68k, and I haven&#8217;t been able to test it because I don&#8217;t know how to get the file onto the Hatari virtual machine.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: tenox		</title>
		<link>https://virtuallyfun.com/2026/01/08/atari-system-v-unix-asv-virtualized-under-hatari/comment-page-1/#comment-382105</link>

		<dc:creator><![CDATA[tenox]]></dc:creator>
		<pubDate>Tue, 13 Jan 2026 09:39:18 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=15576#comment-382105</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2026/01/08/atari-system-v-unix-asv-virtualized-under-hatari/comment-page-1/#comment-382102&quot;&gt;Jerome Ibanes&lt;/a&gt;.

https://archive.org/details/atari_system_v_ue12_hatari]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2026/01/08/atari-system-v-unix-asv-virtualized-under-hatari/comment-page-1/#comment-382102">Jerome Ibanes</a>.</p>
<p><a href="https://archive.org/details/atari_system_v_ue12_hatari" rel="nofollow ugc">https://archive.org/details/atari_system_v_ue12_hatari</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: tenox		</title>
		<link>https://virtuallyfun.com/2026/01/08/atari-system-v-unix-asv-virtualized-under-hatari/comment-page-1/#comment-382104</link>

		<dc:creator><![CDATA[tenox]]></dc:creator>
		<pubDate>Tue, 13 Jan 2026 06:39:44 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=15576#comment-382104</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2026/01/08/atari-system-v-unix-asv-virtualized-under-hatari/comment-page-1/#comment-382102&quot;&gt;Jerome Ibanes&lt;/a&gt;.

Still work in progress. You need patches to Hatari etc. For now it&#039;s floating on Virtually Fun Discord.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2026/01/08/atari-system-v-unix-asv-virtualized-under-hatari/comment-page-1/#comment-382102">Jerome Ibanes</a>.</p>
<p>Still work in progress. You need patches to Hatari etc. For now it&#8217;s floating on Virtually Fun Discord.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jerome Ibanes		</title>
		<link>https://virtuallyfun.com/2026/01/08/atari-system-v-unix-asv-virtualized-under-hatari/comment-page-1/#comment-382102</link>

		<dc:creator><![CDATA[Jerome Ibanes]]></dc:creator>
		<pubDate>Thu, 08 Jan 2026 16:59:43 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=15576#comment-382102</guid>

					<description><![CDATA[Truthfully amazing, where can I get the Hatari disk image?]]></description>
			<content:encoded><![CDATA[<p>Truthfully amazing, where can I get the Hatari disk image?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: lucachess@gmail.com		</title>
		<link>https://virtuallyfun.com/2026/01/08/atari-system-v-unix-asv-virtualized-under-hatari/comment-page-1/#comment-382101</link>

		<dc:creator><![CDATA[lucachess@gmail.com]]></dc:creator>
		<pubDate>Thu, 08 Jan 2026 16:11:09 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=15576#comment-382101</guid>

					<description><![CDATA[I would like to see some example of GEM ported app]]></description>
			<content:encoded><![CDATA[<p>I would like to see some example of GEM ported app</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
