<?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: ReactOS gets a NTVDM	</title>
	<atom:link href="https://virtuallyfun.com/2013/11/28/reactos-gets-a-ntvdm/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com/2013/11/28/reactos-gets-a-ntvdm/</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Wed, 08 Jul 2015 22:32:23 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.1</generator>
	<item>
		<title>
		By: JetP1L0t		</title>
		<link>https://virtuallyfun.com/2013/11/28/reactos-gets-a-ntvdm/comment-page-1/#comment-139467</link>

		<dc:creator><![CDATA[JetP1L0t]]></dc:creator>
		<pubDate>Wed, 08 Jul 2015 22:32:23 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=3614#comment-139467</guid>

					<description><![CDATA[Some update http://www. youtube.com/watch?v=Poya0NW5KJ0 they run Win3.11 there!!]]></description>
			<content:encoded><![CDATA[<p>Some update <a href="http://www" rel="nofollow ugc">http://www</a>. youtube.com/watch?v=Poya0NW5KJ0 they run Win3.11 there!!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ReactOSFan		</title>
		<link>https://virtuallyfun.com/2013/11/28/reactos-gets-a-ntvdm/comment-page-1/#comment-49890</link>

		<dc:creator><![CDATA[ReactOSFan]]></dc:creator>
		<pubDate>Fri, 06 Dec 2013 18:29:42 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=3614#comment-49890</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2013/11/28/reactos-gets-a-ntvdm/comment-page-1/#comment-49775&quot;&gt;superpete&lt;/a&gt;.

It should work because of the emulated CPU. However graphics DOS apps won&#039;t work, because internally the VGA emulation uses the CreateConsoleScreenBuffer with an undocumented flag that allows it to create console graphics screen buffers (so that graphics can be output in the same console window as the one which was used to launch the DOS app). This feature strangely doesn&#039;t work on x64 versions of Windows, see here: http://blog.airesoft.co.uk/2012/10/things-ms-can-do-that-they-dont-tell-you-about-console-graphics/
A workaround would be to use the classical GUI APIs to do the job.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2013/11/28/reactos-gets-a-ntvdm/comment-page-1/#comment-49775">superpete</a>.</p>
<p>It should work because of the emulated CPU. However graphics DOS apps won&#8217;t work, because internally the VGA emulation uses the CreateConsoleScreenBuffer with an undocumented flag that allows it to create console graphics screen buffers (so that graphics can be output in the same console window as the one which was used to launch the DOS app). This feature strangely doesn&#8217;t work on x64 versions of Windows, see here: <a href="http://blog.airesoft.co.uk/2012/10/things-ms-can-do-that-they-dont-tell-you-about-console-graphics/" rel="nofollow ugc">http://blog.airesoft.co.uk/2012/10/things-ms-can-do-that-they-dont-tell-you-about-console-graphics/</a><br />
A workaround would be to use the classical GUI APIs to do the job.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2013/11/28/reactos-gets-a-ntvdm/comment-page-1/#comment-49783</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Thu, 05 Dec 2013 12:24:07 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=3614#comment-49783</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2013/11/28/reactos-gets-a-ntvdm/comment-page-1/#comment-49775&quot;&gt;superpete&lt;/a&gt;.

I would assume so.. the only way to know for sure is to try it.  Although ntvdm on reactos will have hooks that I&#039;d assume MS windows will not ...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2013/11/28/reactos-gets-a-ntvdm/comment-page-1/#comment-49775">superpete</a>.</p>
<p>I would assume so.. the only way to know for sure is to try it.  Although ntvdm on reactos will have hooks that I&#8217;d assume MS windows will not &#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: superpete		</title>
		<link>https://virtuallyfun.com/2013/11/28/reactos-gets-a-ntvdm/comment-page-1/#comment-49775</link>

		<dc:creator><![CDATA[superpete]]></dc:creator>
		<pubDate>Thu, 05 Dec 2013 11:10:51 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=3614#comment-49775</guid>

					<description><![CDATA[As the CPU itself is emulated, could this be made to work in AMD64 versions of Windows?]]></description>
			<content:encoded><![CDATA[<p>As the CPU itself is emulated, could this be made to work in AMD64 versions of Windows?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2013/11/28/reactos-gets-a-ntvdm/comment-page-1/#comment-49379</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Sat, 30 Nov 2013 14:31:12 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=3614#comment-49379</guid>

					<description><![CDATA[I wonder how impossible it would be to do an OS/2 personality.....]]></description>
			<content:encoded><![CDATA[<p>I wonder how impossible it would be to do an OS/2 personality&#8230;..</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Roy		</title>
		<link>https://virtuallyfun.com/2013/11/28/reactos-gets-a-ntvdm/comment-page-1/#comment-49332</link>

		<dc:creator><![CDATA[Roy]]></dc:creator>
		<pubDate>Sat, 30 Nov 2013 01:26:26 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=3614#comment-49332</guid>

					<description><![CDATA[no FPU yet ;)
http://code.google.com/p/reactos-mirror/source/detail?r=61141]]></description>
			<content:encoded><![CDATA[<p>no FPU yet 😉<br />
<a href="http://code.google.com/p/reactos-mirror/source/detail?r=61141" rel="nofollow ugc">http://code.google.com/p/reactos-mirror/source/detail?r=61141</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2013/11/28/reactos-gets-a-ntvdm/comment-page-1/#comment-49265</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Fri, 29 Nov 2013 14:13:02 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=3614#comment-49265</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2013/11/28/reactos-gets-a-ntvdm/comment-page-1/#comment-49261&quot;&gt;ReactOSFan&lt;/a&gt;.

just saw it, great work!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2013/11/28/reactos-gets-a-ntvdm/comment-page-1/#comment-49261">ReactOSFan</a>.</p>
<p>just saw it, great work!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ReactOSFan		</title>
		<link>https://virtuallyfun.com/2013/11/28/reactos-gets-a-ntvdm/comment-page-1/#comment-49264</link>

		<dc:creator><![CDATA[ReactOSFan]]></dc:creator>
		<pubDate>Fri, 29 Nov 2013 14:09:13 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=3614#comment-49264</guid>

					<description><![CDATA[Don&#039;t hesitate to go to our IRC channel #reactos (on Freenode) and get in touch with the NTVDM developers!]]></description>
			<content:encoded><![CDATA[<p>Don&#8217;t hesitate to go to our IRC channel #reactos (on Freenode) and get in touch with the NTVDM developers!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ReactOSFan		</title>
		<link>https://virtuallyfun.com/2013/11/28/reactos-gets-a-ntvdm/comment-page-1/#comment-49261</link>

		<dc:creator><![CDATA[ReactOSFan]]></dc:creator>
		<pubDate>Fri, 29 Nov 2013 13:58:10 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=3614#comment-49261</guid>

					<description><![CDATA[Have a look at http://www.reactos.org/node/728 (if you haven&#039;t already seen it ;) )]]></description>
			<content:encoded><![CDATA[<p>Have a look at <a href="http://www.reactos.org/node/728" rel="nofollow ugc">http://www.reactos.org/node/728</a> (if you haven&#8217;t already seen it 😉 )</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
