<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>x86 &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://wordpress.com/tag/x86/</link>
	<description>Feed of posts on WordPress.com tagged "x86"</description>
	<pubDate>Sun, 12 Oct 2008 21:21:14 +0000</pubDate>

	<generator>http://wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[AMD X86 License Expires in 2010; Intel Awaits For More Information On Split-Up Deal]]></title>
<link>http://techpulse360.wordpress.com/?p=881</link>
<pubDate>Fri, 10 Oct 2008 21:39:20 +0000</pubDate>
<dc:creator>Jean-Baptiste</dc:creator>
<guid>http://techpulse360.com/2008/10/10/amd-x86-license-expires-in-2010-intel-awaits-for-more-information-on-split-up-deal/</guid>
<description><![CDATA[Amid worried reports, Intel is not looking to sue AMD on patent violation, after the Sunnyvale, Cali]]></description>
<content:encoded><![CDATA[<p>Amid worried reports, Intel is not looking to sue AMD on patent violation, after the Sunnyvale, Calif., company decided to split-up into a fabless design house and a foundry. At least not yet!</p>
<blockquote><p>"Unlike what was said, we're not afraid of anything [Intel was said to be afraid over its X86 patent rights over the AMD deal]. We're just trying to understand the nature of the deal to see what happens to our patents", said Intel's spokesperson Chuck Mulloy in a recent conversation I had at Intel's headquarters in Santa Clara, Calif.</p></blockquote>
<p>Intel has a broad patent license agreement for its X86 instruction set with AMD since 1976. The last one was signed in 1996 and expires at the end of next year. That contract is available online but some parts remain confidential and were redacted out of the document.</p>
<blockquote><p>"We've suggested to AMD to publish the agreements in its entirety but AMD refused. And that's there right to do so. But that's also why I can't talk about what are our clear concerns regarding this case", added Mulloy.</p></blockquote>
<p>Intel main concerns are about ensuring protection over the secrecy and the intellectual property of its "strategic" X86 instruction set and its architecture as, if this was widely available, could let anyone build X86 compatible chips without paying a penny to Intel.</p>
<blockquote><p>"And right now, AMD is paying us a royalty", confirmed the Intel spokesman.</p></blockquote>
<p>Intel is waiting for AMD to publish its proxy statement - probably in the next weeks or so - with more details about the split-up agreement before engaging in more serious talk.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Atheros AR242x / 5007EG en Ubuntu Hardy &amp; Intrepid 32 bits]]></title>
<link>http://trescuartos.wordpress.com/?p=37</link>
<pubDate>Thu, 09 Oct 2008 02:02:44 +0000</pubDate>
<dc:creator>sonycrocket</dc:creator>
<guid>http://trescuartos.pt-br.wordpress.com/2008/10/09/atheros-ar242x-5007eg-en-ubuntu-hardy-intrepid-32-bits/</guid>
<description><![CDATA[
Debido a la gran cantidad de personas que se han colgado con el driver de MadWifi para las tarjetas]]></description>
<content:encoded><![CDATA[<p style="text-align:center;"><a href="http://trescuartos.wordpress.com/files/2008/09/atheros.jpg"><img class="alignnone size-full wp-image-18" title="atheros" src="http://trescuartos.wordpress.com/files/2008/09/atheros.jpg" alt="" width="203" height="200" /></a></p>
<p>Debido a la gran cantidad de personas que se han colgado con el driver de <strong>MadWifi </strong>para las tarjetas Atheros que hoy por hoy son muy comunes. Decidí hacer esta guia para usuarios de <strong>Ubuntu 32Bits</strong> ( i386, i586, i686) funciona tanto como para <strong>Hardy Heron 8.04</strong> como para <strong>Intrepid Ibex 8.10</strong></p>
<p>Si usted tiene Ubuntu de 64Bits, haga <a href="http://trescuartos.wordpress.com/2008/09/26/atheros-ar242x-5007eg-en-ubuntu-hardy-64-bits/">click aqui</a></p>
<p><strong>1 - Instalar lo necesario desde la Terminal<br />
</strong></p>
<p>$sudo apt-get install build-essential linux-restricted-modules-$(uname -r)</p>
<p><strong>2 - Sacar el modulo ndiswrapper </strong>(por las dudas)</p>
<p>$sudo nano /etc/modprobe.d/blacklist</p>
<p>y agregar al final del archivo:  blacklist ndiswrapper</p>
<p>Ahora solo resta sacar los drivers del Restricted Hardware Drivers de Ubuntu:</p>
<p>Van a Sistema -&#62;Administracion -&#62;Hardware Drivers  o Controlador de Drivers Restringidos</p>
<p>(Ubuntu lo tengo en ingles, pero creo que es facil de darse cuenta. El icono es una placa de circuitos con un candado <img class="wp-smiley" src="http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif" alt="-D" /> )</p>
<p>Ahi en el programa deshabilitan  Atheros Wireless Driver (ath_pci) y Atheros Hal (ath_hal)  … los tienen que desmarcar y aceptar los cambios.</p>
<p><strong>3 - Instalar el driver madwifi para Atheros desde el snapshot usando la Terminal<br />
</strong></p>
<p>$wget http://snapshots.madwifi.org/madwifi-hal-0.10.5.6/madwifi-hal-0.10.5.6-<a class="changeset" title="3832 from trunk." href="http://madwifi.org/changeset/3835">r3835</a>-20080801.tar.gz</p>
<p>$tar -zxvf madwifi-hal-0.10.5.6-<a class="changeset" title="3832 from trunk." href="http://madwifi.org/changeset/3835">r3835</a>-20080801.tar.gz<br />
$cd madwifi-hal-0.10.5.6-<a class="changeset" title="3832 from trunk." href="http://madwifi.org/changeset/3835">r3835</a>-20080801<br />
$sudo make<br />
$sudo make install<br />
$sudo modprobe ath_pci<br />
$sudo modprobe ath_hal</p>
<p>Y finalmente agregan el modulo para que cargue al inicio del sistema</p>
<p>$sudo nano /etc/modules</p>
<p>y al final ponen:  ath_pci</p>
<p>Reiniciar y listo!</p>
<p>Advertencia: si cambia la version del Kernel deberá recompilar el driver , paso numero <strong>3</strong></p>
<p>En Intrepid Ibex no es necesario esto último :-)</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Liberada Mandriva 2009]]></title>
<link>http://delmonicos.wordpress.com/?p=348</link>
<pubDate>Thu, 09 Oct 2008 01:00:37 +0000</pubDate>
<dc:creator>delmonicos</dc:creator>
<guid>http://delmonicos.pt-br.wordpress.com/2008/10/09/mandriva-2009-free-liberada/</guid>
<description><![CDATA[
Ya esta disponible para su descarga Mandriva 2009, version Final, no beta, no release candidate, no]]></description>
<content:encoded><![CDATA[<p style="text-align:center;"><img class="aligncenter" src="http://www.mandriva.com/enterprise/files/mandriva-logo.jpg" alt="" width="55%" /></p>
<p>Ya esta disponible para su descarga Mandriva 2009, version Final, no beta, no release candidate, no final interna, <strong>Final Publica</strong>.</p>
<p>Ya estan listas la Version Free y One Gnome y KDE 4, Via FTP.</p>
<p><strong>Mandriva Free 2009 i586</strong>.<br />
<a href="ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/MandrivaLinux/devel/iso/2009.0/mandriva-linux-free-2009-cd1-i586.iso">CD 1</a> <a href="ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/MandrivaLinux/devel/iso/2009.0/mandriva-linux-free-2009-cd2-i586.iso">CD 2</a></p>
<p><strong><a href="ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/MandrivaLinux/devel/iso/2009.0/mandriva-linux-free-2009-dual-arch.iso">Mandriva Mini Dual i586/x86</a></strong>, 32 y 64 Bits.</p>
<p><strong><a href="ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/MandrivaLinux/devel/iso/2009.0/mandriva-linux-free-2009-dvd-i586.iso">Mandriva Free 2009 DVD i586</a></strong>, 32 Bits.<br />
<strong><a href="ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/MandrivaLinux/devel/iso/2009.0/mandriva-linux-free-2009-dvd-x86_64.iso">Mandriva Free 2009 DVD x86</a></strong>, 64 Bits.</p>
<p><strong><a href="ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/MandrivaLinux/devel/iso/2009.0/mandriva-linux-one-2009-GNOME-int-cdrom-i586.iso">Mandriva 2009 One Gnome</a></strong></p>
<p><strong><a href="ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/MandrivaLinux/devel/iso/2009.0/mandriva-linux-one-2009-KDE4-int-cdrom-i586.iso">Mandriva 2009 One KDE 4</a><br />
</strong></p>
<p><strong>Via Torrent.<br />
Mandriva Free 2009 i586<br />
<a href="http://torrent.mandriva.com/public/mandriva-linux-free-2009-cd1-i586.torrent">CD 1</a> <a href="http://torrent.mandriva.com/public/mandriva-linux-free-2009-cd2-i586.torrent">CD 2</a></p>
<p><a href="http://torrent.mandriva.com/public/mandriva-linux-free-2009-dvd-i586.torrent">Mandriva 2009 Free DVD i586</a><br />
<a href="http://torrent.mandriva.com/public/mandriva-linux-free-2009-dvd-x86_64.torrent">Mandriva 2009 Free DVD x86</a></p>
<p><a href="http://torrent.mandriva.com/public/mandriva-linux-free-2009-dual-arch.torrent">Mandriva Mini Dual i586/x86</a> 32 y 64 Bits.<br />
<a href="http://torrent.mandriva.com/public/mandriva-linux-one-2009-GNOME-int-cdrom-i586.torrent">Mandriva One 2009 Gnome</a><br />
<a href="http://torrent.mandriva.com/public/mandriva-linux-one-2009-KDE4-int-cdrom-i586.torrent">Mandriva One 2009 KDE</a><br />
</strong></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[This is my new post]]></title>
<link>http://imbagamer.wordpress.com/?p=3</link>
<pubDate>Wed, 01 Oct 2008 11:13:14 +0000</pubDate>
<dc:creator>yaswanth1</dc:creator>
<guid>http://imbagamer.pt-br.wordpress.com/2008/10/01/this-is-my-new-post/</guid>
<description><![CDATA[This my new post
he fastest way for most people to get Ubuntu is by downloading the CD Installer. Th]]></description>
<content:encoded><![CDATA[<p>This my new post</p>
<p>he fastest way for most people to get Ubuntu is by downloading the CD Installer. The CD Installer is nearly 700MB. If you don't have a fast internet connection you may want to consider requesting a CD.</p>
<div id="getubuntupage" style="display:block;">
<div id="getubuntutabs">
<ul>
<li class="downloadtab active"><a href="http://www.ubuntu.com/getubuntu/download">Download Ubuntu</a></li>
<li class="buytab"><a href="http://www.ubuntu.com/getubuntu/purchase">Buy Ubuntu on CD</a></li>
<li class="shipittab"><a href="https://shipit.ubuntu.com/">Request free CDs</a></li>
</ul>
</div>
<div id="getubuntucontent">
<div id="whichrelease">
<h3>Which release do you want?</h3>
<p>Ubuntu 8.04 LTS Desktop Edition - Supported to 2011  Ubuntu 8.04 LTS Server Edition - Supported to 2013</p>
<p style="clear:both;"><em>The "LTS" version of Ubuntu receives long-term support. 3 years for desktop versions and 5 years for server versions.</em></p>
</div>
<div id="arch">
<h3>What type of computer do you have?</h3>
<p>Standard personal computer (x86 architecture, Pentium<em class="tiny">TM</em>, Celeron<em class="tiny">TM</em>, Athlon<em class="tiny">TM</em>, Sempron<em class="tiny">TM</em>)  64bit AMD and Intel computers&#60;!--  				 Sun UltraSPARC based (server only) --&#62;</div>
<div id="location">
<h3 style="position:relative;">Choose a location near you</p>
<table id="locationdialog" style="height:81px;position:absolute;left:250px;bottom:0;display:none;opacity:0;border-style:none;" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="padding:0;" width="58" height="81"><img src="http://www.ubuntu.com/files/dialog/dialog-dl-left.png" alt="" width="58" height="81" /></td>
<td style="background:transparent url(http://www.ubuntu.com/files/dialog/dialog-dl-bg.png) repeat-x scroll 0 50%;padding:0;"><strong>Please choose a download location near you</strong></td>
<td style="padding:0;" width="20"><img src="http://www.ubuntu.com/files/dialog/dialog-dl-right.png" alt="" /></td>
</tr>
</tbody>
</table>
</h3>
<p>Please Choose a Location <!-- MIRROR LIST --> Europe Austria Ubuntu.gds.tuwien.ac.at Belgium BELNET Belgium Infogroep Belgium Ubuntu.mirrors.skynet.be Bosnia and Herzegovina BiHnet ISP, BH Telecom Bulgaria IPACCT Bulgaria Linux-BG.org Bulgaria nano-box by botevgrad.com Croatia Faculty of civil engineering, Zagreb Czech Republic Advokatni kancelar Kindl&#38;Partneri Czech Republic Releases.ubuntu.cz Czech Republic Ubuntu-releases.sh.cvut.cz Denmark KLID Denmark Tyroll.dk Finland CSC / Funet France Free France CRIHAN France Orange Business Services France CIRIL France Université de Picardie France Florian Entreprise France Ubuntu.florianentreprise.com France Flosoft.biz France Ftp.lip6.fr France Mirrors.dotsrc.org Germany De.archive.ubuntu.com-release Germany Esslingen University of Applied Sciences Germany University of Kaiserslautern Germany intergenia AG Germany Freie Universität Berlin Germany RRZN, Leibniz Universität Hannover Germany StudNet Bonn Germany Universitaet Bayreuth Germany Univerity of Muensters Germany GWDG Germany University of Mannheim Germany Host Europe Germany Technische Universitaet Clausthal Germany University of Applied Sciences Wolfenbuettel Germany Ftp-stud.fht-esslingen.de Germany Ftp.tu-chemnitz.de Germany Releases.ubuntu.mirror.at.stealer.net Germany Snert.mi.hs-heilbronn.de Great Britain (UK) Oxford University Computing Services Great Britain (UK) University Of Kent UK Mirror Service Great Britain (UK) Canonical Ltd Great Britain (UK) The Positive Internet Company Great Britain (UK) Virgin Media Greece University of Crete Greece Democritus University of Thrace Greece National Technical University of Athens Greece OTENET Greece University Of Ioannina Greece University of Crete - Faculty of Medicine Hungary Ftp.arrabonus.hu Hungary FSN.hu Foundation Hungary bitmind kft. Iceland Ubuntu.hugi.is Ireland HEAnet Italy University of Rome - La Sapienza Italy University of Naples Federico II C.S.I. Italy Fastbull Italy ICT Valle Umbra s.r.l. Latvia Ftp.linux.edu.lv Netherlands BIT B.V. Netherlands University of Twente Netherlands Telfort Internet Netherlands Technische Universiteit Delft Netherlands Mirrors.kernel.org Netherlands PCextreme B.V. Netherlands MuntInternet Netherlands Ftpserv.tudelft.nl Norway The Student Society in Trondhjem, Norway Norway Ftp.uninett.no Poland Telekomunikacja Polska Poland Wroclaw Centre for Networking and Supercomputing Poland Vectra Poland Ftp.man.szczecin.pl Poland Piotrkosoft.net - Data Storage Center Poland Ubuntu.task.gda.pl Portugal CeSIUM Portugal nfsi telecom Portugal NEACM - University of Porto Portugal GLUA Portugal Ftp.rnl.ist.utl.pt Portugal Tux.cprm.net Portugal DEI-FCTUC, University of Coimbra Romania UPC Romania Romania Ftp.iasi.roedu.net Romania Ftp.lug.ro Serbia RC ETF Serbia RC ETF Serbia and Montenegro RC ETF Serbia and Montenegro Mirror2.etf.bg.ac.yu Slovakia YNET &#38; kubuntu.sk Slovakia Antik computers &#38; communications s.r.o. Slovakia Technical University of Kosice Spain CICA Spain Universidade da Coruña Spain Ourense Software Libre Spain University of Zaragoza Spain RedIRIS Spain Caliu Spain Delegación de Alumnos de Teleco - ETSIT - UPM Spain GRN Serveis telemàtics Spain Ftp.gui.uva.es Sweden Academic Computer Club, Umeå University Sweden DF - The Computer Society at Lund University and Lund Institute of Technology. Sweden Sunet FTP archive Sweden Mirrors.kernel.org Sweden Ftp.port80.se Switzerland SWITCH Ukraine Releases.ubuntu.org.ua North America Canada Cogeco Cable Inc. Canada University of Waterloo Computer Science Club Canada Portafixe Mexico UNAM United States Argonne National Laboratory United States University of Chicago - Astronomy Department Public Mirror United States National Severe Storms Lab United States Portland State University United States Northeastern University College of Computer and Information Science United States easynews.com-releases United States Gigenet United States Mirrors.kernel.org United States Xmission United States University of Utah United States Walla Walla University United States MIT Media Lab United States Georgia Tech. Software Library United States Michigan Tech Linux Users Group United States University of Idaho United States University of California at Merced United States OSU Open Source Lab United States University of Minnesota Ubuntu Releases United States Ftp-mirror.internap.com United States University of California, Santa Barbara United States Ftp.ussg.iu.edu United States Ftp.wayne.edu United States Mirror.cs.umn.edu United States Mirrors.brianm.name United States Mirrors.cs.wmich.edu United States CERIAS, Purdue University United States University of Colorado at Boulder United States Ubuntu.cs.wisc.edu Asia Armenia ADC China Mirror.lupaworld.com Cyprus Cytanet Georgia Open Consultants Hong Kong Hostrino Indonesia PT Telekomunikasi Indonesia Indonesia PT. Supra Primatama Nusantara (BizNet ISP) Israel Israel Internet Association Israel INTERHOST Japan JAIST Japan Information Technology Center, the University of Tokyo. Japan RIKEN Japan Yamagata University Japan mithril-linux.org (offered by Debian-JP Project member) Japan KDDI R&#38;D Laboratories Inc. Korea, Republic of Daum Communications Corp. Pakistan Lahore University of Management Sciences Russian Federation Corbina Telecom Russian Federation COMSTAR-Direct Russian Federation Yandex Taiwan NCTUCC Taiwan TaiChung County Education Network Center Taiwan National Center for High-Performance Computing Taiwan National Taitung University Taiwan National Taiwan University Taiwan Shu-Te University Taiwan National Chi Nan University Thailand School of Information Technology, KMUTT Turkey Linux Kullanıcıları Derneği Turkey Istanbul Technical University Uzbekistan Sharq  Telekom Uzbekistan Sarkor-Telecom Viet Nam FPT Telecom South America Argentina Patan.com.ar Brazil Globo.com Brazil C3SL/UFPR Brazil Edugraf - INE - CTC - UFSC Chile TECNOERA Costa Rica Ftp.ucr.ac.cr Oceania/Australia Australia iiNet Australia Netspace Online Systems Australia mirror.aarnet.edu.au-releases Australia Optus Australia 3FL / Westnet Australia Internode Australia Soul Australia Australia Mirror.pacific.net.au Australia Planetmirror.com New Zealand Ftp.citylink.co.nz New Zealand ihug Africa Botswana TENET Lesotho TENET Mozambique TENET Namibia Polytechnic of Namibia South Africa TENET South Africa UCT LEG Swaziland TENET Zimbabwe TENET <!--END MIRROR LIST --><br />
//&#60;![CDATA[<br />
$$('#getubuntutabs li').each(function (tab) { tab.setOpacity(0.7); });<br />
$$('#getubuntutabs li.active').each(function (tab) { tab.setOpacity(1); tab.setStyle('z-index', 100); });</p>
<p>var myip = '58.136.61.61, 127.0.0.199';<br />
// var rnd = $random(0, 1222858119);<br />
// var xhr = new Ajax('/mirrorlookup?rnd='+rnd+'&#38;myip='+myip);</p>
<p>var selectmirror = function() {<br />
// $('debug').setValue(this.response.text);<br />
// console.log("ajax request said: "+this.response.text);<br />
var close_mirrors = Json.evaluate(this.response.text);<br />
if(!close_mirrors &#124;&#124; !close_mirrors.length) return;<br />
var selected_country = '';<br />
var lookup;<br />
for (var i = 0; i &#60; close_mirrors.length; i++) {<br />
lookup = 'option.'+close_mirrors[i];<br />
if($$(lookup).length &#62; 0){<br />
selected_country = close_mirrors[i];<br />
break;<br />
}<br />
}<br />
mirrors = $$(lookup);<br />
rnd = $random(0, (mirrors.length - 1));<br />
// console.log('rnd: '+rnd+' mirrors:');<br />
// console.log(mirrors);<br />
mirror_value = mirrors[rnd].value;<br />
// no automatic mirror select yet... we wait<br />
// $('mirror').setValue(mirror_value);<br />
}<br />
// window.addEvent('domready', function() {<br />
//	xhr.request().chain(selectmirror);<br />
// })</p>
<p>options = document.getElementsByTagName('option');<br />
continents = [];<br />
for(var i = 0; i&#60;options.length;i++) {<br />
if(options[i].disabled) {<br />
options[i].style.color = '#D90D19';<br />
options[i].style.fontWeight = 'bold';<br />
options[i].style.backgroundColor = '#f8f8f8';<br />
continents[continents.length] = options[i].value;<br />
}else{<br />
options[i].style.textIndent = '2em';<br />
}<br />
}<br />
function mirrorcheck() {<br />
if ($('mirror').selectedIndex &#60; 1) {<br />
$('locationdialog').setStyle('display','block');<br />
$('locationdialog').effect('opacity',{duration:500}).start(0,1);<br />
return false;<br />
}</p>
<p>}<br />
function hidewarning() {<br />
if($('locationdialog').getStyle('opacity').toInt() &#62; 0)<br />
$('locationdialog').effect('opacity',{duration:500}).start(1,0);<br />
}<br />
//]]&#62;</p></div>
<div><button> <img src="http://www.ubuntu.com/themes/ubuntu07/images/button-download-new.png" alt="download" /> Start Download </button><br />
Check here if you need the alternate desktop CD. This CD does not include the Live CD, instead it uses a text-based installer.</div>
</div>
</div>
<p>obj = document.getElementById('getubuntupage');<br />
obj.style.display = 'block';</p>
<p>This page is designed for computers that have JavaScript enabled. If you cannot or choose not to use enable javascript, we have provided an alternate page listing other download options.Feel free to view the <a href="http://www.ubuntu.com/getubuntu/downloadmirrors">complete list of download locations</a> and other download options, including BitTorrent downloads, Wubi - the Windows installer and past versions of Ubuntu.</p>
<p>Note to PowerPC (PPC) and SPARC users: These types of computers are not supported by the newest versions of Ubuntu. However Ubuntu 6.06 is still supported and available for your machine. Please use the <a href="http://www.ubuntu.com/getubuntu/downloadmirrors">complete list of download locations</a> to choose a location near you.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Interlude: The Registers]]></title>
<link>http://x86osdev.wordpress.com/?p=11</link>
<pubDate>Wed, 24 Sep 2008 02:27:26 +0000</pubDate>
<dc:creator>x86osdev</dc:creator>
<guid>http://x86osdev.pt-br.wordpress.com/2008/09/24/interlude-the-registers/</guid>
<description><![CDATA[Rather than being a beginners guide to assembly language, I have intended this post to be a reminder]]></description>
<content:encoded><![CDATA[<p>Rather than being a beginners guide to assembly language, I have intended this post to be a reminder and reference for some of the basic registers found on x86 processors.</p>
<p>I have listed some of the more common registers, along with their intended use and situations where they are used:</p>
<p><img src="http://x86osdev.wordpress.com/files/2008/09/registers.png" alt="Basic Registers" title="registers" width="448" height="800" /></p>
<p><img src="http://x86osdev.wordpress.com/files/2008/09/realpairs.png" alt="Common Register Use" title="realpairs" width="448" height="320" /></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Will Old Programs Run On Leopard?-- Reader Questions*]]></title>
<link>http://techpaul.wordpress.com/?p=1319</link>
<pubDate>Tue, 16 Sep 2008 17:26:12 +0000</pubDate>
<dc:creator>techpaul</dc:creator>
<guid>http://techpaul.pt-br.wordpress.com/2008/09/16/will-old-programs-run-on-leopard-reader-questions/</guid>
<description><![CDATA[Today I am going to answer a few questions submitted by readers, in the Q&#8217;s and their A&#8217;]]></description>
<content:encoded><![CDATA[<p>Today I am going to answer a few questions submitted by readers, in the Q's and their A's format.</p>
<p><strong>Q:</strong> <span style="text-decoration:underline;">Will the programs I have on my old Mac run on a new "Leopard" system?<br />
</span><strong>A:</strong> There are enough differences in the new OS X 10.5 that some programs <em>may</em> need to be replaced with the latest versions that are "Leopard-compatible" (Norton AV often needs this, for example) to run at their best. The keyword is "may": most programs will work just fine once you visit Apple Update.<br />
<strong>Please note</strong>-- if you intend to migrate your programs and data from an old machine to the new Leopard machine, make sure you have updated all the software (programs) on the old machine <span style="text-decoration:underline;">before</span> initiating the migration. Leopard will/can refuse to accept programs that aren't current.</p>
<p><strong>Q:</strong> <span style="text-decoration:underline;">I am thinking about buying a new iMac and I was told Apple runs on Intel circuits now. Does this mean I would be vulnerable to viruses, worms and spyware like Windows? What security programs would I need?</span><br />
<strong>A:</strong> While it is true that Apple runs on the same type of "circuits" as Windows PC's now, <a rel="enclosure" href="http://techpaul.wordpress.com/2008/05/17/digital-device-water-oh-no/" target="_blank">i</a>t is <span style="text-decoration:underline;">not</span> your <strong>hardware</strong> that is vulnerable to malware and hackers, but the lines of <strong>software</strong> "code" (programming) that make up your applications/programs.<br />
Now to the second part of your question... The lines of code that make up the Mac <a title="Wikipedia=definition of &#34;operating system&#34;" href="http://en.wikipedia.org/wiki/Operating_system" target="_blank">operating system</a> (the most recent being OSX 10.5 "Leopard") are not currently being targeted by the bad guys.. simply because there's too few machines running it (and the ones that are do not contain credit card number databases). <em>However</em>, some of the programs you would have on your Mac <span style="text-decoration:underline;">are</span> being targeted for exploits-- QuickTime (a media format/player) and the Safari browser, notably. (Neither of which you need, btw.)<br />
And now the last part: as things stand, today, if you are running a <span style="text-decoration:underline;">fully updated</span> Leopard machine, and the firewall is on, you really don't need a "protection program". That statement may not be true this afternoon, or next week, or next month (for future readers, this was written 09/16/08 ) and so you may, for peace of mind, want to install the Norton Internet Security 2008 package*.</p>
<p><span style="text-decoration:underline;">Today's free download:</span> I'm keeping with a Macintosh theme today, and so today's app is for Apple users. I don't want it said that I never think of you guys! Watch TV on your iMac with <a title="download Miro from CNet's download.com" href="http://www.download.com/Miro/3000-2200_4-10428289.html?tag=lst-6-6&#38;cdlPid=10834647" target="_blank">Miro</a>, a C/Net Editor's Choice. Description: "<em>Democracy Player is a free and open source internet TV/video podcast application, with a beautiful, easy to use interface. You can subscribe to any Internet TV channel, including video podcasts, video RSS feeds, bittorrent feeds, and video blogs. A built-in Channel Guide lists hundreds of channels of all types, all free to subscribe to. Browse videos, download, and watch fullscreen-- all in the same application.</em>"</p>
<p>* Folks, please don't write to tell me "Norton is evil". Read the reviews for NIS 2008. It may open your eyes.</p>
<p>Copyright 2007-8 © Tech Paul. All rights reserved.<a title="post to jaanix" href="http://jaanix.com/post?url=&#38;title=&#38;tags=&#38;note=ℑ="><img style="vertical-align:middle;border-width:0;" alt="jaanix" height="16" /> post to jaanix</a><span class="sbmLink"></p>
<table border="0" cellspacing="1" cellpadding="1">
<tbody>
<tr>
<td class="sbmText">Share this post :</td>
<td class="sbmDim"><a class="sbmDim" title="Post it to buddymark" href="http://buddymarks.com/s_add_bookmark.php?bookmark_url=http://techpaul.wordpress.com/2008/09/16/will-old-programs-run-on-leopard-reader-questions/&#38;bookmark_title=Tech--for Everyone &#124; Will Old Programs Run On Leopard?" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/buddymar4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to del.icio.us" href="http://del.icio.us/post?url=http://techpaul.wordpress.com/2008/09/16/will-old-programs-run-on-leopard-reader-questions/&#38;;title=Tech--for Everyone &#124; Will Old Programs Run On Leopard?" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliciou4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to del.iri.ous!" href="http://de.lirio.us/bookmarks/sbmtool?action=add&#38;address=http://techpaul.wordpress.com/2008/09/16/will-old-programs-run-on-leopard-reader-questions/&#38;title=Tech--for Everyone &#124; Will Old Programs Run On Leopard?" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliriou4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to digg" href="http://digg.com/submit?phase=2&#38;url=http://techpaul.wordpress.com/2008/09/16/will-old-programs-run-on-leopard-reader-questions/&#38;title=Tech--for Everyone &#124; Will Old Programs Run On Leopard?" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to furl" href="http://www.furl.net/store?s=f&#38;to=0&#38;u=http://techpaul.wordpress.com/2008/09/16/will-old-programs-run-on-leopard-reader-questions/&#38;ti=Tech--for Everyone &#124; Will Old Programs Run On Leopard?" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/furl4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to reddit!" href="http://reddit.com/submit?url=http://techpaul.wordpress.com/2008/09/16/will-old-programs-run-on-leopard-reader-questions/&#38;title=Tech--for Everyone &#124; Will Old Programs Run On Leopard?" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to shadow" href="http://www.shadows.com/bookmark/saveLink.rails?page=http://techpaul.wordpress.com/2008/09/16/will-old-programs-run-on-leopard-reader-questions/&#38;title=Tech--for Everyone &#124; Will Old Programs Run On Leopard?" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/shadows6.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to technorati!" href="http://technorati.com/faves/?add=http://techpaul.wordpress.com/2008/09/16/will-old-programs-run-on-leopard-reader-questions/&#38;title=Tech--for Everyone &#124; Will Old Programs Run On Leopard?" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to wists" href="http://www.wists.com/?action=add&#38;url=http://techpaul.wordpress.com/2008/09/16/will-old-programs-run-on-leopard-reader-questions/&#38;title=Tech--for Everyone &#124; Will Old Programs Run On Leopard?" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/wists9.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to yahoo!" href="http://myweb.yahoo.com/myresults/bookmarklet?u=http://techpaul.wordpress.com/2008/09/16/will-old-programs-run-on-leopard-reader-questions/&#38;t=Tech--for Everyone &#124; Will Old Programs Run On Leopard?" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" border="0" alt="" /></a></td>
<td class="sbmDim"><a class="sbmDim" title="Post it to email" href="mailto:&#38;body=I%20was%20reading%20this%20article%20and%20thought%20that%20you%20might%20like%20this:http://techpaul.wordpress.com/2008/09/16/will-old-programs-run-on-leopard-reader-questions/&#38;subject=Tech--for%20Everyone%20%7C%20Will%20Old%20Programs%20Run%20On%20Leopard?" target="_blank"><img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/mail69854.gif" border="0" alt="" /></a></td>
</tr>
</tbody>
</table>
<p></span></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[64-Bit OS Woes]]></title>
<link>http://xtremegaming.wordpress.com/?p=249</link>
<pubDate>Sun, 07 Sep 2008 14:06:30 +0000</pubDate>
<dc:creator>Nile "Scolirk" Livesey</dc:creator>
<guid>http://xtremegaming.pt-br.wordpress.com/2008/09/07/64-bit-os-woes/</guid>
<description><![CDATA[The other day I decided to take the plunge and install the 64 Bit version of Windows Vista Ultimate ]]></description>
<content:encoded><![CDATA[<p><img class="alignleft" src="http://i19.photobucket.com/albums/b181/Scolirk/64bit-windows.jpg" alt="" width="279" height="267" />The other day I decided to take the plunge and install the 64 Bit version of Windows Vista Ultimate on my gaming PC. At first things went well, my files backed up fine, and my installation disk of vista didn't crap out on my like my older one did. It took several hours, but it completed without many problems. I figure that a 64Bit OS should have a much better time with almost all tasks it's required to do, however that doesn't seem to be the case as of yet.</p>
<p>I was initially impressed with the operating system. It told me I had 4GB of memory, something that the x86 OS wasn't able to detect, but mearly lied about. I was also rather impressed with the initial driver support. My Sound card finally worked, something that had been broken for about a month, video drivers worked at first with both monitors, and my keyboard and mouse work just the same as they did before.  However not all is fine and dandy in the land of Vista 64.</p>
<p><!--more--></p>
<p>My first issue was with the video drivers. I have two 20" monitors, and my Cinema Display has a higher brightness and colour than my LG. I changed the gamma settings inside my nVidia control panel to match both monitors as best as possible. However the Cinema Display would always return to the original colour if the monitor was shut off, or the screen saver was enabled, or the computer was reset. I would have to go into the nVidia control panel and change the gamma by just 1% for it to set back to the setup I had for it. This issue was fixed with SP1.</p>
<p><img class="alignright" src="http://i19.photobucket.com/albums/b181/Scolirk/VistaRating.jpg" alt="" width="745" height="611" />Issue number Two came with my installation of the 64 Bit version of UltraMon, a multi monitor support program that gives you full control of your display settings. This program says it works with 64 bit systems, however it seems unpolished. The program does not work the same way at all as it did in the x86 version. I'm unable to change main features with the second smart-bar, such as opacity, and the ability to have 1 program on 1 monitor. As you can see from the screen shot below, The bar on the top is very different from the one on the bottom. The bottom bar is the UltraMon bar, and normally would look exactly the same as the Windows bar. Also there would not be the same program on each bar. This is a very annoying issue with this program, and is making me consider a change with my monitor set up.</p>
<p><img class="alignleft" src="http://i19.photobucket.com/albums/b181/Scolirk/monitor.jpg" alt="" width="515" height="68" />For the most part, when it comes to drivers, you can find a 64 Bit version. My Saitek X52 joystick works with Vista 64 with no issues. FSX recognises it and allows me to play with it. Mice and keyboard controls work fine, and my sound card works better than ever. With 64 Bit processing being the way of the future for consumer computers, it is vital that software and hardware companies produce working drivers for both x86 and x64 systems. So far this support is great, however there is still one company that has not bothered to create a 64 Bit version of any software so far, and it is a very important addition that needs to be implemented.</p>
<p><img class="alignright" src="http://i19.photobucket.com/albums/b181/Scolirk/flash.jpg" alt="" width="527" height="507" />Adobe Flash. Adobe currently does not support x64 with any of it's software. They did state that their new Creative Suite 4 programs will be 64 Bit compatible, but only on Windows based machines. Adobe Flash however is not supported on 64 Bit internet browsers, such as Internet Explorer 7 x64. You don't know how much you need flash until you can't use it anymore. This site requires flash for me to do almost everything, I am unable to use youtube, there are also issues on FaceBook, and PhotoBucket. Almost everything you want to do is impossible. I need to use the x86 version of IE7 in order to view these pages, which makes installing or using any 64 Bit browser useless. iPhone and 64 Bit Vista users have something in common now. This is a huge issue and needs to be addressed by Adobe soon. Consumer 64 Bit has been around since 2003, and even Saitek has created drivers. I know a joystick driver is much different than Flash, but the point is the same. Saitek knows it's customers want to use their product, so they put time into developing software. Adobe needs to do the same.</p>
<p>My final verdict on Microsoft Windows Vista Ultimate 64 Bit Edition is still undecided. I don't plan on reinstalling a x86 version, however I am not as happy with the OS as I had hoped to be. Even with the slight speed increase, some of the short comings don't make the experience worth all the trouble. If you're a gamer, and you have 4GB of ram or more, than you will need to get the 64 Bit Vista on your system. It is definitely not for the average consumer.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Virtualization: VirtualBox 2.0 from Sun Micro]]></title>
<link>http://j3ss31963.wordpress.com/?p=212</link>
<pubDate>Fri, 05 Sep 2008 06:14:39 +0000</pubDate>
<dc:creator>j3ss31963</dc:creator>
<guid>http://j3ss31963.pt-br.wordpress.com/2008/09/05/virtualization-virtualbox-20-from-sun-micro/</guid>
<description><![CDATA[Sun Microsystems Unveils xVM VirtualBox 2.0.
This version is a major update. The following major new]]></description>
<content:encoded><![CDATA[<p>Sun Microsystems Unveils xVM <a href="http://www.virtualbox.org/" target="_blank">VirtualBox</a> 2.0.<a rel="attachment wp-att-213" href="http://j3ss31963.wordpress.com/2008/09/05/virtualization-virtualbox-20-from-sun-micro/virtualbox/"><img class="size-full wp-image-213 alignright" title="VirtualBox" src="http://j3ss31963.wordpress.com/files/2008/09/virtualbox.png" alt="" width="128" height="128" /></a></p>
<p>This version is a major update. The following major new features were added:</p>
<ul>
<li>64 bits guest support (64 bits host only)</li>
<li>New native Leopard user interface on Mac OS X hosts</li>
<li>The GUI was converted from Qt3 to Qt4 with many visual improvements</li>
<li>New-version notifier</li>
<li>Guest property information interface</li>
<li>Host Interface Networking on Mac OS X hosts</li>
<li>New Host Interface Networking on Solaris hosts</li>
<li>Support for Nested Paging on modern AMD CPUs (major performance gain)</li>
<li>Framework for collecting performance and resource usage data (metrics)</li>
<li>Added SATA asynchronous IO (NCQ: Native Command Queuing) when accessing raw disks/partitions (major performance gain)</li>
<li>Clipboard integration for OS/2 Guests</li>
<li>Created separate SDK component featuring a new Python programming interface on Linux and Solaris hosts</li>
<li>Support for VHD disk images</li>
</ul>
<p> </p>
<p>In addition, the following items were fixed and/or added:</p>
<ul>
<li>VMM: VT-x fixes</li>
<li>AHCI/SATA: improved performance</li>
<li>GUI: keyboard fixes</li>
<li>Linux installer: properly uninstall the package even if unregistering the DKMS module fails</li>
<li>Linux additions: the guest screen resolution is properly restored</li>
<li>Network: added support for jumbo frames (&#62; 1536 bytes)</li>
<li>Shared Folders: fixed guest crash with Windows Media Player 11</li>
<li>Mac OS X: Ctrl+Left mouse click doesn’t simulate a right mouse click in the guest anymore. Use Hostkey+Left for a right mouse click emulation. (bug <a class="new ticket" title="ctrl key on OS X is not usable (new)" href="http://virtualbox.org/ticket/1766">#1766</a>)</li>
</ul>
<div></div>
<div>Download links:</div>
<div>
<ul>
<li><strong>VirtualBox 2.0.0 for Windows hosts</strong> <a class="ext-link" href="http://download.virtualbox.org/virtualbox/2.0.0/VirtualBox-2.0.0-36011-Win_x86.msi"><span class="icon">x86</span></a> &#124; <a class="ext-link" href="http://download.virtualbox.org/virtualbox/2.0.0/VirtualBox-2.0.0-36011-Win_amd64.msi"><span class="icon">AMD64</span></a> <em>(only on Windows x64!)</em></li>
</ul>
<ul>
<li><strong>VirtualBox 2.0.0 for OS X hosts</strong> <a class="ext-link" href="http://download.virtualbox.org/virtualbox/2.0.0/VirtualBox-2.0.0-36011-OSX.dmg"><span class="icon">Intel Macs</span></a></li>
</ul>
<ul>
<li><strong><a class="wiki" href="http://www.virtualbox.org/wiki/Linux_Downloads">VirtualBox 2.0.0 for Linux hosts</a></strong></li>
</ul>
<ul>
<li><strong>VirtualBox 2.0.0 for Solaris and OpenSolaris hosts</strong> <a class="ext-link" href="http://download.virtualbox.org/virtualbox/2.0.0/VirtualBox-2.0.0-36011-SunOS_x86.tar.gz"><span class="icon">x86</span></a> &#124; <a class="ext-link" href="http://download.virtualbox.org/virtualbox/2.0.0/VirtualBox-2.0.0-36011-SunOS_amd64.tar.gz"><span class="icon">AMD64</span></a></li>
</ul>
<ul>
<li><strong>VirtualBox 2.0.0 Software Developer Kit (SDK)</strong> <span class="icon"><a class="ext-link" href="http://download.virtualbox.org/virtualbox/2.0.0/VirtualBoxSDK-2.0.0-36011.zip">All platforms</a></span></li>
</ul>
</div>
<div style="text-align:right;"></div>
<div style="text-align:right;"></div>
<div style="text-align:right;">- <a href="http://j3ss31963.wordpress.com" target="_blank">MacNuts</a></div>
]]></content:encoded>
</item>
<item>
<title><![CDATA[VIA - it's time farewells]]></title>
<link>http://flamaster.wordpress.com/?p=84</link>
<pubDate>Wed, 03 Sep 2008 08:05:44 +0000</pubDate>
<dc:creator>flamaster</dc:creator>
<guid>http://flamaster.pt-br.wordpress.com/2008/09/03/via-its-time-farewells/</guid>
<description><![CDATA[What has long been set to become reality. The company VIA in recent years has been only a shadow ]]></description>
<content:encoded><![CDATA[<p><a href="http://flamaster.files.wordpress.com/2008/09/75497435.jpg"><img class="alignleft size-full wp-image-85" src="http://flamaster.wordpress.com/files/2008/09/75497435.jpg" alt="" width="120" height="100" /></a>What has long been set to become reality. The company <strong>VIA</strong> in recent years has been only a shadow of power, which for a long time to provide us with chipsets. </p>
<p>As vice-president says marketing company said <strong>Richard Brown,</strong> aware that the technological leap brands such as <strong>AMD</strong> and <strong>Intel</strong> will increasingly less room for manoeuvre, VIA resigns from the production chipestow for AMD and Intel. <br />
The market analysts gave the company to understand that the time to give up and get on with the production of x86 microprocessors. </p>
<p>Many people probably wonder what poczną Now staff chipsets-in the company. As reported yet unofficial sources, a significant part of specialists will take over the company ASMedia - or subsidiary corporations <strong>Asustek (ASUS)</strong> </p>
<p>After the capitulation of the company VIA chipsets in the market remains only two manufacturers, who themselves do not produce processors, is <strong>NViDIA</strong> and <strong>SiS.</strong> <br />
Interestingly VIA now intends to focus on its own microprocessor, chipsets and motherboards for its x86 systems. </p>
<p>Is this a good time and output will show the action of market competitors.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[The Everex gPC2 (The $200 Linux Machine)]]></title>
<link>http://cnix.wordpress.com/?p=3</link>
<pubDate>Sun, 31 Aug 2008 09:12:06 +0000</pubDate>
<dc:creator>0x783czar</dc:creator>
<guid>http://cnix.pt-br.wordpress.com/2008/08/31/everexgpc2/</guid>
<description><![CDATA[Many People have been interested in the Everex gPC2.  The famed 200 dollar linux PC.  While plenty]]></description>
<content:encoded><![CDATA[<p>Many People have been interested in the Everex gPC2.  The famed 200 dollar linux PC.  While plenty of info is available online about the circumstances of this PC, not too much tech-spec info is available.</p>
<p>This Post is dedicated to the people who want to find answers to the machinery of this PC.</p>
<p>First off Let's see some pictures of the parts.  The first thing I did was disassemble the PC.  Anything that could be unscrewed or tool-lessly removed, was.</p>
[gallery]
<p>Now I won't list off the individual parts and specs, but they are readily available on <a title="Click on the Specifications Tab" href="http://www.newegg.com/Product/Product.aspx?Item=N82E16883118005&#38;amp;Tpk=gpc2" target="_blank">Newegg's Specification List</a> for the gPC2, though I will tell you a few bits of info that i could have used:</p>
<p>1. VIA C7-D processor runs like a late-model Pentium 4<br />
2. To Access the Phoenix Award BIOS: hold "DEL" Key instead of "F2"<br />
3. gOS (comes loaded standard) is slow and poor-quality.  Switch to a more main-stream distribution of Ubuntu.<br />
4. Runs Windows XP Pro, great!<br />
5. CPU and Entire computer runs VERY cool, and quiet.</p>
<p>This computer is a great buy for those looking for an inexpensive x86 based Computer.  Or for those interested in a nice novelty computer!</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[{ downloads } Atualiza&ccedil;&atilde;o para Windows Vista e Server 2008]]></title>
<link>http://dropslight.wordpress.com/2008/08/16/downloads-atualizao-para-windows-vista-e-server-2008/</link>
<pubDate>Sat, 16 Aug 2008 11:33:45 +0000</pubDate>
<dc:creator>Olímpio José Santos</dc:creator>
<guid>http://dropslight.pt-br.wordpress.com/2008/08/16/downloads-atualizao-para-windows-vista-e-server-2008/</guid>
<description><![CDATA[As atualizações abaixo solucionam problemas em que o sistema pode estar em estado inconsistente ap]]></description>
<content:encoded><![CDATA[<p>As atualizações abaixo solucionam problemas em que o sistema pode estar em estado inconsistente após ser reiniciado usando a última opção válida. Talvez seja necessário reiniciar seu computador após instalar a instalação.</p>
<p><img src="http://www.baboo.com.br/absolutenm/articlefiles/18893-pasta_downl.gif" align="absMiddle" border="0" /><a href="http://www.microsoft.com/downloads/details.aspx?displaylang=pt-br&#38;FamilyID=c783e6c7-7be7-4521-a4c1-d3c416988f87">Atualização para o Windows Vista</a>    </p>
<p><img src="http://www.baboo.com.br/absolutenm/articlefiles/18893-pasta_downl.gif" align="absMiddle" border="0" /><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=68f8a960-64fa-4a45-89bc-e4fcd78b779f&#38;DisplayLang=en">Atualização para o Windows Vista&#160; x64</a>    </p>
<p><img src="http://www.baboo.com.br/absolutenm/articlefiles/18893-pasta_downl.gif" align="absMiddle" border="0" /><a href="http://www.microsoft.com/downloads/details.aspx?displaylang=pt-br&#38;FamilyID=b66c7f33-debf-4f5e-b045-431a46297682">Atualização para o Windows Server 2008</a>    </p>
<p><img src="http://www.baboo.com.br/absolutenm/articlefiles/18893-pasta_downl.gif" align="absMiddle" border="0" /><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=a223c692-0316-4588-a9ef-9fc829a93a0f&#38;DisplayLang=en">Atualização para o Windows Server 2008 x64</a>    </p>
<p><img src="http://www.baboo.com.br/absolutenm/articlefiles/18893-pasta_downl.gif" align="absMiddle" border="0" /><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=2362eb16-cbaa-4d5d-9db1-f4490c4e0cb8&#38;DisplayLang=en">Atualização para o Windows Server 2008 64 bits (Itanium)</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Writting x86 disassembler. Basics.]]></title>
<link>http://altjournal.wordpress.com/?p=7</link>
<pubDate>Tue, 12 Aug 2008 20:18:52 +0000</pubDate>
<dc:creator>Altavist</dc:creator>
<guid>http://altjournal.pt-br.wordpress.com/2008/08/12/writting-x86-disassembler-the-first-day/</guid>
<description><![CDATA[I decided to write x86 disassembler. What for? Without any reasons, just for fun. First of all, I us]]></description>
<content:encoded><![CDATA[<p>I decided to write x86 disassembler. What for? Without any reasons, just for fun. First of all, I used <a href="http://google.com">Google</a> and found <a href="http://www.intel.com/products/processor/manuals/">a page with direct links to Intel manuals in PDF format</a>. I downloaded "Intel® 64 and IA-32 Architectures Software Developer's Manual" volumes <a href="http://download.intel.com/design/processor/manuals/253666.pdf">2a</a> and <a href="http://download.intel.com/design/processor/manuals/253667.pdf">2b</a>.</p>
<p>I read Chapter 2 "Instruction format" (see volume 2a), and found out something about x86 instruction format. In short, x86 instruction has the following format:</p>
<pre style="font-size:12px;">&#124; Prefix(es) &#124; Opcode(s) &#124;
+------------+-----------+
&#124; up to 4    &#124; one-, two-&#124;
&#124; one-byte   &#124; or three- &#124;
&#124; prefixes   &#124; byte op-  &#124;
&#124;            &#124; code      &#124;</pre>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Intel's stonewalling forces VIA out of the motherboard biz]]></title>
<link>http://technologyinfo.wordpress.com/?p=950</link>
<pubDate>Mon, 11 Aug 2008 19:48:55 +0000</pubDate>
<dc:creator>jtsmyth8</dc:creator>
<guid>http://technologyinfo.pt-br.wordpress.com/2008/08/11/intels-stonewalling-forces-via-out-of-the-motherboard-biz/</guid>
<description><![CDATA[VIA is now focusing on x86 processors and the integrated motherboard market, rather than chipsets fo]]></description>
<content:encoded><![CDATA[<p>VIA is now focusing on x86 processors and the integrated motherboard market, rather than chipsets for third-party CPUs.</p>
<p>Previously one of the best chipset makers for enthusiasts looking for high performance on a budget, VIA has told Custom PC that it now sees no future in making chipsets for third parties such as Intel and AMD.</p>
<p>Speaking to Custom PC, VIA’s vice president of corporate marketing in Taiwan, Richard Brown, explained that: ‘One of the main reasons we originally moved into the x86 processor business was because we believed that ultimately the third party chipset market would disappear, and we would need to have the capability to provide a complete platform.’ (<a href="http://www.custompc.co.uk/news/604608/via-quits-motherboard-chipset-business.html">link</a>)</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Os processadores Nehalem da Intel passam a chamar-se Core i7]]></title>
<link>http://dedosnoteclado.wordpress.com/?p=1705</link>
<pubDate>Mon, 11 Aug 2008 01:53:30 +0000</pubDate>
<dc:creator>Marcus Aragão</dc:creator>
<guid>http://dedosnoteclado.com.br/2008/08/10/os-processadores-nehalem-da-intel-passam-a-chamar-se-core-i7/</guid>
<description><![CDATA[ 

 
A próxima microarquitetura x86 da Intel já tem nome definitivo. O que atualmente conhecíam]]></description>
<content:encoded><![CDATA[<p style="text-align:center;"> </p>
<p style="text-align:center;"><img class="aligncenter size-full wp-image-1706" src="http://dedosnoteclado.wordpress.com/files/2008/08/intel-core-i7.jpg" alt="" width="480" height="282" /></p>
<p style="text-align:center;"> </p>
<p><iframe src='http://digg.com/api/diggthis.php?u=http%3A%2F%2Fdigg.com%2Ftech_news%2FOs_processadores_Nehalem_da_Intel_passam_a_chamar_se_Core_i7' height='82' width='55' frameborder='0' scrolling='no' style='float: right; margin-left: 10px; margin-bottom: 5px; padding: 4px 0 2px 4px; background: #fff;'></iframe>A próxima microarquitetura x86 da Intel já tem nome definitivo. O que atualmente conhecíamos como Nehalem, passa a chamar-se Core i7, dando lugar a uma família de processadores de 45nm que será lançado em breve em três versões distintas: Bloomfield, Lynnfield e Havendale.</p>
<p>Os processadores <strong>i7</strong> e <strong>i7 Extreme Edition</strong>, serão anunciados neste mesmo mês, mas não serão lançado até o final do ano. O Pentium, Pentium 2, Pentium 3 e Pentium 4  já foram esquecidos, será que a Intel começará uma nova nomeclatura baseada em números?</p>
<p>Via <a href="http://es.engadget.com/2008/08/10/los-procesadores-nehalem-de-intel-pasan-a-llamarse-core-i7/" target="_blank">Engadget</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Windows Vista su PS3]]></title>
<link>http://ps3magazine.wordpress.com/2008/08/07/windows-wista-su-ps3/</link>
<pubDate>Thu, 07 Aug 2008 16:12:54 +0000</pubDate>
<dc:creator>PS3 Blog Magazine - Marck08</dc:creator>
<guid>http://ps3magazine.pt-br.wordpress.com/2008/08/07/windows-wista-su-ps3/</guid>
<description><![CDATA[Dopo XP è la volta di Vista. Anche l&#8217;ultimo sistema operativo di Microsoft &#8220;gira&#8221;]]></description>
<content:encoded><![CDATA[<p>Dopo XP è la volta di Vista. Anche l'ultimo sistema operativo di Microsoft "gira" sulla console concorrente alla sua! Il risultato è stato ottenuto eseguendo l'applicazione <u>Quemu 0.9.1</u> in ambiente linux. Senza dubbio è un passo avanti per l'emulazione di sistemi x86 sul Cell di PS3 (dotato di architettura PowerPC), ma allo stato attuale Vista è completamente inusabile, e stupisce il fatto che per avviare un sistema operativo su un architettura diversa da quella originale richieda ben<u> 24 minuti</u> con un processore Cell, provvisto di 7 core attivi all'elaborazione @ 3.60 GHz. L'escuzione di un programmino come <u>Notepad richiede 12 minuti</u> e <u>5 occorrono per visualizzare il menù Start!</u> Ora le domande sorgono spontanee: La PS3, con l'architettura di qui è provvista, riuscirà in futuro a eseguire Vista in maniera accettabile? La PS3 <em>HA BISOGNIO</em> di Vista? Linux non basta? (alla fine è una console, non un PC)</p>
<p>Di seguito trovate il video (fatto un po male) che mostra l'esecuzione del sistema operativo.</p>
<div class="wlWriterSmartContent" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:48ac9235-712f-4b8e-8a9f-111f390fd932" style="display:inline;margin:0;padding:0;">
<div><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/w-CrEAzpuxc'></param><param name='wmode' value='transparent'></param><embed src='http://www.youtube.com/v/w-CrEAzpuxc&rel=0' type='application/x-shockwave-flash' wmode='transparent' width='425' height='350'></embed></object></span></div>
</div>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Running 32 bit DLL or EXE on a 64 bit Machine]]></title>
<link>http://pcheruku.wordpress.com/?p=44</link>
<pubDate>Tue, 05 Aug 2008 19:53:27 +0000</pubDate>
<dc:creator>Praveen</dc:creator>
<guid>http://pcheruku.pt-br.wordpress.com/2008/08/05/running-32-bit-dll-or-exe-on-a-64-bit-machine/</guid>
<description><![CDATA[In order to run the 32 bit(x86) DLL(Windows Class Library) or EXE(Windows Application) generated fro]]></description>
<content:encoded><![CDATA[<p>In order to run the 32 bit(x86) DLL(Windows Class Library) or EXE(Windows Application) generated from a Visual Studio Project on a 64 bit(x64) machine, Make sure you have set the "Platform target" as x86.</p>
<p>This can be done by:<br />
1. Right-clicking on the project in the "Solution Explorer"<br />
2. Select "Properties"<br />
3. In "Properties", Select "Build"<br />
4. In "General" part, Set the "Platform target" as x86.</p>
<p>And if you are creating a Setup or Deployment project, you should set the "TargetPlatform" to x86.<br />
To do this, Select the setup or deployment Project in the Solution Explorer and in the properties window, set the "TargetPlatform" to x86.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Meu Relato Sobre Vista x64]]></title>
<link>http://systechcenter.wordpress.com/?p=8</link>
<pubDate>Thu, 17 Jul 2008 13:36:18 +0000</pubDate>
<dc:creator>MalarKeY - SysTech</dc:creator>
<guid>http://systechcenter.pt-br.wordpress.com/2008/07/17/meu-relato-sobre-vista-x64/</guid>
<description><![CDATA[Não posso fazer feio no meu primeiro post, então vou deixar um pequeno, mas interessante relato pe]]></description>
<content:encoded><![CDATA[<p style="text-align:justify;">Não posso fazer feio no meu primeiro post, então vou deixar um pequeno, mas interessante relato pessoal do Windows Vista Ultimate x64.</p>
<p style="text-align:justify;">A Primeira coisa ideal a saber, é a configuração da minha máquina. Meu Processador é:</p>
<p style="text-align:justify;"><em>--&#62; Intel Pentium 4 524 de 3,06Ghz com socket 775 LGA e tecnologia 90nm, que contém as instruções <span style="color:#0000ff;"><span style="text-decoration:underline;"><a title="O que é isso?" href="http://pt.wikipedia.org/wiki/MMX" target="_blank">MMX</a></span>, <span style="text-decoration:underline;"><a title="O que é isso?" href="http://pt.wikipedia.org/wiki/SSE" target="_blank">SSE</a></span>, <span style="text-decoration:underline;"><a title="O que é isso?" href="http://pt.wikipedia.org/wiki/SSE" target="_blank">SSE2</a></span>, <span style="text-decoration:underline;"><a title="O que é isso?" href="http://pt.wikipedia.org/wiki/SSE" target="_blank">SSE3</a></span></span> e o ideal para funcionamento do 64-bits, a instrução <span style="text-decoration:underline;"><span style="color:#0000ff;"><a title="O que é isso?" href="http://pt.wikipedia.org/wiki/EM64T" target="_blank">EM64T</a></span></span>. </em></p>
<p style="text-align:justify;"><em>--&#62; 1,5GB DDR de RAM;</em></p>
<p style="text-align:justify;"><em>--&#62; VGA Nvidia GeForce 6600LE AGP 8x de 256MB.</em></p>
<blockquote>
<p style="text-align:justify;">Diga-se de passagem, que praticamente, esse é o primeiro Processador da Intel a ser implementada a Tecnologia 64-bits.</p>
</blockquote>
<p>Vale lembrar aqui, que se você tem 4GB de memória mas usa Alguma versão do Windows em x86, você só tem na verdade 3GB de Memória RAM. A Versão x64 Bits Reconhece os 4GB por inteiros e muito mais.</p>
<p><span style="text-decoration:underline;"><span style="color:#ff0000;"><strong><em>QUESTÃO PERFORMANCE</em></strong></span></span></p>
<p style="text-align:justify;">O Windows Vista Ultimate x64 rodou lisinho, um pouco mais ligeiro que a versão x86. Ao Abrir aplicativos x64 pesados e simultaneamente ele se mostrou poderoso e não deu travadas ou qualquer tipo de LAG.</p>
<p style="text-align:justify;">Nos Jogos ele se mostrou um pouco melhor também: Aqui no F.E.A.R Perseus Mandate, obtive melhora de 5 ~ 7 FPS no teste de Performance que tem no jogo.</p>
<p style="text-align:justify;">Aplicativos em x86 rodaram normalmente aqui, como se fosse uma versão normal do Windows em x86.</p>
<p style="text-align:justify;">Muita gente pensa que o Windows Vista é pesado, principalmente para jogos, que tem muitas firúlas e coisas inúteis, mas digo ao contrário. Usei o Windows Vista x86 aqui ele se saiu melhor que o Windows XP x86, na categoria jogos ele teve uma grande melhora, se quiser mais detalhes veja <span style="color:#0000ff;"><span style="text-decoration:underline;"><em><a title="Windows XP SP3 x Vista SP1" href="http://www.winajuda.com/forum/viewtopic.php?f=4&#38;t=1026" target="_blank">Aqui no Fórum WinAjuda</a></em></span></span>, a quente discussão do desempenho do Vista em relação ao XP.</p>
<p style="text-align:justify;">Resumindo, sobre a Performance, não há dúvidas de que o x64 sai na frente.</p>
<p><span style="text-decoration:underline;"><span style="color:#ff0000;"><em><strong>QUESTÃO DRIVERS</strong></em></span></span></p>
<p style="text-align:justify;">Após instalado o Vista Ultimate x64, ele já foi reconhecendo e instalando todos os drivers, inclusive o da minha GeForce (mesmo sendo desatualizado). O único problema maior era os drivers da RealTek AC'97 Audio. Esse foi solucionado atualizando o meu Windows no Windows Update, onde ele encontrou o driver de áudio e o instalou automaticamente.</p>
<p style="text-align:justify;">Já foi-se o tempo em que mesmo sendo versão x64, a compatibilidade dos drivers era horrível. O Vista Ultimate junto com o Windows Update se sai bem instalando drivers automaticamente. E o Bom de tudo isso, é que os Drivers não são genéricos! Note-se que isso varia de máquina para máquina, pois cada máquina, tem seu hardware diferente.</p>
<p style="text-align:justify;">
<p style="text-align:justify;">Bom, se alguém tiver alguma dúvida Visite o Fórum WinAjuda! Lá tem muitas pessoas que pode te ajudar facilmente!</p>
<p style="text-align:justify;"><span style="color:#0000ff;"><em><span style="text-decoration:underline;"><a title="WinAjuda Fórum" href="http://www.winajuda.com/forum/" target="_blank">http://www.winajuda.com/forum/</a></span></em></span></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Update del Kernel de Red Hat Enterprise Linux 4.x]]></title>
<link>http://julianrdz.wordpress.com/?p=296</link>
<pubDate>Thu, 03 Jul 2008 21:51:28 +0000</pubDate>
<dc:creator>Julián Rodríguez</dc:creator>
<guid>http://julianrdz.pt-br.wordpress.com/2008/07/03/update-del-kernel-de-red-hat-enterprise-linux-4x/</guid>
<description><![CDATA[Red Hat ha publicado una actualización del kernel de Red Hat Desktop, Enterprise Linux AS, ES y WS ]]></description>
<content:encoded><![CDATA[<p>Red Hat ha publicado una actualización del kernel de Red Hat Desktop, Enterprise Linux AS, ES y WS en su versión 4 que corrige varios fallos de seguridad que podrían permitir a un atacante local causar una denegación de servicio o acceder a información sensible.</p>
<p>* Se ha encontrado un fallo en las rutinas de copia de memoria en el kernel de Linux al ejecutarse en ciertos sistemas AMD64. Si falla un intento de copia de memoria del kernel, las rutinas no ponen a cero las porciones de memoria que fueron copiadas en destino, lo que podría ser aprovechado por un atacante para ganar acceso a información sensible.</p>
<p>* Se ha descubierto una condición de carrera en ptrace que podría ser aprovechada por un atacante local para causar una denegación de servicio en el sistema (kernel hang).</p>
<p>* Existe un fallo en la emulación de los kernel de 32 y 64 bits que podría ser aprovechado por un atacante para causar una fuga de datos por medio de un binario especialmente manipulado.</p>
<p>* Se ha descubierto que el kernel de Linux manejaba las operaciones de cadenas de una forma opuesta a la de GNU Compiler Collection (GCC). Esto podría ser aprovechado por un atacante local sin privilegios para causar la corrupción de la memoria.</p>
<p>La actualización también solventa otro fallo de menor importancia.</p>
<p>Se recomienda actualizar a través de las herramientas automáticas<br />
up2date.</p>
<p><span style="text-decoration:underline;">Fuente:</span><br />
<a href="http://www.hispasec.com/unaaldia/3537/comentar" target="_blank">http://www.hispasec.com</a></p>
<p><span style="text-decoration:underline;"><span style="text-decoration:underline;">Más Información:</span></span></p>
<p>kernel security and bug fix update<br />
Advisory: RHSA-2008:0508-21<br />
<a href="https://rhn.redhat.com/errata/RHSA-2008-0508.html" target="_blank">https://rhn.redhat.com/errata/RHSA-2008-0508.html</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[32 into 64]]></title>
<link>http://fyzzi.wordpress.com/?p=35</link>
<pubDate>Wed, 02 Jul 2008 12:41:12 +0000</pubDate>
<dc:creator>wyzzi</dc:creator>
<guid>http://fyzzi.pt-br.wordpress.com/2008/07/03/32-into-64/</guid>
<description><![CDATA[Recently there was some discussion around the memory that is addressable in a Windows environment. I]]></description>
<content:encoded><![CDATA[<p>Recently there was some discussion around the memory that is addressable in a Windows environment. In fact there is varying opinion on the configuration options for 32-bit windows systems. I thought I would add to that pool.</p>
<p>In very (very) simple theoretical terms 32-bit systems only have 32-bits of data to work with resulting in them being able to address only up to 4 GB of memory. However a 64-bit system could theoretically address up to 16 exabytes of memory.</p>
<p>So why then are there different configuration options for 32bit windows systems and not that many for 64bit windows systems? Lets take an all too typical example - When fitted with 4GB of RAM why then in 32bit Windows on an x86 architecture one is able to see say only 3.5GB?</p>
<p>Although most of the address space on your <a href="http://www.microsoft.com/whdc/system/kernel/wmm.mspx">Windows Memory Manager</a> is filled with RAM a good amount of it will be used by memory mapped devices. Booting with the Physical Address Extension (/PAE / NOPAE) switch allows the processor to access the memory beyond this boundary. The post on <a href="http://blogs.msdn.com/chadboyd/archive/2007/03/24/pae-and-3gb-and-awe-oh-my.aspx">Chad Boyd's SQL stuff</a> gives a far more in depth discussion of PAE than I could. Microsoft's <a href="http://www.microsoft.com/whdc/system/platform/server/PAE/PAEdrv.mspx">PAE knowledge base</a> gives a table listing the maximum memory support for a few different windows OS with PAE turned on.</p>
<p>Of course applications complied under dotNet 2.0 (and newer) with the AnyCPU switch set to true dont really need to worry too much about the underlying hardware do they :)</p>
]]></content:encoded>
</item>

</channel>
</rss>
