<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://es.wiki.guifi.net/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
		<id>http://es.wiki.guifi.net/w/index.php?action=history&amp;feed=atom&amp;title=Linux</id>
		<title>Linux - Historial de revisiones</title>
		<link rel="self" type="application/atom+xml" href="http://es.wiki.guifi.net/w/index.php?action=history&amp;feed=atom&amp;title=Linux"/>
		<link rel="alternate" type="text/html" href="http://es.wiki.guifi.net/w/index.php?title=Linux&amp;action=history"/>
		<updated>2026-07-29T07:30:42Z</updated>
		<subtitle>Historial de revisiones para esta página en el wiki</subtitle>
		<generator>MediaWiki 1.22.0</generator>

	<entry>
		<id>http://es.wiki.guifi.net/w/index.php?title=Linux&amp;diff=3891&amp;oldid=prev</id>
		<title>Al: 2 revisiones: Artículos técnicos</title>
		<link rel="alternate" type="text/html" href="http://es.wiki.guifi.net/w/index.php?title=Linux&amp;diff=3891&amp;oldid=prev"/>
				<updated>2014-01-11T22:35:56Z</updated>
		
		<summary type="html">&lt;p&gt;2 revisiones: Artículos técnicos&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;tr style='vertical-align: top;'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Revisión anterior&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revisión de 22:35 11 ene 2014&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(Sin diferencias)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Al</name></author>	</entry>

	<entry>
		<id>http://es.wiki.guifi.net/w/index.php?title=Linux&amp;diff=3890&amp;oldid=prev</id>
		<title>Al: 1 revisión:&amp;#32;Tercera columna</title>
		<link rel="alternate" type="text/html" href="http://es.wiki.guifi.net/w/index.php?title=Linux&amp;diff=3890&amp;oldid=prev"/>
				<updated>2009-04-21T14:20:34Z</updated>
		
		<summary type="html">&lt;p&gt;1 revisión: Tercera columna&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;tr style='vertical-align: top;'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Revisión anterior&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revisión de 14:20 21 abr 2009&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(Sin diferencias)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Al</name></author>	</entry>

	<entry>
		<id>http://es.wiki.guifi.net/w/index.php?title=Linux&amp;diff=3889&amp;oldid=prev</id>
		<title>213.96.46.206: /* Compilar */</title>
		<link rel="alternate" type="text/html" href="http://es.wiki.guifi.net/w/index.php?title=Linux&amp;diff=3889&amp;oldid=prev"/>
				<updated>2007-06-12T19:56:10Z</updated>
		
		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Compilar&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nueva&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{en desarrollo}}&lt;br /&gt;
=Compilar el kernel de Linux al estilo Debian=&lt;br /&gt;
todo como root&lt;br /&gt;
==Dependencias==&lt;br /&gt;
 aptitude install ncurses-base ncurses-dev module-init-tools kernel-package&lt;br /&gt;
&lt;br /&gt;
==Descargar el kernel==&lt;br /&gt;
 cd /usr/src&lt;br /&gt;
 wget http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.XX.X.tar.bz2&lt;br /&gt;
==Descomprimir el paquete==&lt;br /&gt;
 tar xvjf linux-2.6.XX.X.tar.bz2&lt;br /&gt;
 rm linux&lt;br /&gt;
 ln -s linux-2.6.XX.X linux&lt;br /&gt;
&lt;br /&gt;
==.config==&lt;br /&gt;
Si quieres aprovechar el .config de otra instalación, ahora es el momento de copiarlo en el directorio actual:&lt;br /&gt;
 cp /usr/src/linux-2.6.XX.X /usr/src/linux&lt;br /&gt;
Y procedemos a abrir el menú para decidir qué [[módulo]]s queremos y cuáles no:&lt;br /&gt;
 make menuconfig&lt;br /&gt;
Guárdate una copia de seguridad del .config&lt;br /&gt;
 cp .config ~/copias_de_seguridad/&lt;br /&gt;
&lt;br /&gt;
==Compilar==&lt;br /&gt;
 make-kpkg clean&lt;br /&gt;
 make-kpkg --initrd kernel_image kernel_headers&lt;br /&gt;
Esto tardará un tiempo. Una vez acabado tendrás dos paquetes .deb uno con tu kernel y otro con sólo las cabeceras.&lt;br /&gt;
&lt;br /&gt;
==Instalar==&lt;br /&gt;
Instálalos con:&lt;br /&gt;
 dpkg -i linux-image-2.6.XX.X.FECHAloquesea.deb&lt;br /&gt;
 dpkg -i linux-headers-2.6.XX.X.FECHAloquesea.deb&lt;br /&gt;
También escribirá el GRUB y en el próximo arranque ya podrás usar tu nuevo kernel.&lt;br /&gt;
&lt;br /&gt;
==Ver también==&lt;br /&gt;
*Instalar módulos [[madwifi]]&lt;br /&gt;
*Instalar módulos [[fglrx]] (módulos privativos para ATI)&lt;br /&gt;
==Referencias==&lt;br /&gt;
*http://www.esdebian.org/article.php?story=20060112225540316&lt;/div&gt;</summary>
		<author><name>213.96.46.206</name></author>	</entry>

	</feed>