<?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: what makes up the compatability of an OS?</title>
	<atom:link href="http://www.winesfromoc.com/what-makes-up-the-compatability-of-an-os.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.winesfromoc.com/what-makes-up-the-compatability-of-an-os.html</link>
	<description></description>
	<pubDate>Sun, 12 Feb 2012 19:55:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: colanth</title>
		<link>http://www.winesfromoc.com/what-makes-up-the-compatability-of-an-os.html/comment-page-1#comment-4729</link>
		<dc:creator>colanth</dc:creator>
		<pubDate>Sun, 22 Nov 2009 14:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.winesfromoc.com/what-makes-up-the-compatability-of-an-os.html#comment-4729</guid>
		<description>Linux doesn't &#34;run&#34; tar files or gz files, it has programs that open them.  So does Windows (programs like 7zip).

Executable files are compiled for the environment they're going to run in.  If a program makes a call to a Windows API (programming interface - the part of the kernel the program calls to get a specific task accomplished), it's not going to fine that API in Linux.  Even if Linux has an identical API (like get the next key from the keyboard, or blank if none is ready), it's going to be called something different and it's going to work differently.  Eventually, with hundreds of APIs, one of them is going to crash the program (or the program will crash the API).  It's like putting diesel fuel in a Corvette - it runs other vehicles, but it'll ruin a 'Vette.</description>
		<content:encoded><![CDATA[<p>Linux doesn&#8217;t &quot;run&quot; tar files or gz files, it has programs that open them.  So does Windows (programs like 7zip).</p>
<p>Executable files are compiled for the environment they&#8217;re going to run in.  If a program makes a call to a Windows API (programming interface - the part of the kernel the program calls to get a specific task accomplished), it&#8217;s not going to fine that API in Linux.  Even if Linux has an identical API (like get the next key from the keyboard, or blank if none is ready), it&#8217;s going to be called something different and it&#8217;s going to work differently.  Eventually, with hundreds of APIs, one of them is going to crash the program (or the program will crash the API).  It&#8217;s like putting diesel fuel in a Corvette - it runs other vehicles, but it&#8217;ll ruin a &#8216;Vette.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel B</title>
		<link>http://www.winesfromoc.com/what-makes-up-the-compatability-of-an-os.html/comment-page-1#comment-4730</link>
		<dc:creator>Daniel B</dc:creator>
		<pubDate>Sun, 22 Nov 2009 14:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.winesfromoc.com/what-makes-up-the-compatability-of-an-os.html#comment-4730</guid>
		<description>First, .tar and .gz are not executable files, they are compressed format files similar to .zip in Windows. Although these are not commonly used on windows there are programs for Windows that will open them.

The other part you are correct on, programs made to Windows will only run on Windows, and those made for Linux will only run on Linux. The major difference between these files is how they access functions in the operating system. So for example they way a Linux program requests a keypress from the keyboard is different from how Windows does it. </description>
		<content:encoded><![CDATA[<p>First, .tar and .gz are not executable files, they are compressed format files similar to .zip in Windows. Although these are not commonly used on windows there are programs for Windows that will open them.</p>
<p>The other part you are correct on, programs made to Windows will only run on Windows, and those made for Linux will only run on Linux. The major difference between these files is how they access functions in the operating system. So for example they way a Linux program requests a keypress from the keyboard is different from how Windows does it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

