<?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: 8086tiny 1.25 has been out for a while	</title>
	<atom:link href="https://virtuallyfun.com/2014/06/24/8086tiny-1-25-has-been-out-for-a-while/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com/2014/06/24/8086tiny-1-25-has-been-out-for-a-while/</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Fri, 14 Dec 2018 16:03:55 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>
	<item>
		<title>
		By: bbslovag		</title>
		<link>https://virtuallyfun.com/2014/06/24/8086tiny-1-25-has-been-out-for-a-while/comment-page-1/#comment-205360</link>

		<dc:creator><![CDATA[bbslovag]]></dc:creator>
		<pubDate>Fri, 14 Dec 2018 16:03:55 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=4331#comment-205360</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2014/06/24/8086tiny-1-25-has-been-out-for-a-while/comment-page-1/#comment-204965&quot;&gt;Roy&lt;/a&gt;.

Seems to be okay (static code check = visually :o) )

Serial port support withOUT converting the whole project to C++, is my next main goal in order to make virtual serial port-hosttcp connection. Anyway, will give it a try.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2014/06/24/8086tiny-1-25-has-been-out-for-a-while/comment-page-1/#comment-204965">Roy</a>.</p>
<p>Seems to be okay (static code check = visually :o) )</p>
<p>Serial port support withOUT converting the whole project to C++, is my next main goal in order to make virtual serial port-hosttcp connection. Anyway, will give it a try.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Roy		</title>
		<link>https://virtuallyfun.com/2014/06/24/8086tiny-1-25-has-been-out-for-a-while/comment-page-1/#comment-204965</link>

		<dc:creator><![CDATA[Roy]]></dc:creator>
		<pubDate>Mon, 03 Dec 2018 15:00:36 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=4331#comment-204965</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2014/06/24/8086tiny-1-25-has-been-out-for-a-while/comment-page-1/#comment-204895&quot;&gt;bbslovag&lt;/a&gt;.

nice. what about cherry-picking these changes as well?

Fix DAA/DAS instruction bug
https://github.com/FOX21/8086tiny/commit/d9f36f482542c0ccb2b83b04a30ea0d8e903ccff

Fix ROL/ROR/RCL/RCR mem/reg, imm bug
https://github.com/FOX21/8086tiny/commit/f6f85d48f08bdddb8706b9cd214a032d69a62178]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2014/06/24/8086tiny-1-25-has-been-out-for-a-while/comment-page-1/#comment-204895">bbslovag</a>.</p>
<p>nice. what about cherry-picking these changes as well?</p>
<p>Fix DAA/DAS instruction bug<br />
<a href="https://github.com/FOX21/8086tiny/commit/d9f36f482542c0ccb2b83b04a30ea0d8e903ccff" rel="nofollow ugc">https://github.com/FOX21/8086tiny/commit/d9f36f482542c0ccb2b83b04a30ea0d8e903ccff</a></p>
<p>Fix ROL/ROR/RCL/RCR mem/reg, imm bug<br />
<a href="https://github.com/FOX21/8086tiny/commit/f6f85d48f08bdddb8706b9cd214a032d69a62178" rel="nofollow ugc">https://github.com/FOX21/8086tiny/commit/f6f85d48f08bdddb8706b9cd214a032d69a62178</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: bbslovag		</title>
		<link>https://virtuallyfun.com/2014/06/24/8086tiny-1-25-has-been-out-for-a-while/comment-page-1/#comment-204895</link>

		<dc:creator><![CDATA[bbslovag]]></dc:creator>
		<pubDate>Sat, 01 Dec 2018 16:46:13 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=4331#comment-204895</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2014/06/24/8086tiny-1-25-has-been-out-for-a-while/comment-page-1/#comment-204802&quot;&gt;neozeed&lt;/a&gt;.

Tidyed a little bit the bios source, and forked on github. Actually I think qnx could be used with bare 8086tiny bios, but only with */16/63 hdd geometry.
xenix86 and pc/ix 86 hangs a short while after showing boot menue :(]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2014/06/24/8086tiny-1-25-has-been-out-for-a-while/comment-page-1/#comment-204802">neozeed</a>.</p>
<p>Tidyed a little bit the bios source, and forked on github. Actually I think qnx could be used with bare 8086tiny bios, but only with */16/63 hdd geometry.<br />
xenix86 and pc/ix 86 hangs a short while after showing boot menue 🙁</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2014/06/24/8086tiny-1-25-has-been-out-for-a-while/comment-page-1/#comment-204802</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Thu, 29 Nov 2018 08:56:39 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=4331#comment-204802</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2014/06/24/8086tiny-1-25-has-been-out-for-a-while/comment-page-1/#comment-204800&quot;&gt;bbslovag&lt;/a&gt;.

