<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.alessandro.delgallo.net//index.php?action=history&amp;feed=atom&amp;title=Configuring</id>
	<title>Configuring - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.alessandro.delgallo.net//index.php?action=history&amp;feed=atom&amp;title=Configuring"/>
	<link rel="alternate" type="text/html" href="https://wiki.alessandro.delgallo.net//index.php?title=Configuring&amp;action=history"/>
	<updated>2026-09-15T06:58:43Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>https://wiki.alessandro.delgallo.net//index.php?title=Configuring&amp;diff=5671&amp;oldid=prev</id>
		<title>Xunil at 17:59, 18 September 2011</title>
		<link rel="alternate" type="text/html" href="https://wiki.alessandro.delgallo.net//index.php?title=Configuring&amp;diff=5671&amp;oldid=prev"/>
		<updated>2011-09-18T17:59:39Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;''''' Se il computer funziona troppo bene, o troppo male, Ricompiliamoci il kernel.! '''''&lt;br /&gt;
&lt;br /&gt;
* Spostiamoci nella directory:&lt;br /&gt;
&lt;br /&gt;
 cd /usr/src/linux&lt;br /&gt;
&lt;br /&gt;
* montiamo la partiszione di boot, sempre ci sia, sennò evitare questo passo.&lt;br /&gt;
 mount /boot || mount|grep &amp;quot;/boot&amp;quot; || exit 1&lt;br /&gt;
&lt;br /&gt;
* Facciamo un backup della configurazione attuale (per poter ricompilare il kernel ke abbiamo)&lt;br /&gt;
 cp .config .config-`date +%Y%m%d-%H:%M`&lt;br /&gt;
&lt;br /&gt;
* Ora il programma che ci permette di personalizzare il kernel (in versione ''finestra X'')&lt;br /&gt;
 make xconfig&lt;br /&gt;
&lt;br /&gt;
** Oppure la versione terminale, se non ci funziona X&lt;br /&gt;
 make menuconfig&lt;br /&gt;
&lt;br /&gt;
* Una volta configurato, uscire, salvare e..&lt;br /&gt;
 make &amp;amp;&amp;amp; make modules_install&lt;br /&gt;
&lt;br /&gt;
''compila in qualche minuto''&lt;br /&gt;
&lt;br /&gt;
* Adesso copiamolo in boot, muovendo il kernel precedente&lt;br /&gt;
 mv /boot/kernel-2.6.18-gentoo /boot/krnl-2.6.18-`date +%Y%m%d-%H:%M`&lt;br /&gt;
 cp /usr/src/linux/arch/x86_64/boot/bzImage /boot/kernel-2.6.18-gentoo&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= application specific settings =&lt;br /&gt;
&lt;br /&gt;
* Google Chrome needs this:&lt;br /&gt;
 *   CONFIG_PID_NS=y  &lt;br /&gt;
 *   CONFIG_NET_NS=y&lt;/div&gt;</summary>
		<author><name>Xunil</name></author>
	</entry>
</feed>