<?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>David Tavarez's Home at davidtavarez.com &#187; Windows</title>
	<atom:link href="http://www.davidtavarez.com/archives/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidtavarez.com</link>
	<description>Just another weblog...</description>
	<lastBuildDate>Sat, 31 Jul 2010 16:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Glade 3 (3.4.1) Installer for Windows</title>
		<link>http://www.davidtavarez.com/archives/glade-3-installer-for-windows/</link>
		<comments>http://www.davidtavarez.com/archives/glade-3-installer-for-windows/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 06:05:46 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[PHP-GTK]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.davidtavarez.com/?p=384</guid>
		<description><![CDATA[Well, after few hours around internet and testing all... finally I got Glade 3 Running!! very well! Actually I'm using it to create an php-gtk application. This is how its looks: And this is the application running:   To download go to the winGlade section here: winGlade. Share on Facebook]]></description>
			<content:encoded><![CDATA[<p>Well, after few hours around internet and testing all... finally I got Glade 3 Running!! very well! Actually I'm using it to create an <a title="PHP-GTK" href="http://gtk.php.net" onclick="urchinTracker('/outgoing/gtk.php.net?referer=');">php-gtk</a> application.</p>
<p>This is how its looks:</p>
<div class="wp-caption aligncenter" style="width: 471px"><a href="http://www.davidtavarez.com/wp-content/2009/02/glade-3-for-windows.JPG"><img class="  " title="Glade 3 running on Linux" src="http://www.davidtavarez.com/wp-content/2009/02/glade-3-for-windows.JPG" alt="Glade 3 running on Linux" width="461" height="288" /></a><p class="wp-caption-text">Glade 3 running on Windows XP</p></div>
<p>And this is the application running:</p>
<p> </p>
<div class="wp-caption aligncenter" style="width: 471px"><a href="http://www.davidtavarez.com/wp-content/2009/02/mantenimientoESNrunning.JPG"><img class="  " title="GUI created using Glade 3" src="http://www.davidtavarez.com/wp-content/2009/02/mantenimientoESNrunning.JPG" alt="GUI created using Glade 3" width="461" height="368" /></a><p class="wp-caption-text">GUI created using Glade 3</p></div>
<p>To download go to the winGlade section here: <a title="winGlade" href="http://www.davidtavarez.com/winGlade3">winGlade</a>.</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.davidtavarez.com/archives/glade-3-installer-for-windows/" target="_blank" onclick="urchinTracker('/outgoing/www.facebook.com/share.php?u=http_//www.davidtavarez.com/archives/glade-3-installer-for-windows/&amp;referer=');"><img src="http://www.davidtavarez.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.davidtavarez.com/archives/glade-3-installer-for-windows/" target="_blank" title="Share on Facebook" onclick="urchinTracker('/outgoing/www.facebook.com/share.php?u=http_//www.davidtavarez.com/archives/glade-3-installer-for-windows/&amp;referer=');">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.davidtavarez.com/archives/glade-3-installer-for-windows/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Linux Unified Kernel&#8230; a new age of operative systems?</title>
		<link>http://www.davidtavarez.com/archives/linux-unified-kernel-a-new-ag-of-operative-systems/</link>
		<comments>http://www.davidtavarez.com/archives/linux-unified-kernel-a-new-ag-of-operative-systems/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 03:52:04 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.davidtavarez.com/?p=305</guid>
		<description><![CDATA[Linux Unified Kernel (LUK) is a computer operating system kernel intended to be binary-compatible with application software and device drivers made for Microsoft Windows and Linux. This kernel imports all the key features of the Windows operating system kernel into the Linux kernel to support both Linux and Windows applications and device drivers. Linux Unified [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Linux Unified Kernel</strong> (LUK) is a computer operating system kernel intended to be binary-compatible with application software and device drivers made for Microsoft Windows and Linux. This kernel imports all the key features of the Windows operating system kernel into the Linux kernel to support both Linux and Windows applications and device drivers. Linux Unified Kernel is primarily written in the C programming language, and is licensed under the terms of the GNU General Public License. Although the project is in the alpha development stage as of 2008, many Windows programs already work well.</p>
<p>The LUK project aims to add all Windows kernel mechanisms into the Linux kernel, including process management, thread management, Object management, virtual memory management, synchronization, system calls (syscall), the application registry, WDM device driver framework, Windows DPC mechanism, etc., to form a new kernel. Thus, the new kernel allows both Linux and Windows applications and device drivers to work directly without virtualization or emulation. But LUK is not simply an accumulation of the two kernels. In order to prevent LUK from becoming bloated, if a function has been completed in the ReactOS kernel, and it can also be achieved using the Linux kernel (ReactOS/Wine/NDISwrapper code as a reference if they have implemented the function), then LUK prefers to use the latter. LUK has two sets of syscalls and their corresponding syscall tables: a Windows syscall set and a Linux syscall set. Windows applications call the syscall table via software interrupt "int 0x2e" to make a system call. Linux applications call syscall table via "int 0x80". The LUK project does not develop the Windows and the Linux userland libraries. Those libraries are offered by the Wine (or Windows/ReactOS) project and the Linux project.</p>
<p><strong>Future</strong></p>
<p>This kind of project make me think about the operative systems of the future. Maybe Linux as we know it for now will stand, but it's a reality that developers all over the world are trying to create a tool to make a native compatibility between Windows and Linux. At this moment, we have Wine, an aplication that aims to allow Unix-like computer operating systems on the x86 or x86-64 architecture to execute programs written for Microsoft Windows. Also there is ReactOS, a computer operating system intended to be binary compatible with application software and device drivers made for Microsoft Windows NT versions 5.x and up (Windows 2000 and its successors).</p>
<p>Is just matter of time to make this compatibility real. I think that in maybe 10 years we'll have a complete and functional OS with the real compatibility... for now, we have to be happy with Wine <img src='http://www.davidtavarez.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><strong>Example</strong>:</p>
<div id="attachment_307" class="wp-caption alignnone" style="width: 310px"><a href="http://www.davidtavarez.com/wp-content/2008/12/ps.png"><img class="size-medium wp-image-307" title="Linux Unified Kernel (LUK) running Photoshop" src="http://www.davidtavarez.com/wp-content/2008/12/ps-300x225.png" alt="Linux Unified Kernel (LUK) running Photoshop" width="300" height="225" /></a><p class="wp-caption-text">Linux Unified Kernel (LUK) running Photoshop</p></div>
<p><strong>Links</strong>:</p>
<p><strong>Site</strong>: <a title="UnifiedKernel Website" href="http://www.unifiedkernel.com/" onclick="urchinTracker('/outgoing/www.unifiedkernel.com/?referer=');">http://www.unifiedkernel.com/</a><br />
<strong>Screenshots</strong>: <a title="UnifiedKernel Website" href="http://www.unifiedkernel.com/snapshot_show.php" onclick="urchinTracker('/outgoing/www.unifiedkernel.com/snapshot_show.php?referer=');">http://www.unifiedkernel.com/snapshot_show.php</a><br />
<strong>Download</strong>: <a title="Download - UnifiedKernel Website" href="http://www.unifiedkernel.com/download.php" onclick="urchinTracker('/outgoing/www.unifiedkernel.com/download.php?referer=');">http://www.unifiedkernel.com/download.php</a></p>
<p>NOTE: Something very funny... the site runs under Windows... why?? look this warning: <em>"Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in D:\phpweb\showpic.php on line 100"</em> (http://www.unifiedkernel.com/showpic.php).</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.davidtavarez.com/archives/linux-unified-kernel-a-new-ag-of-operative-systems/" target="_blank" onclick="urchinTracker('/outgoing/www.facebook.com/share.php?u=http_//www.davidtavarez.com/archives/linux-unified-kernel-a-new-ag-of-operative-systems/&amp;referer=');"><img src="http://www.davidtavarez.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.davidtavarez.com/archives/linux-unified-kernel-a-new-ag-of-operative-systems/" target="_blank" title="Share on Facebook" onclick="urchinTracker('/outgoing/www.facebook.com/share.php?u=http_//www.davidtavarez.com/archives/linux-unified-kernel-a-new-ag-of-operative-systems/&amp;referer=');">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.davidtavarez.com/archives/linux-unified-kernel-a-new-ag-of-operative-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KDE 4.1.3 on Windows 7 Pre-Beta</title>
		<link>http://www.davidtavarez.com/archives/kde-4-on-windows-7-pre-beta/</link>
		<comments>http://www.davidtavarez.com/archives/kde-4-on-windows-7-pre-beta/#comments</comments>
		<pubDate>Sun, 21 Dec 2008 15:42:03 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.davidtavarez.com/?p=292</guid>
		<description><![CDATA[This video shows KDE 4 running on Windows 7. Share on Facebook]]></description>
			<content:encoded><![CDATA[<p>This video shows KDE 4 running on Windows 7.</p>
<p><a href="http://www.davidtavarez.com/archives/kde-4-on-windows-7-pre-beta/"><em>Click here to view the embedded video.</em></a></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.davidtavarez.com/archives/kde-4-on-windows-7-pre-beta/" target="_blank" onclick="urchinTracker('/outgoing/www.facebook.com/share.php?u=http_//www.davidtavarez.com/archives/kde-4-on-windows-7-pre-beta/&amp;referer=');"><img src="http://www.davidtavarez.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.davidtavarez.com/archives/kde-4-on-windows-7-pre-beta/" target="_blank" title="Share on Facebook" onclick="urchinTracker('/outgoing/www.facebook.com/share.php?u=http_//www.davidtavarez.com/archives/kde-4-on-windows-7-pre-beta/&amp;referer=');">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.davidtavarez.com/archives/kde-4-on-windows-7-pre-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Vista vs Ubuntu (running Beryl)</title>
		<link>http://www.davidtavarez.com/archives/windows-vista-vs-ubuntu-running-beryl/</link>
		<comments>http://www.davidtavarez.com/archives/windows-vista-vs-ubuntu-running-beryl/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 18:44:20 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.davidtavarez.com/?p=240</guid>
		<description><![CDATA[This is a very popular video... and I love it! Share on Facebook]]></description>
			<content:encoded><![CDATA[<p>This is a very popular video... and I love it! <img src='http://www.davidtavarez.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p><a href="http://www.davidtavarez.com/archives/windows-vista-vs-ubuntu-running-beryl/"><em>Click here to view the embedded video.</em></a></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.davidtavarez.com/archives/windows-vista-vs-ubuntu-running-beryl/" target="_blank" onclick="urchinTracker('/outgoing/www.facebook.com/share.php?u=http_//www.davidtavarez.com/archives/windows-vista-vs-ubuntu-running-beryl/&amp;referer=');"><img src="http://www.davidtavarez.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.davidtavarez.com/archives/windows-vista-vs-ubuntu-running-beryl/" target="_blank" title="Share on Facebook" onclick="urchinTracker('/outgoing/www.facebook.com/share.php?u=http_//www.davidtavarez.com/archives/windows-vista-vs-ubuntu-running-beryl/&amp;referer=');">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.davidtavarez.com/archives/windows-vista-vs-ubuntu-running-beryl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