Thanks!   I just noticed that the binary in this release I did didn&#039;t have the actual EXE....]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2014/06/24/8086tiny-1-25-has-been-out-for-a-while/comment-page-1/#comment-204800">bbslovag</a>.</p>
<p>Thanks!   I just noticed that the binary in this release I did didn&#8217;t have the actual EXE&#8230;.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: bbslovag		</title>
		<link>https://virtuallyfun.com/2014/06/24/8086tiny-1-25-has-been-out-for-a-while/comment-page-1/#comment-204800</link>

		<dc:creator><![CDATA[bbslovag]]></dc:creator>
		<pubDate>Thu, 29 Nov 2018 07:59:49 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=4331#comment-204800</guid>

					<description><![CDATA[Hi!

Sent you the modded bios source that can handle 306/4/17 hdimages.
I encourage you to try it out :)]]></description>
			<content:encoded><![CDATA[<p>Hi!</p>
<p>Sent you the modded bios source that can handle 306/4/17 hdimages.<br />
I encourage you to try it out 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2014/06/24/8086tiny-1-25-has-been-out-for-a-while/comment-page-1/#comment-65806</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Sat, 28 Jun 2014 00:28:17 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=4331#comment-65806</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2014/06/24/8086tiny-1-25-has-been-out-for-a-while/comment-page-1/#comment-65781&quot;&gt;dugo&lt;/a&gt;.

it certainly is.  Kind of how like DR-DOS was about to be opened up, but someone stopped the because people are clearly still buying it.

Even Multi User MS-DOS stuff must still have a market.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2014/06/24/8086tiny-1-25-has-been-out-for-a-while/comment-page-1/#comment-65781">dugo</a>.</p>
<p>it certainly is.  Kind of how like DR-DOS was about to be opened up, but someone stopped the because people are clearly still buying it.</p>
<p>Even Multi User MS-DOS stuff must still have a market.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: dugo		</title>
		<link>https://virtuallyfun.com/2014/06/24/8086tiny-1-25-has-been-out-for-a-while/comment-page-1/#comment-65781</link>

		<dc:creator><![CDATA[dugo]]></dc:creator>
		<pubDate>Fri, 27 Jun 2014 20:35:57 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=4331#comment-65781</guid>

					<description><![CDATA[DOS is like a stalker, just can&#039;t get rid of it. Once in a while I need PUTR (http://www.dbit.com/pub/putr/) and I end up with dosemu on my box again.]]></description>
			<content:encoded><![CDATA[<p>DOS is like a stalker, just can&#8217;t get rid of it. Once in a while I need PUTR (<a href="http://www.dbit.com/pub/putr/" rel="nofollow ugc">http://www.dbit.com/pub/putr/</a>) and I end up with dosemu on my box again.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: crazyc		</title>
		<link>https://virtuallyfun.com/2014/06/24/8086tiny-1-25-has-been-out-for-a-while/comment-page-1/#comment-65657</link>

		<dc:creator><![CDATA[crazyc]]></dc:creator>
		<pubDate>Thu, 26 Jun 2014 19:25:13 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=4331#comment-65657</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2014/06/24/8086tiny-1-25-has-been-out-for-a-while/comment-page-1/#comment-65567&quot;&gt;Roy&lt;/a&gt;.

It&#039;s not hard, Wine does it and so does DOSEMU.  In protected mode, ring 3 and IOPL 0, the int instruction throws a GP fault.  Just catch it.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2014/06/24/8086tiny-1-25-has-been-out-for-a-while/comment-page-1/#comment-65567">Roy</a>.</p>
<p>It&#8217;s not hard, Wine does it and so does DOSEMU.  In protected mode, ring 3 and IOPL 0, the int instruction throws a GP fault.  Just catch it.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: calvin		</title>
		<link>https://virtuallyfun.com/2014/06/24/8086tiny-1-25-has-been-out-for-a-while/comment-page-1/#comment-65652</link>

		<dc:creator><![CDATA[calvin]]></dc:creator>
		<pubDate>Thu, 26 Jun 2014 18:47:47 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=4331#comment-65652</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2014/06/24/8086tiny-1-25-has-been-out-for-a-while/comment-page-1/#comment-65611&quot;&gt;superpete&lt;/a&gt;.

They actually do - AFAIK, it has hooks to intercept 16-bit IS stubs and replace them with 32-bit ones on the fly]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2014/06/24/8086tiny-1-25-has-been-out-for-a-while/comment-page-1/#comment-65611">superpete</a>.</p>
<p>They actually do &#8211; AFAIK, it has hooks to intercept 16-bit IS stubs and replace them with 32-bit ones on the fly</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2014/06/24/8086tiny-1-25-has-been-out-for-a-while/comment-page-1/#comment-65641</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Thu, 26 Jun 2014 14:39:06 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=4331#comment-65641</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2014/06/24/8086tiny-1-25-has-been-out-for-a-while/comment-page-1/#comment-65638&quot;&gt;Roy&lt;/a&gt;.

not very well I imagine... You&#039;d need something there to &#039;catch&#039; them as they call down to DOS, much like DOSBox does it without a &#039;real DOS&#039;..]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2014/06/24/8086tiny-1-25-has-been-out-for-a-while/comment-page-1/#comment-65638">Roy</a>.</p>
<p>not very well I imagine&#8230; You&#8217;d need something there to &#8216;catch&#8217; them as they call down to DOS, much like DOSBox does it without a &#8216;real DOS&#8217;..</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
