<?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>SoftPC &#8211; Virtually Fun</title>
	<atom:link href="https://virtuallyfun.com/category/softpc/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Mon, 18 Dec 2023 04:32:10 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>
	<item>
		<title>SoftWindows on OpenVMS</title>
		<link>https://virtuallyfun.com/2023/11/06/softwindows-on-openvms/</link>
					<comments>https://virtuallyfun.com/2023/11/06/softwindows-on-openvms/#comments</comments>
		
		<dc:creator><![CDATA[tenox]]></dc:creator>
		<pubDate>Mon, 06 Nov 2023 00:41:43 +0000</pubDate>
				<category><![CDATA[DEC Alpha]]></category>
		<category><![CDATA[guest post]]></category>
		<category><![CDATA[SoftPC]]></category>
		<category><![CDATA[VMS]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=13433</guid>

					<description><![CDATA[(This is a guest post by Antoni Sawicki aka Tenox) I like exploring vintage hypervisors and emulators. In the past I did a whole series on Merge, VP/IX and others. This time I wanted to take look at something a &#8230; <a href="https://virtuallyfun.com/2023/11/06/softwindows-on-openvms/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"><em>(This is a guest post by Antoni Sawicki aka Tenox)</em></p>



<p class="wp-block-paragraph">I like exploring vintage hypervisors and emulators. In the past I did a whole series on <a href="https://virtuallyfun.com/2020/11/03/fun-with-openserver-and-merge/" data-type="post" data-id="10578">Merge</a>, <a href="https://virtuallyfun.com/2020/11/29/fun-with-vp-ix-under-interactive-unix-system-v-386-3-0-and-86box/" data-type="post" data-id="10739">VP/IX</a> and others. This time I wanted to take look at something a little more exotic &#8211; <a href="https://en.wikipedia.org/wiki/SoftPC">SoftWindows</a> on Alpha <a href="https://en.wikipedia.org/wiki/OpenVMS">OpenVMS</a>. I have in fact installed it a while back but I could never get it properly licensed. I looked everywhere, asked everyone and of course no one had a license pack for this. Fortunately there are two license generators for OpenVMS, <code>pakgen</code> and <code>lmfgen</code>. But how do you find out what is the exact product code and vendor? VMS provides a license debug facility:</p>



<pre class="wp-block-code"><code>$ reply/enable=license
$ define/sys/exec lmf$display_opcom_message true</code></pre>



<p class="wp-block-paragraph">Then, when starting an app, you will get an opcom log message with all the required product name, vendor, etc. The rest is easy. For the lazy, here is a complete license pack for SoftWindows:</p>



<pre class="wp-block-code"><code>$ LICENSE REGISTER SOFTPC -
        /ISSUER=DEC -
        /PRODUCER=DEC -
        /UNITS=0 -
        /OPTIONS=(MOD_UNITS,ALPHA) -
        /CHECKSUM=2-GNHM-DAFO-CPGG-AICI
$ LICENSE LOAD SOFTPC</code></pre>



<p class="wp-block-paragraph">Here is a screenshot for your viewing pleasure!</p>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1024" height="820" src="https://virtuallyfun.com/wp-content/uploads/2023/11/openvms_softwin-1024x820.png" alt="" class="wp-image-13434" srcset="https://virtuallyfun.com/wp-content/uploads/2023/11/openvms_softwin-1024x820.png 1024w, https://virtuallyfun.com/wp-content/uploads/2023/11/openvms_softwin-300x240.png 300w, https://virtuallyfun.com/wp-content/uploads/2023/11/openvms_softwin-768x615.png 768w, https://virtuallyfun.com/wp-content/uploads/2023/11/openvms_softwin-375x300.png 375w, https://virtuallyfun.com/wp-content/uploads/2023/11/openvms_softwin.png 1279w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">SoftWindows on OpenVMS Alpha</figcaption></figure>



<p class="wp-block-paragraph">The install comes with it&#8217;s own version of Windows 3.1 plus some additional tools and apps, typical for Insignia products. You can map drives to folders, ports COM and LPT, etc. There are a variety of video modes &#8211; Hercules, CGA, EGA and VGA, even 256 colors. The performance is quite decent, however the CPU is pegged at 100%, as you can see in the system monitor. There is a CPU idle detection tool, however it doesn&#8217;t seem to work very well. I suspect that perhaps this may be to do with much never OpenVMS version, than the software has been designed for. The SoftWindows has been released in 1994 and not been updated since.</p>



<p class="wp-block-paragraph">How do you install and run this thing? There is a full <a href="http://osarchive.org/os/vms/Apps/softwin/installation_guide.txt">installation guide</a>, however since this is just a PCSI file, you can simply use product install:</p>



<pre class="wp-block-code"><code>$ unzip softwin-v0100.zip
$ product install *</code></pre>



<p class="wp-block-paragraph">To start it you cast these magic spells:</p>



<pre class="wp-block-code"><code>$ @sys$sysroot:&#91;sysmgr]softwin$startup.com
$ softwin</code></pre>



<figure class="wp-block-image size-full"><img decoding="async" width="988" height="706" src="https://virtuallyfun.com/wp-content/uploads/2023/11/softpc.gif" alt="" class="wp-image-13435"/></figure>



<p class="wp-block-paragraph">Since SoftWindows is essentially SoftPC you can run pure DOS mode. I will do a follow up on this and explore some DOS games.</p>



<p class="wp-block-paragraph">You can find all the files on <a href="http://osarchive.org/os/vms/Apps/softwin">osarchive.org</a>.</p>



<p class="wp-block-paragraph">From a hindsight, it&#8217;s ironic how roles have reversed in 30 years. Back then MS-DOS / Windows was a toy OS, running on a toy &#8220;personal&#8221; computer, emulated in a little window on a &#8220;real&#8221; computer like DEC Alpha. In modern times you run <a href="https://virtuallyfun.com/2023/04/10/openvms-x86-finally-here/" data-type="post" data-id="12337">OpenVMS as a guest VM</a> on a Windows PC.</p>



<p class="wp-block-paragraph">Have fun with virtualization!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2023/11/06/softwindows-on-openvms/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
		<item>
		<title>Fun with OpenServer and Merge</title>
		<link>https://virtuallyfun.com/2020/11/03/fun-with-openserver-and-merge/</link>
					<comments>https://virtuallyfun.com/2020/11/03/fun-with-openserver-and-merge/#comments</comments>
		
		<dc:creator><![CDATA[tenox]]></dc:creator>
		<pubDate>Tue, 03 Nov 2020 12:08:43 +0000</pubDate>
				<category><![CDATA[guest post]]></category>
		<category><![CDATA[microsoft windows]]></category>
		<category><![CDATA[SoftPC]]></category>
		<category><![CDATA[unix]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=10578</guid>

					<description><![CDATA[(This is a guest post by Antoni Sawicki aka Tenox) A friend and I were recently discussing differences between WABI, WINE, WISE, Merge, VP/IX, FX!32 and SoftWindows. This article covers Merge specifically which is a DOS/Windows emulator initially built for &#8230; <a href="https://virtuallyfun.com/2020/11/03/fun-with-openserver-and-merge/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"><em>(This is a guest post by Antoni Sawicki aka Tenox)</em></p>



<p class="wp-block-paragraph">A friend and I were recently discussing differences between <a href="https://en.wikipedia.org/wiki/Wabi_(software)">WABI</a>, <a href="https://en.wikipedia.org/wiki/Wine_(software)">WINE</a>, <a href="https://en.wikipedia.org/wiki/Windows_Interface_Source_Environment">WISE</a>, <a href="https://en.wikipedia.org/wiki/Merge_(software)">Merge</a>, VP/IX, <a href="https://en.wikipedia.org/wiki/FX!32">FX!32</a> and <a href="https://en.wikipedia.org/wiki/SoftPC">SoftWindows</a>.  This article covers <strong><a href="https://en.wikipedia.org/wiki/Merge_(software)" data-type="URL" data-id="https://en.wikipedia.org/wiki/Merge_(software)">Merge</a></strong> specifically which is a DOS/Windows emulator initially built for AT&amp;T 6300 Plus computer. Later ported to UnixWare, OpenServer and eventually served as basis for <a href="https://en.wikipedia.org/wiki/Win4Lin">Win4Lin</a>. Later versions of Merge were build using <a href="https://en.wikipedia.org/wiki/Windows_Interface_Source_Environment">Microsoft WISE SDK</a> which allowed to run apps without full copy of Windows kind of like WINE. I will be running it on OpenServer 5 using VirtualBox. However one could get it going on UnixWre and under any other hypervisor same as easy.</p>



<p class="wp-block-paragraph">For Vbox/OSR5, when creating a VM, make it other/other type, give 256MB to 1GB RAM and 4GB HDD. Once VM is created go to Settings and change network adapter to <strong>Intel PRO/1000 MT Desktop</strong> and Attachment to <strong>Bridge</strong> mode. For some reason I could not get DHCP working out of the box. Also under Display change graphics controller to VM <strong>SVGA</strong>.</p>



<p class="wp-block-paragraph">One can get the last &#8220;real&#8221; OSR5 from <a href="ftp://ftp.sco.com/pub/openserver5/507/iso/OpenServer-5.0.7-July2005/">this link</a>. There also are never Xuinos versions and specifically targeted for VMware, for example <a href="ftp://ftp.sco.com/pub/openserver507v/507v/iso/openserver507v_v300vm/">this one</a>.</p>



<p class="wp-block-paragraph">Boot and go through the prompts as normal. At some point you will be stopped by a lovely prompt for license number and code:</p>



<figure class="wp-block-image size-large"><a href="https://virtuallyfun.com/wp-content/uploads/2020/11/Screen-Shot-2020-11-02-at-12.51.41-AM.png"><img decoding="async" width="718" height="400" src="https://virtuallyfun.com/wp-content/uploads/2020/11/Screen-Shot-2020-11-02-at-12.51.41-AM.png" alt="" class="wp-image-10579" srcset="https://virtuallyfun.com/wp-content/uploads/2020/11/Screen-Shot-2020-11-02-at-12.51.41-AM.png 718w, https://virtuallyfun.com/wp-content/uploads/2020/11/Screen-Shot-2020-11-02-at-12.51.41-AM-300x167.png 300w, https://virtuallyfun.com/wp-content/uploads/2020/11/Screen-Shot-2020-11-02-at-12.51.41-AM-500x279.png 500w" sizes="(max-width: 718px) 100vw, 718px" /></a></figure>



<p class="wp-block-paragraph">Enter <code>SCO043568 / pnhohvqm</code> to get past this.</p>



<p class="wp-block-paragraph">Watch out for this screen:</p>



<figure class="wp-block-image size-large"><a href="https://virtuallyfun.com/wp-content/uploads/2020/11/Screen-Shot-2020-11-02-at-12.57.53-AM.png"><img loading="lazy" decoding="async" width="720" height="364" src="https://virtuallyfun.com/wp-content/uploads/2020/11/Screen-Shot-2020-11-02-at-12.57.53-AM.png" alt="" class="wp-image-10580" srcset="https://virtuallyfun.com/wp-content/uploads/2020/11/Screen-Shot-2020-11-02-at-12.57.53-AM.png 720w, https://virtuallyfun.com/wp-content/uploads/2020/11/Screen-Shot-2020-11-02-at-12.57.53-AM-300x152.png 300w, https://virtuallyfun.com/wp-content/uploads/2020/11/Screen-Shot-2020-11-02-at-12.57.53-AM-500x253.png 500w" sizes="auto, (max-width: 720px) 100vw, 720px" /></a></figure>



<p class="wp-block-paragraph">Don&#8217;t worry about not being able to get the NIC detected at this point. Leave it as Deferred for now. You need to install MP5 update and a driver update for this to work. This will be covered later.</p>



<p class="wp-block-paragraph">Select some decent resolution for VESA SVGA:</p>



<figure class="wp-block-image size-large"><a href="https://virtuallyfun.com/wp-content/uploads/2020/11/Screen-Shot-2020-11-02-at-12.56.16-AM.png"><img loading="lazy" decoding="async" width="617" height="140" src="https://virtuallyfun.com/wp-content/uploads/2020/11/Screen-Shot-2020-11-02-at-12.56.16-AM.png" alt="" class="wp-image-10581" srcset="https://virtuallyfun.com/wp-content/uploads/2020/11/Screen-Shot-2020-11-02-at-12.56.16-AM.png 617w, https://virtuallyfun.com/wp-content/uploads/2020/11/Screen-Shot-2020-11-02-at-12.56.16-AM-300x68.png 300w, https://virtuallyfun.com/wp-content/uploads/2020/11/Screen-Shot-2020-11-02-at-12.56.16-AM-500x113.png 500w" sizes="auto, (max-width: 617px) 100vw, 617px" /></a></figure>



<p class="wp-block-paragraph">Also select PS/2 Mouse:</p>



<figure class="wp-block-image size-large"><a href="https://virtuallyfun.com/wp-content/uploads/2020/11/Screen-Shot-2020-11-02-at-12.56.45-AM.png"><img loading="lazy" decoding="async" width="636" height="123" src="https://virtuallyfun.com/wp-content/uploads/2020/11/Screen-Shot-2020-11-02-at-12.56.45-AM.png" alt="" class="wp-image-10582" srcset="https://virtuallyfun.com/wp-content/uploads/2020/11/Screen-Shot-2020-11-02-at-12.56.45-AM.png 636w, https://virtuallyfun.com/wp-content/uploads/2020/11/Screen-Shot-2020-11-02-at-12.56.45-AM-300x58.png 300w, https://virtuallyfun.com/wp-content/uploads/2020/11/Screen-Shot-2020-11-02-at-12.56.45-AM-500x97.png 500w" sizes="auto, (max-width: 636px) 100vw, 636px" /></a></figure>



<p class="wp-block-paragraph">The rest should just fly through on autopilot. Once system boots login as root with the password you set.</p>



<p class="wp-block-paragraph">First thing you will need to install MP5 update. Download the ISO file from <a href="ftp://ftp.sco.com/pub/openserver5/507/iso/osr507suppcd5/">this link</a> and attach to your hypervisor. Open the terminal and type &#8220;custom&#8221; to install software. Or double click that fancy &#8220;Software Manager&#8221; icon on the desktop. Under Software click Install New&#8230; and select this host. Select your attached cdrom.</p>



<p class="wp-block-paragraph">You will need to install Maintenance Pack 5 and GFX / NIC Drivers:</p>



<figure class="wp-block-image size-large"><a href="https://virtuallyfun.com/wp-content/uploads/2020/11/Screen-Shot-2020-11-02-at-1.24.07-AM.png"><img loading="lazy" decoding="async" width="604" height="497" src="https://virtuallyfun.com/wp-content/uploads/2020/11/Screen-Shot-2020-11-02-at-1.24.07-AM.png" alt="" class="wp-image-10584" srcset="https://virtuallyfun.com/wp-content/uploads/2020/11/Screen-Shot-2020-11-02-at-1.24.07-AM.png 604w, https://virtuallyfun.com/wp-content/uploads/2020/11/Screen-Shot-2020-11-02-at-1.24.07-AM-300x247.png 300w, https://virtuallyfun.com/wp-content/uploads/2020/11/Screen-Shot-2020-11-02-at-1.24.07-AM-365x300.png 365w" sizes="auto, (max-width: 604px) 100vw, 604px" /></a></figure>



<p class="wp-block-paragraph">Make sure to hit install twice one for each of these items as they cannot be selected together. Once complete you will need to reboot of course.</p>



<p class="wp-block-paragraph">After reboot you should be able to add and configure the NIC. You will need to either run &#8220;scoadmin&#8221; or go to System Administration &#8211; Networks &#8211; Network Configuration Manager. Add a new LAN adapter. The Intel PRO/1000 should be detected automatically. I could never get DHCP to work and just used static IP config there. Make sure to ok re-link the kernel and reboot.</p>



<p class="wp-block-paragraph">Installation of merge is a little bit more complicated. The latest version can be downloaded from <a href="ftp://ftp.sco.com/pub/download/037-000-033DL/">here</a>. If you are installing under UnixWare then <a href="ftp://ftp.sco.com/pub/download/037-000-034DL/">this</a> is your folder. Transfer it to your OSR5 VM via browser, ftp, samba, iso file or however you like. Open a terminal and go to the directory with the cpio file file and run:</p>



<pre class="wp-block-code"><code>cpio -icv -I osr5_merge5323a_vol.cpio</code></pre>



<p class="wp-block-paragraph">This will produce a bunch of VOL* files. These are installed with &#8220;custom&#8221; as well. However instead of cdrom you select Media Images and point to the directory with extracted VOL files:</p>



<figure class="wp-block-image size-large"><a href="https://virtuallyfun.com/wp-content/uploads/2020/11/image-1.png"><img loading="lazy" decoding="async" width="534" height="208" src="https://virtuallyfun.com/wp-content/uploads/2020/11/image-1.png" alt="" class="wp-image-10586" srcset="https://virtuallyfun.com/wp-content/uploads/2020/11/image-1.png 534w, https://virtuallyfun.com/wp-content/uploads/2020/11/image-1-300x117.png 300w, https://virtuallyfun.com/wp-content/uploads/2020/11/image-1-500x195.png 500w" sizes="auto, (max-width: 534px) 100vw, 534px" /></a></figure>



<p class="wp-block-paragraph">There should be an option to install Merge.</p>



<p class="wp-block-paragraph">You will be also prompted by a lovely license code prompt. Enter <code>SCO837369 / bhtepkxy</code> to get through. You will need to reboot again.</p>



<p class="wp-block-paragraph">After login there will be a new folder on the desktop with Merge tools:</p>



<figure class="wp-block-image size-large"><a href="https://virtuallyfun.com/wp-content/uploads/2020/11/image-2.png"><img loading="lazy" decoding="async" width="496" height="214" src="https://virtuallyfun.com/wp-content/uploads/2020/11/image-2.png" alt="" class="wp-image-10587" srcset="https://virtuallyfun.com/wp-content/uploads/2020/11/image-2.png 496w, https://virtuallyfun.com/wp-content/uploads/2020/11/image-2-300x129.png 300w" sizes="auto, (max-width: 496px) 100vw, 496px" /></a></figure>



<p class="wp-block-paragraph">Root is not allowed to run it, but you can pre-install Windows as root. To do so go to Merge Setup and open System Wide Administration. You will find a button to Load Windows CD. You can just mount any bootable Windows 9x cdrom to your hypervisor and Merge will copy it for you. </p>



<p class="wp-block-paragraph">There will be a prompt for network configuration. I opted for WinSock option which is user mode emulation, it&#8217;s enough to get a web browser going. If you need to use SMB/CIFS, open network shares, etc you will need the bridged mode with extra IP address for the guest.</p>



<p class="wp-block-paragraph">Finally you will need to create and login as a different user to get this thing running.</p>



<p class="wp-block-paragraph">This is the final product, with 4 level inception:</p>



<figure class="wp-block-image size-large"><a href="https://virtuallyfun.com/wp-content/uploads/2020/11/Screen-Shot-2020-11-03-at-4.01.21-AM.png"><img loading="lazy" decoding="async" width="1024" height="855" src="https://virtuallyfun.com/wp-content/uploads/2020/11/Screen-Shot-2020-11-03-at-4.01.21-AM-1024x855.png" alt="" class="wp-image-10590" srcset="https://virtuallyfun.com/wp-content/uploads/2020/11/Screen-Shot-2020-11-03-at-4.01.21-AM-1024x855.png 1024w, https://virtuallyfun.com/wp-content/uploads/2020/11/Screen-Shot-2020-11-03-at-4.01.21-AM-300x250.png 300w, https://virtuallyfun.com/wp-content/uploads/2020/11/Screen-Shot-2020-11-03-at-4.01.21-AM-768x641.png 768w, https://virtuallyfun.com/wp-content/uploads/2020/11/Screen-Shot-2020-11-03-at-4.01.21-AM-360x300.png 360w, https://virtuallyfun.com/wp-content/uploads/2020/11/Screen-Shot-2020-11-03-at-4.01.21-AM.png 1299w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></figure>



<p class="wp-block-paragraph">For the lazy of course provided is a fully installed OVA, one with <a href="http://tenox.pdp-11.ru/os/sco/OpenServer5/OpenServer%205.0.7%20Jun05%20MP5%20VBOXNIC.ova" data-type="URL" data-id="http://tenox.pdp-11.ru/os/sco/OpenServer5/OpenServer%205.0.7%20Jun05%20MP5%20VBOXNIC.ova">VBox NIC</a> and one with <a href="http://tenox.pdp-11.ru/os/sco/OpenServer5/OpenServer%205.0.7%20Jun05%20MP5%20VMWNIC.ova" data-type="URL" data-id="http://tenox.pdp-11.ru/os/sco/OpenServer5/OpenServer%205.0.7%20Jun05%20MP5%20VMWNIC.ova">VMware NIC</a>. Passwords are root/root and tenox/tenox. Note that this image has a static IP address of 192.168.1.111.</p>



<p class="wp-block-paragraph">Have fun with virtualization!</p>



<p class="wp-block-paragraph">Update: Article about <a href="https://virtuallyfun.com/wordpress/2020/11/21/fun-with-openserver-6-and-mergepro/" data-type="post" data-id="10662">OpenServer 6 and MergePro</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2020/11/03/fun-with-openserver-and-merge/feed/</wfw:commentRss>
			<slash:comments>28</slash:comments>
		
		
			</item>
		<item>
		<title>the easy way bundle</title>
		<link>https://virtuallyfun.com/2018/09/27/the-easy-way-bundle/</link>
					<comments>https://virtuallyfun.com/2018/09/27/the-easy-way-bundle/#comments</comments>
		
		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Thu, 27 Sep 2018 14:24:30 +0000</pubDate>
				<category><![CDATA[68000]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[SoftPC]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=8918</guid>

					<description><![CDATA[I came across this hefty box, &#8220;the easy way bundle&#8221;, as it bills itself, the easy way to save over $1,000 on four popular software packages for your new Macintosh computer.Â  Clearly the box has seen better days over the &#8230; <a href="https://virtuallyfun.com/2018/09/27/the-easy-way-bundle/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image"><img loading="lazy" decoding="async" width="1074" height="1024" src="https://virtuallyfun.com/wp-content/uploads/2018/09/WP_20180927_13_57_13_Pro.jpg" alt="" class="wp-image-8919" srcset="https://virtuallyfun.com/wp-content/uploads/2018/09/WP_20180927_13_57_13_Pro.jpg 1074w, https://virtuallyfun.com/wp-content/uploads/2018/09/WP_20180927_13_57_13_Pro-300x286.jpg 300w, https://virtuallyfun.com/wp-content/uploads/2018/09/WP_20180927_13_57_13_Pro-768x732.jpg 768w, https://virtuallyfun.com/wp-content/uploads/2018/09/WP_20180927_13_57_13_Pro-1024x976.jpg 1024w" sizes="auto, (max-width: 1074px) 100vw, 1074px" /><figcaption><em>The easy way bundle</em></figcaption></figure>



<p class="wp-block-paragraph">I came across this hefty box, &#8220;the easy way bundle&#8221;, as it bills itself, the easy way to save over $1,000 on four popular software packages for your new Macintosh computer.Â  Clearly the box has seen better days over the last 27 years but amazingly the contents are just fine.</p>



<figure class="wp-block-image"><img loading="lazy" decoding="async" width="1280" height="809" src="https://virtuallyfun.com/wp-content/uploads/2018/09/WP_20180927_13_57_31_Pro.jpg" alt="" class="wp-image-8920" srcset="https://virtuallyfun.com/wp-content/uploads/2018/09/WP_20180927_13_57_31_Pro.jpg 1280w, https://virtuallyfun.com/wp-content/uploads/2018/09/WP_20180927_13_57_31_Pro-300x190.jpg 300w, https://virtuallyfun.com/wp-content/uploads/2018/09/WP_20180927_13_57_31_Pro-768x485.jpg 768w, https://virtuallyfun.com/wp-content/uploads/2018/09/WP_20180927_13_57_31_Pro-1024x647.jpg 1024w, https://virtuallyfun.com/wp-content/uploads/2018/09/WP_20180927_13_57_31_Pro-1200x758.jpg 1200w" sizes="auto, (max-width: 1280px) 100vw, 1280px" /><figcaption><em>$399.00 USD</em></figcaption></figure>



<p class="wp-block-paragraph">It&#8217;s amazing how much more cheaper software has gotten over the years.Â  Software used to be <em>super expensive</em> on the PC level, it really wasn&#8217;t until the office bundling with new machines that drove the price down.Â  Back in the 80&#8217;s and early 90&#8217;s it wasn&#8217;t uncommon to pay upwards of $500 USD for a single application, like a spreadsheet or word processor.</p>



<figure class="wp-block-image"><img loading="lazy" decoding="async" width="785" height="605" src="https://virtuallyfun.com/wp-content/uploads/2018/09/bundle-contents.jpg" alt="" class="wp-image-8928" srcset="https://virtuallyfun.com/wp-content/uploads/2018/09/bundle-contents.jpg 785w, https://virtuallyfun.com/wp-content/uploads/2018/09/bundle-contents-300x231.jpg 300w, https://virtuallyfun.com/wp-content/uploads/2018/09/bundle-contents-768x592.jpg 768w" sizes="auto, (max-width: 785px) 100vw, 785px" /><figcaption><em>bundle contents</em></figcaption></figure>



<p class="wp-block-paragraph">Inside the box is more boxes, and inside those boxes is a rare sight, manuals!Â  Actual printed manuals!Â  That is how you know this is something of near museum quality.Â  I kind of like being able to read a physical book from time to time, and it&#8217;s really great.</p>



<p class="wp-block-paragraph">Oh and incidentally the disks all worked, much to my amazement.Â  I just needed to get a working Macintosh with a drive that can read 800kb disks and an Ethernet card.</p>



<figure class="wp-block-image"><img loading="lazy" decoding="async" width="1225" height="1024" src="https://virtuallyfun.com/wp-content/uploads/2018/09/WP_20180927_13_57_55_Pro.jpg" alt="" class="wp-image-8921" srcset="https://virtuallyfun.com/wp-content/uploads/2018/09/WP_20180927_13_57_55_Pro.jpg 1225w, https://virtuallyfun.com/wp-content/uploads/2018/09/WP_20180927_13_57_55_Pro-300x251.jpg 300w, https://virtuallyfun.com/wp-content/uploads/2018/09/WP_20180927_13_57_55_Pro-768x642.jpg 768w, https://virtuallyfun.com/wp-content/uploads/2018/09/WP_20180927_13_57_55_Pro-1024x856.jpg 1024w, https://virtuallyfun.com/wp-content/uploads/2018/09/WP_20180927_13_57_55_Pro-1200x1003.jpg 1200w" sizes="auto, (max-width: 1225px) 100vw, 1225px" /><figcaption><em>4 great programs!</em></figcaption></figure>



<p class="wp-block-paragraph">Although it does list four packages, it really is 3, featuring:</p>



<ul class="wp-block-list"><li>WordPerfectÂ </li><li>Lotus 1-2-3</li><li>SoftPC</li></ul>



<p class="wp-block-paragraph">AccessPC is simply a FAT driver for MacOS to read MS-DOS floppies &amp; removable media.</p>



<p class="wp-block-paragraph">So let&#8217;s take a quick look!</p>



<figure class="wp-block-image"><img loading="lazy" decoding="async" width="870" height="768" src="https://virtuallyfun.com/wp-content/uploads/2018/09/Word-Perfect-2.1-License.jpg" alt="" class="wp-image-8922" srcset="https://virtuallyfun.com/wp-content/uploads/2018/09/Word-Perfect-2.1-License.jpg 870w, https://virtuallyfun.com/wp-content/uploads/2018/09/Word-Perfect-2.1-License-300x265.jpg 300w, https://virtuallyfun.com/wp-content/uploads/2018/09/Word-Perfect-2.1-License-768x678.jpg 768w" sizes="auto, (max-width: 870px) 100vw, 870px" /><figcaption><em>An actual software license</em></figcaption></figure>



<p class="wp-block-paragraph">I haven&#8217;t seen something like this in a long while, an actual license printed on nice stock certificate stock paper (remember those?!), with a hologram tag.Â  Does WordPerfect even exist anymore?Â  Can I mail this in for an upgrade?Â  Does it even matter?</p>



<figure class="wp-block-image"><img loading="lazy" decoding="async" width="499" height="325" src="https://virtuallyfun.com/wp-content/uploads/2018/09/wordperfect-2.1-options.jpg" alt="" class="wp-image-8925" srcset="https://virtuallyfun.com/wp-content/uploads/2018/09/wordperfect-2.1-options.jpg 499w, https://virtuallyfun.com/wp-content/uploads/2018/09/wordperfect-2.1-options-300x195.jpg 300w" sizes="auto, (max-width: 499px) 100vw, 499px" /><figcaption><em>Install options for WordPerfect</em><br/></figcaption></figure>



<p class="wp-block-paragraph">While the install options give the impression that WordPefect is a really full featured word processor once loaded up for some reason it really felt barren.</p>



<figure class="wp-block-image"><img loading="lazy" decoding="async" width="1018" height="529" src="https://virtuallyfun.com/wp-content/uploads/2018/09/WordPerfect-2.1.jpg" alt="" class="wp-image-8926" srcset="https://virtuallyfun.com/wp-content/uploads/2018/09/WordPerfect-2.1.jpg 1018w, https://virtuallyfun.com/wp-content/uploads/2018/09/WordPerfect-2.1-300x156.jpg 300w, https://virtuallyfun.com/wp-content/uploads/2018/09/WordPerfect-2.1-768x399.jpg 768w" sizes="auto, (max-width: 1018px) 100vw, 1018px" /></figure>



<p class="wp-block-paragraph">Although it does have the important proofing tools, don&#8217;t expect a dictionary or thesaurus to have anything more than the words, no definitions or anything like a style guide.Â  It did ship on floppy and I guess I&#8217;ve just become so spoiled living in the future with terabytes of storage and an overwhelming supply of deference media.</p>



<p class="wp-block-paragraph">Going back to 1992 is a real trip to not only how clean some of the UI elements feel, but just how seemingly feature sparse the more advanced applications feel.</p>



<p class="wp-block-paragraph">Personally I never really liked WordPerfect so I more so installed it as a curiosity, much like when I had WordPerfect for Unix.Â  I&#8217;m the crazy one that likes MS Word.</p>



<figure class="wp-block-image"><img loading="lazy" decoding="async" width="950" height="557" src="https://virtuallyfun.com/wp-content/uploads/2018/09/Lots-1-2-3-versin-1.0-for-the-Macintosh.jpg" alt="" class="wp-image-8927" srcset="https://virtuallyfun.com/wp-content/uploads/2018/09/Lots-1-2-3-versin-1.0-for-the-Macintosh.jpg 950w, https://virtuallyfun.com/wp-content/uploads/2018/09/Lots-1-2-3-versin-1.0-for-the-Macintosh-300x176.jpg 300w, https://virtuallyfun.com/wp-content/uploads/2018/09/Lots-1-2-3-versin-1.0-for-the-Macintosh-768x450.jpg 768w" sizes="auto, (max-width: 950px) 100vw, 950px" /><figcaption><em>Lotus 1-2-3 1.00 for the Mac</em></figcaption></figure>



<p class="wp-block-paragraph">With that said, I went ahead and installed Lotus 1-2-3, and I was really surprised, that the installer was not only really appallingly bad, requiring you to copy the contents to the HD before installing it (so you need a lot of free space), but there was no copy protection at all either on the disks, or in the form of a certificate/serial code.Â  In school I did start with 1-2-3, but with the onslaught of Microsoft Office had quickly moved to Excel, and after 30+ years I really don&#8217;t remember much of the slash commands, let alone how to use if effectively.Â  Luckily the menu is okay to walk through, and of course there is Macintosh style menus so you don&#8217;t even have to deal with the slash menu if you don&#8217;t want to.</p>



<figure class="wp-block-image"><img loading="lazy" decoding="async" width="618" height="768" src="https://virtuallyfun.com/wp-content/uploads/2018/09/Universal-SoftPC-manual.jpg" alt="" class="wp-image-8923" srcset="https://virtuallyfun.com/wp-content/uploads/2018/09/Universal-SoftPC-manual.jpg 618w, https://virtuallyfun.com/wp-content/uploads/2018/09/Universal-SoftPC-manual-241x300.jpg 241w" sizes="auto, (max-width: 618px) 100vw, 618px" /><figcaption><em>SoftPC</em></figcaption></figure>



<p class="wp-block-paragraph">SoftPC didn&#8217;t come with a box within the box, just the two manual sets &amp; the disks shoved into the manuals.Â  I doubt it came like that, but this is all I have.</p>



<figure class="wp-block-image"><img loading="lazy" decoding="async" width="640" height="768" src="https://virtuallyfun.com/wp-content/uploads/2018/09/SoftPC-License-1.jpg" alt="" class="wp-image-8933" srcset="https://virtuallyfun.com/wp-content/uploads/2018/09/SoftPC-License-1.jpg 640w, https://virtuallyfun.com/wp-content/uploads/2018/09/SoftPC-License-1-250x300.jpg 250w" sizes="auto, (max-width: 640px) 100vw, 640px" /><figcaption><em>SoftPC licensing stickers</em></figcaption></figure>



<p class="wp-block-paragraph">Compared to the WordPerfect certificate, the stickers hidden in the folds of the SoftPC manual just feel cheap.Â  And the years have not been kind as you can see with the discoloration, and the cheap adhesive on them has completely dried off.Â  After I had scanned this they have all fallen off the backing paper.Â  Although I also have version 3.1, I didn&#8217;t want to lose this so I&#8217;ll just save it for prosperity.</p>



<p class="wp-block-paragraph">And SoftPC is a great program, although it really is an absolute crutch, allowing you to run PC software on your Mac.Â  Flash forward 30 years, and the industry continues with VMware &amp; Parallels.Â  What is more amazing is how so many leaders in PC emulation completely missed the virtualization market.Â  But most people would think you were a little strange to run a PC on a PC.Â  Or more than one at the same time.</p>



<figure class="wp-block-image"><img loading="lazy" decoding="async" width="653" height="432" src="https://virtuallyfun.com/wp-content/uploads/2018/09/Universal-SoftPC-with-CGA.jpg" alt="" class="wp-image-8924" srcset="https://virtuallyfun.com/wp-content/uploads/2018/09/Universal-SoftPC-with-CGA.jpg 653w, https://virtuallyfun.com/wp-content/uploads/2018/09/Universal-SoftPC-with-CGA-300x198.jpg 300w" sizes="auto, (max-width: 653px) 100vw, 653px" /><figcaption><em>The SoftPC platform</em></figcaption></figure>



<p class="wp-block-paragraph">SoftPC emulates a really barebones PC, it only supports a maximum of 640kb of RAM, and the CGA graphics adapter.Â  For anything more advanced you really need to get SoftAT, which supports more options.Â  Or even better, get a copy of <a href="https://virtuallyfun.com/wordpress/2011/03/21/softpc-3-1-for-macos/">SoftPC 3.1</a>, which not only allows more memory but bundles a copy of MS-DOS 5.0 and Windows 3.1</p>



<figure class="wp-block-image"><img loading="lazy" decoding="async" width="652" height="439" src="https://virtuallyfun.com/wp-content/uploads/2018/09/Space-Quest-in-CGA-on-Universal-SoftPC-2.52.jpg" alt="" class="wp-image-8929" srcset="https://virtuallyfun.com/wp-content/uploads/2018/09/Space-Quest-in-CGA-on-Universal-SoftPC-2.52.jpg 652w, https://virtuallyfun.com/wp-content/uploads/2018/09/Space-Quest-in-CGA-on-Universal-SoftPC-2.52-300x202.jpg 300w" sizes="auto, (max-width: 652px) 100vw, 652px" /><figcaption><em>SoftPC 2.52 CGA running Space Quest 1</em><br/></figcaption></figure>



<p class="wp-block-paragraph">I found the emulation of the CGA kind of lacking when compared to version 3.1Â  Although some games like BattleTech render just fine, Space Quest just looks horrible in version 2.52.</p>



<figure class="wp-block-image"><img loading="lazy" decoding="async" width="652" height="442" src="https://virtuallyfun.com/wp-content/uploads/2018/09/Space-Quest-in-CGA-on-SoftPC-3.1.jpg" alt="" class="wp-image-8930" srcset="https://virtuallyfun.com/wp-content/uploads/2018/09/Space-Quest-in-CGA-on-SoftPC-3.1.jpg 652w, https://virtuallyfun.com/wp-content/uploads/2018/09/Space-Quest-in-CGA-on-SoftPC-3.1-300x203.jpg 300w" sizes="auto, (max-width: 652px) 100vw, 652px" /><figcaption> <br/><em>SoftPC 3.1 CGA running Space Quest 1</em> </figcaption></figure>



<p class="wp-block-paragraph">Although to be fair it doesn&#8217;t look so much better in version 3.1 either.Â  However 3.1 emulates both EGA &amp; VGA (along with expanded &amp; extended memory) giving a far more richer 286 based emulation solution</p>



<figure class="wp-block-image"><img loading="lazy" decoding="async" width="653" height="436" src="https://virtuallyfun.com/wp-content/uploads/2018/09/Space-Quest-in-EGA-on-SoftPC-3.1.jpg" alt="" class="wp-image-8931" srcset="https://virtuallyfun.com/wp-content/uploads/2018/09/Space-Quest-in-EGA-on-SoftPC-3.1.jpg 653w, https://virtuallyfun.com/wp-content/uploads/2018/09/Space-Quest-in-EGA-on-SoftPC-3.1-300x200.jpg 300w" sizes="auto, (max-width: 653px) 100vw, 653px" /><figcaption> <br/><em>SoftPC 3.1 EGA running Space Quest 1</em> </figcaption></figure>



<p class="wp-block-paragraph">As you can see there really is no comparison to the EGA version.</p>



<p class="wp-block-paragraph">Although there are far more better solutions today to do PC emulation, for some reason there is always something cool to have an emulator running an emulator.. Sadly the 80386 based emulation didn&#8217;t come to the 68000 based platform, instead the later generation emulation was only available to the PowerPC.</p>



<p class="wp-block-paragraph">I guess it goes to show, but of all the applications I have for MacOS, I enjoy SoftPC the most.Â  I suppose I need better softwares.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2018/09/27/the-easy-way-bundle/feed/</wfw:commentRss>
			<slash:comments>10</slash:comments>
		
		
			</item>
		<item>
		<title>Totally useless&#8230;</title>
		<link>https://virtuallyfun.com/2012/07/14/totally-useless/</link>
					<comments>https://virtuallyfun.com/2012/07/14/totally-useless/#comments</comments>
		
		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Sun, 15 Jul 2012 02:32:15 +0000</pubDate>
				<category><![CDATA[OS/2]]></category>
		<category><![CDATA[SoftPC]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=2197</guid>

					<description><![CDATA[But kind of funny to me that SoftPC can run OS/2 .. It&#8217;s no wonder that SoftPC was at the core of NTVDM &#8230;!]]></description>
										<content:encoded><![CDATA[<p>But kind of funny to me that SoftPC can run OS/2 ..</p>
<p><div id="attachment_2198" style="width: 663px" class="wp-caption aligncenter"><a href="https://virtuallyfun.com/wp-content/uploads/2012/07/OS2-1.21-on-softpc-3.1-for-MacOS.png"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-2198" class="size-full wp-image-2198" title="OS2 1.21 on softpc 3.1 for MacOS" src="https://virtuallyfun.com/wp-content/uploads/2012/07/OS2-1.21-on-softpc-3.1-for-MacOS.png" alt="" width="653" height="540" /></a><p id="caption-attachment-2198" class="wp-caption-text">Awesome&#8230;</p></div></p>
<p>It&#8217;s no wonder that SoftPC was at the core of NTVDM &#8230;!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2012/07/14/totally-useless/feed/</wfw:commentRss>
			<slash:comments>10</slash:comments>
		
		
			</item>
		<item>
		<title>SoftPC 3.1 for MacOS</title>
		<link>https://virtuallyfun.com/2011/03/21/softpc-3-1-for-macos/</link>
					<comments>https://virtuallyfun.com/2011/03/21/softpc-3-1-for-macos/#respond</comments>
		
		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Tue, 22 Mar 2011 01:24:00 +0000</pubDate>
				<category><![CDATA[80286]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[SoftPC]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=393</guid>

					<description><![CDATA[I had purchased this a while back on ebay for $15, and used it occasionally but ever anything that involved. Mostly because it&#8217;s dreadfully slow on an 030, and ever since the intel cpu has won out, it&#8217;s not all &#8230; <a href="https://virtuallyfun.com/2011/03/21/softpc-3-1-for-macos/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<div class="separator" style="clear: both; text-align: center;"></div>
<p><div id="attachment_4666" style="width: 1221px" class="wp-caption aligncenter"><a href="https://virtuallyfun.com/wp-content/uploads/2011/03/softpc-3.1-front.jpg"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-4666" class="size-full wp-image-4666" src="https://virtuallyfun.com/wp-content/uploads/2011/03/softpc-3.1-front.jpg" alt="SoftPC 3.1 for MacOS" width="1211" height="1435" /></a><p id="caption-attachment-4666" class="wp-caption-text">SoftPC 3.1 for MacOS</p></div></p>
<p>I had purchased this a while back on ebay for $15, and used it occasionally but ever anything that involved. Mostly because it&#8217;s dreadfully slow on an 030, and ever since the intel cpu has won out, it&#8217;s not all that needed in this day in age. But at the same time, its interesting to check out various emulators through the ages.</p>
<p>Installing it was way easier under <a href="http://www.emaculation.com/doku.php/basilisk_ii_setup">Basillisk II</a>, then running it is more smooth under <a href="https://virtuallyfun.com/?p=390">mini vmac</a>. Mostly because of it&#8217;s 68881 emulation, and also it just seems faster.</p>
<p><div id="attachment_1853" style="width: 501px" class="wp-caption aligncenter"><a href="https://virtuallyfun.com/wp-content/uploads/2011/03/mini-vmac-ii-MSD.png"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-1853" class="size-full wp-image-1853" title="mini vmac ii MSD" src="https://virtuallyfun.com/wp-content/uploads/2011/03/mini-vmac-ii-MSD.png" alt="" width="491" height="329" /></a><p id="caption-attachment-1853" class="wp-caption-text">An 80286 in every box!</p></div></p>
<div class="separator" style="clear: both; text-align: center;"></div>
<p>Running MSD shows that it does in fact emulate a 80286 processor!</p>
<p>So doing the only natural thing, I installed Microsoft C 5.1 but configured it only for OS/2 development, then used a old 286 dos extender I found, and blamo, it works!</p>
<p><div id="attachment_1851" style="width: 666px" class="wp-caption aligncenter"><a href="https://virtuallyfun.com/wp-content/uploads/2011/03/Mini-vmac-II-Microsoft-C-5.1-with-Pharlap-286.png"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-1851" class="size-full wp-image-1851" title="Mini vmac II Microsoft C 5.1 with Pharlap 286" src="https://virtuallyfun.com/wp-content/uploads/2011/03/Mini-vmac-II-Microsoft-C-5.1-with-Pharlap-286.png" alt="" width="656" height="538" /></a><p id="caption-attachment-1851" class="wp-caption-text">Hello from protected mode!</p></div></p>
<div class="separator" style="clear: both; text-align: center;"></div>
<p>The sad thing, is that it seems the 80386 &amp; 80486 stuff was RISC (MIPS/Alpha/PowerPC) or 80486 based only. I&#8217;m pretty sure the version of SoftPC for NeXTSTEP did a 80386&#8230; I&#8217;d love a real copy of that, but I know there was a demo out there somewhere.</p>
<p>Anyways for it&#8217;s age, SoftPC seems to be about as annoying as any 286 computer was at the time. And as a bonus running emulators under emulators makes it about as slow as a 286.<a href="http://www.macintoshgarden.org/author/insignia-solutions">.</a>&#8230;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2011/03/21/softpc-3-1-for-macos/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>SoftPC â€“AT Version 3</title>
		<link>https://virtuallyfun.com/2009/08/08/softpc-%e2%80%93at-version-3/</link>
					<comments>https://virtuallyfun.com/2009/08/08/softpc-%e2%80%93at-version-3/#comments</comments>
		
		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Sun, 09 Aug 2009 03:29:00 +0000</pubDate>
				<category><![CDATA[games]]></category>
		<category><![CDATA[MIPS]]></category>
		<category><![CDATA[QEMU]]></category>
		<category><![CDATA[SoftPC]]></category>
		<category><![CDATA[Windows NT 4.0]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=150</guid>

					<description><![CDATA[Ok, so Iâ€™ve been on this MIPS kick as of late.. Me &#38; Antoni just split the cost of Visual C++ 4.0 for the MIPSâ€¦Â  All being well itâ€™ll arrive on Wednesday and we can do some more stuff.Â  As &#8230; <a href="https://virtuallyfun.com/2009/08/08/softpc-%e2%80%93at-version-3/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>Ok, so 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;" />ve been on this MIPS kick as of late.. Me &amp; Antoni just split the cost of Visual C++ 4.0 for the MIPSâ€¦Â  All being well 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;" />ll arrive on Wednesday and we can do some more stuff.Â  As I understand it, Visual C++ 4.0 was THE compiler for Windows 95 people at the time, and it will have all the controls &amp; stuff that Visual C++ 2.0 simply does NOT have.</p>
<p>Anyways while I was playing with my virtual MIPS machine, I decided to try the MS-DOS emulation out..Â  I had heard that they had a pretty advanced emulator to run stuff.Â  So I downloaded a new version of <a href="http://support.microsoft.com/kb/122415">MSD</a>, and was really surprised at the CPU that it was emulatingâ€¦ a 486!Â  And this is on a MIPS machine, I had to wonder why they couldnâ€<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;" />t have continued this for the x64 productâ€¦</p>
<p><div id="attachment_5517" style="width: 665px" class="wp-caption aligncenter"><a href="https://virtuallyfun.com/wp-content/uploads/2009/08/MSD-under-MIPS-Windows-NT-1.png"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-5517" class="size-full wp-image-5517" src="https://virtuallyfun.com/wp-content/uploads/2009/08/MSD-under-MIPS-Windows-NT-1.png" alt="486!" width="655" height="334" /></a><p id="caption-attachment-5517" class="wp-caption-text">486!</p></div></p>
<p>Anyways ok so 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 486, but can it play <a href="http://en.wikipedia.org/wiki/Doom_(video_game)">DOOM</a>?</p>
<p><a href="https://virtuallyfun.com/wp-content/uploads/2009/08/doom-under-MIPS-NT-1.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-5519" src="https://virtuallyfun.com/wp-content/uploads/2009/08/doom-under-MIPS-NT-1.png" alt="doom under MIPS NT (1)" width="816" height="638" /></a></p>
<p>Much to my amazement, the answer is YES.Â  Ok the pallet is all screwed up, and yes it is SLOW.. It reminds me of a 386, 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 actually running!</p>
<p>Now I was interested, I opened up the ntvdm.exe in notepad to reveal 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 origin:</p>
<blockquote><p>SoftPC-AT Version 3</p>
<p>(C)Copyright Insignia Solutions Inc. 1987-1992</p>
<p>@(#)sun4_a3cpu.cÂ Â Â  1.2 5/24/91 Copyright Insignia Solutions Ltd.</p></blockquote>
<p>Now what is really interested is this bit.. It only appears in the MIPS binary:</p>
<blockquote><p>This version is subject to confidentiality provisions and should not be distributed. %s %s%s Copyright %s, an unpublished work by Insignia Solutions Inc.%s %s %s Copyright %s by Insignia Solutions Inc. All rights reserved.</p></blockquote>
<p>Otherwise there is a LOT of mentions of D:\nt\private\mvdm\softpc.newÂ  I guess 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 about their build process since the DDK is nt\public.</p>
<p>Anyways I thought it was really interesting to see just how involved the NTVDM was on the RISC cpuâ€<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.Â  I think there is no doubt that the Connectix product was faster, and of course on Ghz+ machines its usable.Â  Not to mention once Connectix made a native version of Virtual PC for Windowsâ€¦ 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 really not that surprising why Microsoft snatched the product up!</p>
<p>Somewhere around here I have SoftPC 3.0 for the Apple Macintoshâ€¦ I wonder if it can load doom?</p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2009/08/08/softpc-%e2%80%93at-version-3/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
	</channel>
</rss>
