<?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>VMS &#8211; Virtually Fun</title>
	<atom:link href="https://virtuallyfun.com/category/vms/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Thu, 29 Jan 2026 05:34:22 +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>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>OpenVMS x86 hobbyist finally here!</title>
		<link>https://virtuallyfun.com/2023/04/10/openvms-x86-finally-here/</link>
					<comments>https://virtuallyfun.com/2023/04/10/openvms-x86-finally-here/#comments</comments>
		
		<dc:creator><![CDATA[tenox]]></dc:creator>
		<pubDate>Mon, 10 Apr 2023 04:13:51 +0000</pubDate>
				<category><![CDATA[guest post]]></category>
		<category><![CDATA[VMS]]></category>
		<category><![CDATA[x86_64]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=12337</guid>

					<description><![CDATA[(This is a guest post by Antoni Sawicki aka Tenox) After years of waiting, VMS Software finally released OpenVMS x86 for hobbyist use. Luckily I was able to download the install media and a hobbyist license pack from the Service &#8230; <a href="https://virtuallyfun.com/2023/04/10/openvms-x86-finally-here/">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">After years of waiting, <a href="https://vmssoftware.com/" data-type="URL" data-id="https://vmssoftware.com/">VMS Software</a> finally released <a href="https://en.wikipedia.org/wiki/OpenVMS" data-type="URL" data-id="https://en.wikipedia.org/wiki/OpenVMS">OpenVMS</a> x86 for <strong>hobbyist use</strong>. Luckily I was able to download the install media and a hobbyist license pack from the <a href="https://sp.vmssoftware.com/" data-type="URL" data-id="https://sp.vmssoftware.com/">Service Platform portal</a>. So lets have some fun with virtualization!</p>



<p class="wp-block-paragraph">OpenVMS x86 has pretty strict hardware requirements. It only works as a VM (no physical hardware support). It wants a recent CPU. The VM must have EFI BIOS and E1000 NIC. As for storage controller &#8211; both HDD and CDROM must be on the same SATA controller.</p>



<p class="wp-block-paragraph">The ISO image boots to a fancy new loader screen:</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="761" src="https://virtuallyfun.com/wp-content/uploads/2023/04/Screenshot-2023-04-09-at-6.35.11-PM-1024x761.png" alt="OpenVMS x86 on VMware ESXi" class="wp-image-12338" srcset="https://virtuallyfun.com/wp-content/uploads/2023/04/Screenshot-2023-04-09-at-6.35.11-PM-1024x761.png 1024w, https://virtuallyfun.com/wp-content/uploads/2023/04/Screenshot-2023-04-09-at-6.35.11-PM-300x223.png 300w, https://virtuallyfun.com/wp-content/uploads/2023/04/Screenshot-2023-04-09-at-6.35.11-PM-768x571.png 768w, https://virtuallyfun.com/wp-content/uploads/2023/04/Screenshot-2023-04-09-at-6.35.11-PM-1536x1142.png 1536w, https://virtuallyfun.com/wp-content/uploads/2023/04/Screenshot-2023-04-09-at-6.35.11-PM-403x300.png 403w, https://virtuallyfun.com/wp-content/uploads/2023/04/Screenshot-2023-04-09-at-6.35.11-PM.png 1599w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p class="wp-block-paragraph">However as cute as it looks, don&#8217;t have your hopes up for a real GUI. That&#8217;s as far as it goes:</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="582" height="186" src="https://virtuallyfun.com/wp-content/uploads/2023/04/Screenshot-2023-04-09-at-6.52.14-PM.png" alt="" class="wp-image-12339" srcset="https://virtuallyfun.com/wp-content/uploads/2023/04/Screenshot-2023-04-09-at-6.52.14-PM.png 582w, https://virtuallyfun.com/wp-content/uploads/2023/04/Screenshot-2023-04-09-at-6.52.14-PM-300x96.png 300w, https://virtuallyfun.com/wp-content/uploads/2023/04/Screenshot-2023-04-09-at-6.52.14-PM-500x160.png 500w" sizes="auto, (max-width: 582px) 100vw, 582px" /></figure>



<p class="wp-block-paragraph">Once the OS boots up, it switches to a serial console for the rest of installation and operation. (You can get log output to graphical console by typing OPA0 in the bootmgr. But you cannot use this for login.)</p>



<p class="wp-block-paragraph">Being a VM and having no access to physical serial port, I hooked it up via named pipe to another VM&#8217;s serial port. Just for fun let&#8217;s use a <a href="https://www.kermitproject.org/ckw10beta.html" data-type="URL" data-id="https://www.kermitproject.org/ckw10beta.html">recent build of C-Kermit</a> by David Goodwin!</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="676" height="481" src="https://virtuallyfun.com/wp-content/uploads/2023/04/Screenshot-2023-04-09-at-7.04.06-PM.png" alt="" class="wp-image-12341" srcset="https://virtuallyfun.com/wp-content/uploads/2023/04/Screenshot-2023-04-09-at-7.04.06-PM.png 676w, https://virtuallyfun.com/wp-content/uploads/2023/04/Screenshot-2023-04-09-at-7.04.06-PM-300x213.png 300w, https://virtuallyfun.com/wp-content/uploads/2023/04/Screenshot-2023-04-09-at-7.04.06-PM-422x300.png 422w" sizes="auto, (max-width: 676px) 100vw, 676px" /></figure>



<p class="wp-block-paragraph">The installation is pretty straightforward. I picked all the defaults and off you go.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="675" height="480" src="https://virtuallyfun.com/wp-content/uploads/2023/04/Screenshot-2023-04-09-at-7.09.35-PM.png" alt="" class="wp-image-12343" srcset="https://virtuallyfun.com/wp-content/uploads/2023/04/Screenshot-2023-04-09-at-7.09.35-PM.png 675w, https://virtuallyfun.com/wp-content/uploads/2023/04/Screenshot-2023-04-09-at-7.09.35-PM-300x213.png 300w, https://virtuallyfun.com/wp-content/uploads/2023/04/Screenshot-2023-04-09-at-7.09.35-PM-422x300.png 422w" sizes="auto, (max-width: 675px) 100vw, 675px" /></figure>



<p class="wp-block-paragraph">The system installs under couple of minutes. A boot takes just couple of seconds and it&#8217;s extremely fast end responsive. This is somewhat expected as the VMS dates back to 1977 and hasn&#8217;t grown in bloat much like more &#8220;modern&#8221; OSes.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="675" height="480" src="https://virtuallyfun.com/wp-content/uploads/2023/04/Screenshot-2023-04-09-at-7.19.41-PM.png" alt="" class="wp-image-12344" srcset="https://virtuallyfun.com/wp-content/uploads/2023/04/Screenshot-2023-04-09-at-7.19.41-PM.png 675w, https://virtuallyfun.com/wp-content/uploads/2023/04/Screenshot-2023-04-09-at-7.19.41-PM-300x213.png 300w, https://virtuallyfun.com/wp-content/uploads/2023/04/Screenshot-2023-04-09-at-7.19.41-PM-422x300.png 422w" sizes="auto, (max-width: 675px) 100vw, 675px" /></figure>



<p class="wp-block-paragraph">One of first things to do after installation, is to register the license packs and configure TCP/IP. </p>



<p class="wp-block-paragraph">For license pack I added the &#8220;BOE&#8221; pak by hand and transferred the rest as a `.com` file after TCP/IP was setup.</p>



<p class="wp-block-paragraph">To configure IP you simply run <code>@sys$manager:tcpip$config</code> and go through the steps. Networking doesn&#8217;t start by default, so you need to edit <code>sys$startup:systartup_vms.com</code> file and uncomment line saying <code>@sys$startup:tcpip$startup.com</code>. After that you should be able to telnet to the VM at every boot. Also note that OpenVMS comes with some unix commands for the tcpip subsystem, you can find them in help under <code>TCPIP_Services -&gt; UNIX_Commands</code></p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="675" height="481" src="https://virtuallyfun.com/wp-content/uploads/2023/04/Screenshot-2023-04-09-at-8.09.40-PM.png" alt="" class="wp-image-12346" srcset="https://virtuallyfun.com/wp-content/uploads/2023/04/Screenshot-2023-04-09-at-8.09.40-PM.png 675w, https://virtuallyfun.com/wp-content/uploads/2023/04/Screenshot-2023-04-09-at-8.09.40-PM-300x214.png 300w, https://virtuallyfun.com/wp-content/uploads/2023/04/Screenshot-2023-04-09-at-8.09.40-PM-421x300.png 421w" sizes="auto, (max-width: 675px) 100vw, 675px" /></figure>



<p class="wp-block-paragraph">You can setup auto boot in the graphical console by typing &#8220;auto boot&#8221;, this way you never have to open the graphical console to type boot.</p>



<p class="wp-block-paragraph">Browsing through software packages on the VMS service portal you can find a C compiler, Fortran, as well as some typical OSS packages like OpenSSH, SSL, Samba, Git and many more.</p>



<p class="wp-block-paragraph">Apparently there also is a <a href="https://vmssoftware.com/products/webui/" data-type="URL" data-id="https://vmssoftware.com/products/webui/">WebUI</a> for VMS?</p>



<p class="wp-block-paragraph">I&#8217;m hoping that in future OpenVMS will be available on some public clouds like AWS, Azure and GCP. This would open some interesting possibilities. </p>



<p class="wp-block-paragraph">I&#8217;m going to go and port some apps to x86 VMS!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2023/04/10/openvms-x86-finally-here/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Ready to run OpenVMS VM &#8211; Student Kit from VSI</title>
		<link>https://virtuallyfun.com/2022/04/18/ready-to-run-openvms-vm-student-kit-from-vsi/</link>
					<comments>https://virtuallyfun.com/2022/04/18/ready-to-run-openvms-vm-student-kit-from-vsi/#comments</comments>
		
		<dc:creator><![CDATA[tenox]]></dc:creator>
		<pubDate>Mon, 18 Apr 2022 08:13:26 +0000</pubDate>
				<category><![CDATA[DEC Alpha]]></category>
		<category><![CDATA[guest post]]></category>
		<category><![CDATA[VMS]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=11855</guid>

					<description><![CDATA[(This is a guest post by Antoni Sawicki aka Tenox) I was recently registering a new OpenVMS Community License. In the process I learned that there is a ready to run, pre-installed and pre-configured VM with OpenVMS 8.4. Completely free &#8230; <a href="https://virtuallyfun.com/2022/04/18/ready-to-run-openvms-vm-student-kit-from-vsi/">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 was recently registering a new <a href="https://vmssoftware.com/community/community-license/" data-type="URL" data-id="https://vmssoftware.com/community/community-license/">OpenVMS Community License</a>. In the process I learned that there is a ready to run, pre-installed and pre-configured VM with OpenVMS 8.4. Completely free for non-commercial purposes. You don&#8217;t even need to register or leave your details (WOW). Just download and run! Thank you VSI!</p>



<p class="wp-block-paragraph"><a href="https://training.vmssoftware.com/student-license/">https://training.vmssoftware.com/student-license/</a></p>



<p class="wp-block-paragraph">The student kit runs only on Windows as contains <a href="http://www.migrationspecialties.com/FreeAXP.html" data-type="URL" data-id="http://www.migrationspecialties.com/FreeAXP.html">FreeAXP</a> emulator. However it&#8217;s super easy to download, install and run.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="661" height="418" src="https://virtuallyfun.com/wp-content/uploads/2022/04/vms-student-kit.png" alt="" class="wp-image-11856"/><figcaption>VSI OpenVMS Student Kit</figcaption></figure>



<p class="wp-block-paragraph">I&#8217;m hoping that in near future once x86 OpenVMS port is ready there will be images for x64 hypervisors like VMware, VirtualBox, Hyper-v and QEMU/KVM hopefully.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2022/04/18/ready-to-run-openvms-vm-student-kit-from-vsi/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
