<?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: Fun with INTERACTIVE UNIX 3.0	</title>
	<atom:link href="https://virtuallyfun.com/2010/02/09/fun-with-interactive-unix/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com/2010/02/09/fun-with-interactive-unix/</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Mon, 26 Jan 2026 16:26:56 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>
		By: Khydro Didkdkddk		</title>
		<link>https://virtuallyfun.com/2010/02/09/fun-with-interactive-unix/comment-page-1/#comment-382111</link>

		<dc:creator><![CDATA[Khydro Didkdkddk]]></dc:creator>
		<pubDate>Mon, 26 Jan 2026 16:26:56 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=197#comment-382111</guid>

					<description><![CDATA[password?]]></description>
			<content:encoded><![CDATA[<p>password?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: readmelast		</title>
		<link>https://virtuallyfun.com/2010/02/09/fun-with-interactive-unix/comment-page-1/#comment-382047</link>

		<dc:creator><![CDATA[readmelast]]></dc:creator>
		<pubDate>Sun, 20 Jul 2025 15:46:35 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=197#comment-382047</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2010/02/09/fun-with-interactive-unix/comment-page-1/#comment-259335&quot;&gt;John S.&lt;/a&gt;.

Interactive Unix&#039;s CD-ROM support does work under VirtualBox if you use the BusLogic SCSI controller for the CD-ROM drive but the media must be High-Sierra with DOS 8.3 filenames :-

# uname -X
System = iunixs
Node = iunixs
Release = 4.1
KernelID = &#060;5/04/14 19:32:26
Machine = i80486
BusType = ISA
Serial = 
Users = unlim
OEM# = 0
Origin# = 1
NumCPU = 1

# cat /etc/default/cdrom 
CDROM0DEV=/dev/dsk/cd0t5

# cdrom
mounted /dev/dsk/cd0t5 on /cdrom

# df -v /cdrom
Mount Dir  Filesystem         blocks      used      free  %used
/cdrom     /dev/dsk/cd0t5     672272    672272         0 100%

# ls -l /cdrom
total 80262
-r--r--r--   1 root     root       14121 Jul  1  1994 _mssetup.exe
-r--r--r--   1 root     root      251904 Jul  1  1994 acmsetup.exe
-r--r--r--   1 root     root       19066 Jul  1  1994 acmsetup.hlp
-r--r--r--   1 root     root       84909 Jul  1  1994 acreadme.hlp
-r--r--r--   1 root     root       79720 Jul  1  1994 acsetup.ttf
dr-xr-xr-x   1 root     root        2048 Aug 14  1996 bonus
dr-xr-xr-x   1 root     root        2048 Aug 14  1996 bs94
dr-xr-xr-x   1 root     root        6144 Aug 14  1996 clipart

. . .

Unfortunately, I/O with the /dev/[r]dsk/cd0t5 devices doesn&#039;t work (so much for &quot;everything is a file&quot;)

# dd if=/dev/rdsk/cd0t5 of=/dev/null
dd: read error: No such device or address
0+0 records in
0+0 records out]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2010/02/09/fun-with-interactive-unix/comment-page-1/#comment-259335">John S.</a>.</p>
<p>Interactive Unix&#8217;s CD-ROM support does work under VirtualBox if you use the BusLogic SCSI controller for the CD-ROM drive but the media must be High-Sierra with DOS 8.3 filenames :-</p>
<p># uname -X<br />
System = iunixs<br />
Node = iunixs<br />
Release = 4.1<br />
KernelID = &lt;5/04/14 19:32:26<br />
Machine = i80486<br />
BusType = ISA<br />
Serial =<br />
Users = unlim<br />
OEM# = 0<br />
Origin# = 1<br />
NumCPU = 1</p>
<p># cat /etc/default/cdrom<br />
CDROM0DEV=/dev/dsk/cd0t5</p>
<p># cdrom<br />
mounted /dev/dsk/cd0t5 on /cdrom</p>
<p># df -v /cdrom<br />
Mount Dir  Filesystem         blocks      used      free  %used<br />
/cdrom     /dev/dsk/cd0t5     672272    672272         0 100%</p>
<p># ls -l /cdrom<br />
total 80262<br />
-r&#8211;r&#8211;r&#8211;   1 root     root       14121 Jul  1  1994 _mssetup.exe<br />
-r&#8211;r&#8211;r&#8211;   1 root     root      251904 Jul  1  1994 acmsetup.exe<br />
-r&#8211;r&#8211;r&#8211;   1 root     root       19066 Jul  1  1994 acmsetup.hlp<br />
-r&#8211;r&#8211;r&#8211;   1 root     root       84909 Jul  1  1994 acreadme.hlp<br />
-r&#8211;r&#8211;r&#8211;   1 root     root       79720 Jul  1  1994 acsetup.ttf<br />
dr-xr-xr-x   1 root     root        2048 Aug 14  1996 bonus<br />
dr-xr-xr-x   1 root     root        2048 Aug 14  1996 bs94<br />
dr-xr-xr-x   1 root     root        6144 Aug 14  1996 clipart</p>
<p>. . .</p>
<p>Unfortunately, I/O with the /dev/[r]dsk/cd0t5 devices doesn&#8217;t work (so much for &#8220;everything is a file&#8221;)</p>
<p># dd if=/dev/rdsk/cd0t5 of=/dev/null<br />
dd: read error: No such device or address<br />
0+0 records in<br />
0+0 records out</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: pippirilli		</title>
		<link>https://virtuallyfun.com/2010/02/09/fun-with-interactive-unix/comment-page-1/#comment-381976</link>

		<dc:creator><![CDATA[pippirilli]]></dc:creator>
		<pubDate>Fri, 11 Oct 2024 12:08:48 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=197#comment-381976</guid>

					<description><![CDATA[imho the only solution is qemu make buslogic driver, is the only driver working
on VirtualBOX, i have tried the am53c974 on qemu and 86BOX and both failed.
VMware has the buslogic driver/peripheral but give me error when try to change fd image to load buslogic driver.]]></description>
			<content:encoded><![CDATA[<p>imho the only solution is qemu make buslogic driver, is the only driver working<br />
on VirtualBOX, i have tried the am53c974 on qemu and 86BOX and both failed.<br />
VMware has the buslogic driver/peripheral but give me error when try to change fd image to load buslogic driver.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: pippirilli		</title>
		<link>https://virtuallyfun.com/2010/02/09/fun-with-interactive-unix/comment-page-1/#comment-381975</link>

		<dc:creator><![CDATA[pippirilli]]></dc:creator>
		<pubDate>Fri, 11 Oct 2024 12:06:05 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=197#comment-381975</guid>

					<description><![CDATA[Hi, I have tried to add cyls=,secs=,heads options but..nothing.

I have only success changing bios and using the -hda option, I can reach without problems the &quot;mkfs&quot; page, but the process crash when make the fs :&#124;
The bios used is the jetway_awd_600pgn_i815.BIN the line used is a simple
qemu-system-i386 -cpu 486 -bios jetway_awd_600pgn_i815.BIN -M pc -fda boot_install.img

https://images2.imgbox.com/ba/9e/AbsfBTnv_o.jpg]]></description>
			<content:encoded><![CDATA[<p>Hi, I have tried to add cyls=,secs=,heads options but..nothing.</p>
<p>I have only success changing bios and using the -hda option, I can reach without problems the &#8220;mkfs&#8221; page, but the process crash when make the fs 😐<br />
The bios used is the jetway_awd_600pgn_i815.BIN the line used is a simple<br />
qemu-system-i386 -cpu 486 -bios jetway_awd_600pgn_i815.BIN -M pc -fda boot_install.img</p>
<p><a href="https://images2.imgbox.com/ba/9e/AbsfBTnv_o.jpg" rel="nofollow ugc">https://images2.imgbox.com/ba/9e/AbsfBTnv_o.jpg</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2010/02/09/fun-with-interactive-unix/comment-page-1/#comment-381940</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Sun, 21 Jul 2024 07:14:56 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=197#comment-381940</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2010/02/09/fun-with-interactive-unix/comment-page-1/#comment-381939&quot;&gt;mihcaclaz&lt;/a&gt;.

I’d probably try adding geometry to the hard disk.

Sadly new qemu doesn’t mean it’ll run anything.  Compatibility was never their goal, like when they broke netware, they didn’t care.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2010/02/09/fun-with-interactive-unix/comment-page-1/#comment-381939">mihcaclaz</a>.</p>
<p>I’d probably try adding geometry to the hard disk.</p>
<p>Sadly new qemu doesn’t mean it’ll run anything.  Compatibility was never their goal, like when they broke netware, they didn’t care.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: mihcaclaz		</title>
		<link>https://virtuallyfun.com/2010/02/09/fun-with-interactive-unix/comment-page-1/#comment-381939</link>

		<dc:creator><![CDATA[mihcaclaz]]></dc:creator>
		<pubDate>Sat, 20 Jul 2024 22:25:41 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=197#comment-381939</guid>

					<description><![CDATA[Latest qemu 9.0.2

I had installed Interactive Unix in a raw image using 86box
running qemu with this cli

#!/bin/bash
FLOPPY=boot_install.img
DISCO=disk.img
BOOT=c
RAM=16

qemu-system-i386 -boot $BOOT -m 16 -no-fd-bootchk --enable-kvm -device i8042 -device isa-vga -device ne2k_isa,netdev=network0 -netdev tap,id=network0,ifname=tap1,script=no,downscript=no -device isa-ide,id=isa0,bus=isa.0 -drive file=$DISCO,format=raw,if=none,id=disk -device ide-hd,bus=isa0.0,drive=disk -machine isapc

result

https://i.imgur.com/rEKqBFT.jpeg

As you can see, the disk is recognized but the boot
stuck-freeze, using scsi or ide-pci configuration lead to a
crash, as you can see

https://i.imgur.com/DRW92tV.jpeg]]></description>
			<content:encoded><![CDATA[<p>Latest qemu 9.0.2</p>
<p>I had installed Interactive Unix in a raw image using 86box<br />
running qemu with this cli</p>
<p>#!/bin/bash<br />
FLOPPY=boot_install.img<br />
DISCO=disk.img<br />
BOOT=c<br />
RAM=16</p>
<p>qemu-system-i386 -boot $BOOT -m 16 -no-fd-bootchk &#8211;enable-kvm -device i8042 -device isa-vga -device ne2k_isa,netdev=network0 -netdev tap,id=network0,ifname=tap1,script=no,downscript=no -device isa-ide,id=isa0,bus=isa.0 -drive file=$DISCO,format=raw,if=none,id=disk -device ide-hd,bus=isa0.0,drive=disk -machine isapc</p>
<p>result</p>
<p><a href="https://i.imgur.com/rEKqBFT.jpeg" rel="nofollow ugc">https://i.imgur.com/rEKqBFT.jpeg</a></p>
<p>As you can see, the disk is recognized but the boot<br />
stuck-freeze, using scsi or ide-pci configuration lead to a<br />
crash, as you can see</p>
<p><a href="https://i.imgur.com/DRW92tV.jpeg" rel="nofollow ugc">https://i.imgur.com/DRW92tV.jpeg</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: FrankPuzzola		</title>
		<link>https://virtuallyfun.com/2010/02/09/fun-with-interactive-unix/comment-page-1/#comment-364994</link>

		<dc:creator><![CDATA[FrankPuzzola]]></dc:creator>
		<pubDate>Thu, 28 Mar 2024 12:22:57 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=197#comment-364994</guid>

					<description><![CDATA[Some (sad) updates.
This OS actually works fine on 

VirtualBox: only one problem, I cannot connect it via virsh, if you try to compile gcc the system give a lot of errores and became really unstable, for the other is perfect, to install it use BusLogic

Vmware esxi 6: this hypervisor is one of the few with old buslogic controller simulated, so the system can work..only one problem, don&#039;t recognize the floppy change, so is impossible to install it, I have also tried this trick: install on 86box and then import the image on esxi, but fail.

86Box: perfect emulation, but too slow

Qemu: a lot of problem even with the latest 8.1 version

configuration 1: ide controller = disk is not recognized
configuration 2: am53c974 controller = disk is recognized, fdisk return error about disk geometry
configuration 3: isa-ide controller = disk is recognized, after two seconds system hang
configuration 4: isa-pc controller = same thing as isa-ide
configuration 5: real pci ide controller passed trough pass trough = disk not recognized using old 1995 ide controller pci
configuration 6: real scsi buslogic controller pass trough = system hang during driver loading

I have also tried with coreboot bios (both i440 and q35) and I get same errors
I have also tried to using a disk image working with 86box (scsi controller enabled on kernel, ide support enable) but crash when try to mount root.

Actually (imho) qemu is (for Linux) the fastest &quot;hypervisor&quot;, better than VirtualBox (there is a new project with combine Virtualbox+kvm, if virsh can control vbox (officially is yes, but I try and I never get success) we can finally have this OS  working, another solution would be buslogic support on qemu.
Thats&#039; all.]]></description>
			<content:encoded><![CDATA[<p>Some (sad) updates.<br />
This OS actually works fine on </p>
<p>VirtualBox: only one problem, I cannot connect it via virsh, if you try to compile gcc the system give a lot of errores and became really unstable, for the other is perfect, to install it use BusLogic</p>
<p>Vmware esxi 6: this hypervisor is one of the few with old buslogic controller simulated, so the system can work..only one problem, don&#8217;t recognize the floppy change, so is impossible to install it, I have also tried this trick: install on 86box and then import the image on esxi, but fail.</p>
<p>86Box: perfect emulation, but too slow</p>
<p>Qemu: a lot of problem even with the latest 8.1 version</p>
<p>configuration 1: ide controller = disk is not recognized<br />
configuration 2: am53c974 controller = disk is recognized, fdisk return error about disk geometry<br />
configuration 3: isa-ide controller = disk is recognized, after two seconds system hang<br />
configuration 4: isa-pc controller = same thing as isa-ide<br />
configuration 5: real pci ide controller passed trough pass trough = disk not recognized using old 1995 ide controller pci<br />
configuration 6: real scsi buslogic controller pass trough = system hang during driver loading</p>
<p>I have also tried with coreboot bios (both i440 and q35) and I get same errors<br />
I have also tried to using a disk image working with 86box (scsi controller enabled on kernel, ide support enable) but crash when try to mount root.</p>
<p>Actually (imho) qemu is (for Linux) the fastest &#8220;hypervisor&#8221;, better than VirtualBox (there is a new project with combine Virtualbox+kvm, if virsh can control vbox (officially is yes, but I try and I never get success) we can finally have this OS  working, another solution would be buslogic support on qemu.<br />
Thats&#8217; all.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2010/02/09/fun-with-interactive-unix/comment-page-1/#comment-286696</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Wed, 27 Oct 2021 17:27:39 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=197#comment-286696</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2010/02/09/fun-with-interactive-unix/comment-page-1/#comment-286693&quot;&gt;ZeroCool32&lt;/a&gt;.

you cant ping a URL...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2010/02/09/fun-with-interactive-unix/comment-page-1/#comment-286693">ZeroCool32</a>.</p>
<p>you cant ping a URL&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ZeroCool32		</title>
		<link>https://virtuallyfun.com/2010/02/09/fun-with-interactive-unix/comment-page-1/#comment-286693</link>

		<dc:creator><![CDATA[ZeroCool32]]></dc:creator>
		<pubDate>Wed, 27 Oct 2021 16:40:03 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=197#comment-286693</guid>

					<description><![CDATA[Why can&#039;t I access other websites? It says on 4.1a on VirtualBox:
ping: Unknown host www.google.com]]></description>
			<content:encoded><![CDATA[<p>Why can&#8217;t I access other websites? It says on 4.1a on VirtualBox:<br />
ping: Unknown host <a href="http://www.google.com" rel="nofollow ugc">http://www.google.com</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: escimo		</title>
		<link>https://virtuallyfun.com/2010/02/09/fun-with-interactive-unix/comment-page-1/#comment-270037</link>

		<dc:creator><![CDATA[escimo]]></dc:creator>
		<pubDate>Sat, 17 Apr 2021 19:07:17 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=197#comment-270037</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2010/02/09/fun-with-interactive-unix/comment-page-1/#comment-269877&quot;&gt;Gord&lt;/a&gt;.

At least with InstallDisk22_X11_v202_2of3.img I get errors on several operating systems (UnixWare 1.0PE, Slackware 14). Only me?

PMI-files are included (4400c.pmi, ati.pmi, xga.pmi) but no dedicated file for MWIN1280 (matrox.pmi) with X11 Server Xgp]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2010/02/09/fun-with-interactive-unix/comment-page-1/#comment-269877">Gord</a>.</p>
<p>At least with InstallDisk22_X11_v202_2of3.img I get errors on several operating systems (UnixWare 1.0PE, Slackware 14). Only me?</p>
<p>PMI-files are included (4400c.pmi, ati.pmi, xga.pmi) but no dedicated file for MWIN1280 (matrox.pmi) with X11 Server Xgp</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
