<?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>FreeDOS &#8211; Virtually Fun</title>
	<atom:link href="https://virtuallyfun.com/category/freedos/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Fri, 19 Apr 2024 14:52:18 +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>As reported a few days ago the Windows patches for FreeDOS were committed!..</title>
		<link>https://virtuallyfun.com/2021/09/13/as-reported-a-few-days-ago-the-windows-patches-for-freedos-were-committed/</link>
					<comments>https://virtuallyfun.com/2021/09/13/as-reported-a-few-days-ago-the-windows-patches-for-freedos-were-committed/#comments</comments>
		
		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Mon, 13 Sep 2021 11:39:23 +0000</pubDate>
				<category><![CDATA[FreeDOS]]></category>
		<category><![CDATA[Watcom C++]]></category>
		<category><![CDATA[Win16]]></category>
		<category><![CDATA[Windows 3.1]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=11324</guid>

					<description><![CDATA[a couple of weeks ago. This will be the perfect follow up to the aptly named previous post FreeDOS running Windows 3.1. I&#8217;ve haven&#8217;t built the FreeDOS kernel in a while and I have to say it&#8217;s pretty easy. I&#8217;m &#8230; <a href="https://virtuallyfun.com/2021/09/13/as-reported-a-few-days-ago-the-windows-patches-for-freedos-were-committed/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"><a href="https://github.com/FDOS/kernel/commit/9186e6c5ed1ab58bf1dc0497bacc352d3d758703" target="_blank" rel="noreferrer noopener">a couple of weeks ago</a>.</p>



<p class="wp-block-paragraph">This will be the perfect follow up to the aptly named previous post <a href="/wordpress/2021/07/27/freedos-running-windows-3-1/" data-type="URL" data-id="/wordpress/2021/07/27/freedos-running-windows-3-1/">FreeDOS running Windows 3.1</a>.</p>



<p class="wp-block-paragraph">I&#8217;ve haven&#8217;t built the<a href="https://github.com/FDOS/kernel" target="_blank" rel="noreferrer noopener"> FreeDOS kernel</a> in a while and I have to say it&#8217;s pretty easy.  I&#8217;m taking the easy way out here, so I&#8217;m using <a href="https://github.com/open-watcom/open-watcom-v2/releases" target="_blank" rel="noreferrer noopener">OpenWatcom v2</a>, because I figured the tools should be both at least Win32/Win64 and halfway up to date.  Don&#8217;t get me wrong, <a href="http://takeda-toshiya.my.coocan.jp/msdos/index.html" target="_blank" rel="noreferrer noopener">MS-DOS Player is a fantastic ap</a>p but I don&#8217;t want to lean on it for 100% of the build.</p>



<p class="wp-block-paragraph">I configured it for something in my mind generic with the following flags:</p>



<pre class="wp-block-code"><code>build fat16 wc 86 win</code></pre>



<p class="wp-block-paragraph">Naturally it had issues with 3 executables, two of which are generated as the project builds, and I just did some silliness to have MS-DOS player make &#8216;native&#8217; versions:</p>



<pre class="wp-block-code"><code>patchobj.com: patchobj.c
        $(CLT) $(CFLAGS) patchobj.c
        msdos -cobj.exe patchobj.com
        -rm -f patchobj.com
        -ren obj.exe patchobj.exe

exeflat.exe: exeflat.c ../hdr/exe.h
        $(CLC) $(CFLAGS) exeflat.c
        msdos -cxeflat.exe exeflat.exe
        -rm -f exeflat.exe
        -ren xeflat.exe exeflat.exe</code></pre>



<p class="wp-block-paragraph">The same went for sys\bin2c.exe but it&#8217;s not rebuilt every time so it doesn&#8217;t matter.</p>



<figure class="wp-block-image size-full"><img fetchpriority="high" decoding="async" width="722" height="427" src="https://virtuallyfun.com/wp-content/uploads/2021/09/freedos-compiled-kernel-build-2043.png" alt="" class="wp-image-11325" srcset="https://virtuallyfun.com/wp-content/uploads/2021/09/freedos-compiled-kernel-build-2043.png 722w, https://virtuallyfun.com/wp-content/uploads/2021/09/freedos-compiled-kernel-build-2043-300x177.png 300w, https://virtuallyfun.com/wp-content/uploads/2021/09/freedos-compiled-kernel-build-2043-500x296.png 500w" sizes="(max-width: 722px) 100vw, 722px" /></figure>



<p class="wp-block-paragraph">And with that in hand it boots. YAY</p>



<p class="wp-block-paragraph">And now for some absolutely unfair testing.  Before anyone complains, yes this is absolutely unfair I mean hell if you bought Windows 3.1 in 2021, I guess get OS/2 or just keep digging at the yard sale and get MS-DOS.  Anyways here we go:</p>



<figure class="wp-block-image size-full"><img decoding="async" width="722" height="427" src="https://virtuallyfun.com/wp-content/uploads/2021/09/freedos-with-no-dosmode-polling.png" alt="" class="wp-image-11326" srcset="https://virtuallyfun.com/wp-content/uploads/2021/09/freedos-with-no-dosmode-polling.png 722w, https://virtuallyfun.com/wp-content/uploads/2021/09/freedos-with-no-dosmode-polling-300x177.png 300w, https://virtuallyfun.com/wp-content/uploads/2021/09/freedos-with-no-dosmode-polling-500x296.png 500w" sizes="(max-width: 722px) 100vw, 722px" /><figcaption>Whoopsies!</figcaption></figure>



<p class="wp-block-paragraph">Turning off InDOSPolling gives this lovely crash.  Naturally then it&#8217;s still required.</p>



<figure class="wp-block-image size-full"><img decoding="async" width="642" height="507" src="https://virtuallyfun.com/wp-content/uploads/2021/09/freedos-build-2043-battle-tech-lockup.png" alt="" class="wp-image-11327" srcset="https://virtuallyfun.com/wp-content/uploads/2021/09/freedos-build-2043-battle-tech-lockup.png 642w, https://virtuallyfun.com/wp-content/uploads/2021/09/freedos-build-2043-battle-tech-lockup-300x237.png 300w, https://virtuallyfun.com/wp-content/uploads/2021/09/freedos-build-2043-battle-tech-lockup-380x300.png 380w" sizes="(max-width: 642px) 100vw, 642px" /></figure>



<p class="wp-block-paragraph">My go-to test, Running Infocom/FASA BattleTech Crescent Hawk&#8217;s Inception in CGA mode in a Window hard locks the VM before anything is drawn to screen.  Bummer.  And that is pretty much the story of FreeDOS under Windows on this build.  Again it&#8217;s 2021 who even needs Microsoft VDMs?</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="642" height="507" src="https://virtuallyfun.com/wp-content/uploads/2021/09/freedos-build-2043-win32s-fail.png" alt="" class="wp-image-11328" srcset="https://virtuallyfun.com/wp-content/uploads/2021/09/freedos-build-2043-win32s-fail.png 642w, https://virtuallyfun.com/wp-content/uploads/2021/09/freedos-build-2043-win32s-fail-300x237.png 300w, https://virtuallyfun.com/wp-content/uploads/2021/09/freedos-build-2043-win32s-fail-380x300.png 380w" sizes="auto, (max-width: 642px) 100vw, 642px" /></figure>



<p class="wp-block-paragraph">That said there must be some weird hook in MS-DOS that Win32s relies on.  Just like before Win32s fails to run.</p>



<p class="wp-block-paragraph">The holy trinity of &#8216;bad&#8217; Windows 3.0 games, Sim City, Sim Earth and Sim Life work just as they did in the prior version, with Sim Earth instantly quitting.  Not sure what is going on there.  It does launch with virtual memory enabled, but then proceeds to corrupt all the file handles and Program Manager loses it&#8217;s mind.  In the productivity front Excel v3, and Microsoft Word v2 run fine. Yay!</p>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="642" height="481" src="https://virtuallyfun.com/wp-content/uploads/2021/09/Freedos-build-2043-running-all-the-win16.png" alt="" class="wp-image-11329" srcset="https://virtuallyfun.com/wp-content/uploads/2021/09/Freedos-build-2043-running-all-the-win16.png 642w, https://virtuallyfun.com/wp-content/uploads/2021/09/Freedos-build-2043-running-all-the-win16-300x225.png 300w, https://virtuallyfun.com/wp-content/uploads/2021/09/Freedos-build-2043-running-all-the-win16-400x300.png 400w" sizes="auto, (max-width: 642px) 100vw, 642px" /><figcaption>Windows 3.1 is serious business!</figcaption></figure></div>



<p class="wp-block-paragraph">So in conclusion doing Win16 things in Windows 3.1 is seemingly fine.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2021/09/13/as-reported-a-few-days-ago-the-windows-patches-for-freedos-were-committed/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
			</item>
		<item>
		<title>FreeDOS running Windows 3.1</title>
		<link>https://virtuallyfun.com/2021/07/27/freedos-running-windows-3-1/</link>
					<comments>https://virtuallyfun.com/2021/07/27/freedos-running-windows-3-1/#comments</comments>
		
		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Tue, 27 Jul 2021 15:29:24 +0000</pubDate>
				<category><![CDATA[80386]]></category>
		<category><![CDATA[FreeDOS]]></category>
		<category><![CDATA[i386]]></category>
		<category><![CDATA[Windows 3.1]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=11210</guid>

					<description><![CDATA[Yes, really it&#8217;s FreeDOS running Windows 386 Enhanced mode. For real. perditionc posted this over on the freedos list: Hello everyone, So it took me a bit longer than I planned, but below is the information needed to reproduce and &#8230; <a href="https://virtuallyfun.com/2021/07/27/freedos-running-windows-3-1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="642" height="507" src="https://virtuallyfun.com/wp-content/uploads/2021/07/freedos-in-386-enhanced-mode.png" alt="" class="wp-image-11211" srcset="https://virtuallyfun.com/wp-content/uploads/2021/07/freedos-in-386-enhanced-mode.png 642w, https://virtuallyfun.com/wp-content/uploads/2021/07/freedos-in-386-enhanced-mode-300x237.png 300w, https://virtuallyfun.com/wp-content/uploads/2021/07/freedos-in-386-enhanced-mode-380x300.png 380w" sizes="auto, (max-width: 642px) 100vw, 642px" /></figure>



<p class="wp-block-paragraph">Yes, really it&#8217;s FreeDOS running Windows 386 Enhanced mode.  For real.</p>



<p class="wp-block-paragraph">perditionc posted this over on the <a href="https://sourceforge.net/p/freedos/mailman/message/37326256/">freedos list</a>:</p>



<pre class="wp-block-preformatted">Hello everyone,

So it took me a bit longer than I planned, but below is the
information needed to reproduce and links to sources.  (Be kind, I
know that the code needs more work.)

To see it in action, from installing FreeDOS &amp; Windows to running I
posted an updated the video (about 4 minutes, sped up some stuff and
cut some scenes down but its originally a single recording from first
boot until the end)</pre>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="Installing FreeDOS core files and running Windows 3.1 in Enhanced mode" width="584" height="438" src="https://www.youtube.com/embed/4o7TR3Oo6y0?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<pre class="wp-block-preformatted">Steps:<br>download boot disk - <a href="https://web.archive.org/web/20210804102615/http://server2.fdos.org/tests/fdos2043w.img" target="_blank" rel="noreferrer noopener">http://server2.fdos.org/tests/fdos2043w.img</a><br>contains:<br>    kernel *** requires patches, see below for source<br>    command.com (FreeCOM)<br>    fdisk<br>    format<br>    sys<br>    share<br>    edit<br><br>have available Windows 3.1 install media (*** not provided ***)<br><br>create a virtual machine (or have a compatible real computer)<br>example has a 200MB hard drive with 32MB of memory and otherwise<br>virtual box's Win 3.1 default settings.<br><br>boot FreeDOS floppy<br>fdisk<br>    create a primary partition, don't use FAT32, use all available<br>space, ensure active<br>reboot so kernel see new partition<br>format<br>    format the C: drive and set label as desired<br>fdisk /MBR<br>    install master boot record so hard drive is bootable<br>sys C:<br>    install system boot record and files to C: partition<br>    copies kernel.sys and command.com to C:<br>copy share.com c:<br>copy EDIT.* C:<br>    so have available after install Windows<br>Optional: take out (disconnect virtual) floppy from drive and reboot,<br>ensure hard drive boots<br>Optional: create a CONFIG.SYS and AUTOEXEC.BAT so not prompted with<br>date and time<br>Install Windows<br>    put in first Windows floppy and run SETUP<br>    follow prompts until complete, allow it to modify CONFIG.SYS and<br>AUTOEXEC.BAT<br>Optional: edit AUTOEXEC.BAT to load SHARE.COM<br>    (if you do not do this step, you must remember to do so before<br>starting Windows)<br>Edit C:\WINDOWS\SYSTEM.INI   (adjust based on actual installation and<br>editor of choice)<br>    find [386Enh] section, at bottom add line:<br>    InDOSPolling=TRUE<br>    save file<br>win<br>    start Windows, will be in Enhanced mode if supported</pre>



<pre class="wp-block-preformatted">Source:
Kernel patches - <a href="http://server2.fdos.org/tests/kernel-win3-patch.diff" target="_blank" rel="noreferrer noopener">http://server2.fdos.org/tests/kernel-win3-patch.diff</a>
rest of sources (kernel, FreeCOM, format, fdisk, sys, share, edit) -
<a href="https://github.com/fdos">https://github.com/fdos</a>

Credits:
Bart, Tom, and others who have improved the FreeDOS kernel to where it is today
All the other FreeDOS developers, especially for FreeCOM, FDISK,
FORMAT, and EDIT
And Eric who's original research helped with the initial
implementation of the necessary patches a decade ago
(<a href="https://web.archive.org/web/20061001224249/http://www.coli.uni-saarland.de/~eric/stuff/soft/specials/win3.x-dosext-freedos-notes.txt" target="_blank" rel="noreferrer noopener">https://web.archive.org/web/20061001224249/http://www.coli.uni-saarland.de/~eric/stuff/soft/specials/win3.x-dosext-freedos-notes.txt</a>)

I will be working on improving the code, specifically the critical
section handling and hopefully remove the need for the InDOSPolling
flag being set as well.

Enjoy,
Jeremy</pre>



<p class="wp-block-paragraph">And sure enough I was able to reproduce Windows 3.1 from the binary.  I haven&#8217;t looked at patching/building yet.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="642" height="507" src="https://virtuallyfun.com/wp-content/uploads/2021/07/freedos-in-a-window.png" alt="" class="wp-image-11212" srcset="https://virtuallyfun.com/wp-content/uploads/2021/07/freedos-in-a-window.png 642w, https://virtuallyfun.com/wp-content/uploads/2021/07/freedos-in-a-window-300x237.png 300w, https://virtuallyfun.com/wp-content/uploads/2021/07/freedos-in-a-window-380x300.png 380w" sizes="auto, (max-width: 642px) 100vw, 642px" /></figure>



<p class="wp-block-paragraph">Turning off virtual memory let&#8217;s FreeDos run in a Window!</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="642" height="507" src="https://virtuallyfun.com/wp-content/uploads/2021/07/freedos-running-battletech.png" alt="" class="wp-image-11213" srcset="https://virtuallyfun.com/wp-content/uploads/2021/07/freedos-running-battletech.png 642w, https://virtuallyfun.com/wp-content/uploads/2021/07/freedos-running-battletech-300x237.png 300w, https://virtuallyfun.com/wp-content/uploads/2021/07/freedos-running-battletech-380x300.png 380w" sizes="auto, (max-width: 642px) 100vw, 642px" /></figure>



<p class="wp-block-paragraph">Even more amazing to me BattleTech 3025 can run CGA mode in a Window too!</p>



<p class="wp-block-paragraph">I should add that VMWare player didn&#8217;t work, nor did later versions of Qemu either.  I had much better luck with my <a rel="noreferrer noopener" href="https://sourceforge.net/projects/qemu090b/" target="_blank">mutated Qemu 0.90 fork thing</a>.  ISA Cirrus card for sure!</p>



<p class="wp-block-paragraph">Being able to run Windows 3.1 in 386 Enhanced mode has been one of those holy grails of compatibility.  It&#8217;s great to see this in action!</p>



<p class="wp-block-paragraph">I should add that Windows/386 and Windows 3.0 don&#8217;t work. 386 needs some versioning set, and 3.0 is convinced that the memory is too fragmented or that C: is really A:.  Also Win32s doesn&#8217;t work either, but still Sim City, Excel and Word run fine!</p>



<p class="wp-block-paragraph">As a follow up, 3.11 for workgroups or not doesn&#8217;t work either.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2021/07/27/freedos-running-windows-3-1/feed/</wfw:commentRss>
			<slash:comments>45</slash:comments>
		
		
			</item>
		<item>
		<title>Today marks 20 years of FreeDOS!</title>
		<link>https://virtuallyfun.com/2014/07/01/today-marks-20-years-of-freedos/</link>
					<comments>https://virtuallyfun.com/2014/07/01/today-marks-20-years-of-freedos/#comments</comments>
		
		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Tue, 01 Jul 2014 05:51:57 +0000</pubDate>
				<category><![CDATA[FreeDOS]]></category>
		<category><![CDATA[MS-DOS]]></category>
		<category><![CDATA[stacker]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=4374</guid>

					<description><![CDATA[From the original announcement: A few months ago, I posted articles relating to starting a publicdomain version of DOS. Â The general support for this at the time wasstrong, and many people agreed with the statement, &#8220;start writing!&#8221;So, I have&#8230; And &#8230; <a href="https://virtuallyfun.com/2014/07/01/today-marks-20-years-of-freedos/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>From the original <a href="https://groups.google.com/forum/#!msg/comp.os.msdos.apps/oQmT4ETcSzU/O1HR8PE2u-EJ">announcement</a>:</p>
<p><span style="color: #222222;">A few months ago, I posted articles relating to starting a public</span><br style="color: #222222;" /><span style="color: #222222;">domain version of DOS. Â The general support for this at the time was</span><br style="color: #222222;" /><span style="color: #222222;">strong, and many people agreed with the statement, &#8220;start writing!&#8221;</span><br style="color: #222222;" /><span style="color: #222222;">So, I have&#8230;</span></p>
<p>And how does it measure up? Â Well the current release version is <a href="http://www.freedos.org/download/">v1.1</a>Â and I tested it in both Qemu and VMWare Player. Â First the installation process is SLOW. Â Extraordinarily slow. Â I really have no idea why, but 10+ minute installs in either environment were the best I could do. Â The one thing I did do on installation was to disable a FAT32 drive, defaulting to the older FAT16 file-system. Â Why? well because ..</p>
<p><div id="attachment_4375" style="width: 746px" class="wp-caption aligncenter"><a href="https://virtuallyfun.com/wp-content/uploads/2014/07/stacker-on-freedos-1.1.png"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-4375" class="size-full wp-image-4375" src="https://virtuallyfun.com/wp-content/uploads/2014/07/stacker-on-freedos-1.1.png" alt="Stacker 4 on FreeDOS" width="736" height="438" /></a><p id="caption-attachment-4375" class="wp-caption-text">Stacker 4 on FreeDOS</p></div></p>
<p>Once installed, I thought I&#8217;d torture the environment, and install Stacker 4.0. Â The installation went ok (I modified my system to boot up with option #3 as the default (Load FreeDOS including XMGR XMS-memory driver). Â The installation went smooth, I setup a 300MB compressed drive, rebooted and the drive was not available. Â I think this was because MS-DOS uses a config.sys file, and FreeDOS uses fdconfig.sys. Â Although at the same time the autoexec.bat file was not modified as I had requested. Â So I ran &#8216;config.exe&#8217; and it walked me though additions to the c:\stacker.ini and what needed to be added to the (fd)config.sys (device=c:\stacker\stacker.com). Â I did that, and rebooted, and I had my compressed D drive.</p>
<p>Then I installed DOOM v1.1 onto the compressed drive, and it runs perfectly fine! (is a screen shot really necessary?) Â Seeing that DOS4G/W works (I also tested <a href="http://www.dosgamesarchive.com/download/descent/">Descent</a>, and <a href="https://virtuallyfun.com/?p=3118">Wolf4GW</a>). Â Oddly enough Wolf3d just hangs at a black screen, and Descent runs too fast although I think both issues are more specific to the games running on Qemu/VMWare than FreeDOS. Â And if you want to skip the lengthy install, you can download <a href="http://vpsland.superglobalmegacorp.com/install/MS-DOS/FreeDOS/FreeDOSv1.1-installed.7z">my stock VMDK right here</a>.</p>
<p>Seeing that 32bit DOS extenders seem OK, I thought I&#8217;d try TradeWars 2002 with it&#8217;s 16bit DPMI version, and it ran fine as well.</p>
<p><div id="attachment_4376" style="width: 746px" class="wp-caption aligncenter"><a href="https://virtuallyfun.com/wp-content/uploads/2014/07/tradewars-on-freedos.png"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-4376" class="size-full wp-image-4376" src="https://virtuallyfun.com/wp-content/uploads/2014/07/tradewars-on-freedos.png" alt="TradeWars on FreeDOS" width="736" height="438" /></a><p id="caption-attachment-4376" class="wp-caption-text">TradeWars on FreeDOS</p></div></p>
<p>Now when it came to multitasking, Windows 3.0 won&#8217;t work outside of realmode. Â Windows 3.1 however will run in standard mode. Â 386 Enhanced mode still doesn&#8217;t work correctly (is that even an issue)&#8230; So to useÂ this for a BBS you&#8217;d need a network and some nodes&#8230; maybe fun for another day. Â Excel 3.0c works under Windows 3.1 Standard mode, while Word 2.0c does not.</p>
<p>Another weird thing is that the FreeDOS partitioning program (fdisk) chooses a NON-DOS partition type by default, so if you were expecting to dualboot between MS-DOS and FreeDOS I think you need to install MS-DOS first, although I guess in the age of virtual machines does it matter that much?</p>
<p>For basic MS-DOS program compatibility it seems pretty much there, even with weird stuff like stacker.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2014/07/01/today-marks-20-years-of-freedos/feed/</wfw:commentRss>
			<slash:comments>11</slash:comments>
		
		
			</item>
	</channel>
</rss>
