<?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>appunti | Cesare Isacchi</title>
	<atom:link href="https://www.cesare.isacchi.net/tag/appunti/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.cesare.isacchi.net</link>
	<description>that&#039;s what I like</description>
	<lastBuildDate>Fri, 23 Mar 2018 10:31:44 +0000</lastBuildDate>
	<language>it-IT</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.cesare.isacchi.net/wp-content/uploads/2018/03/cropped-logo-32x32.gif</url>
	<title>appunti | Cesare Isacchi</title>
	<link>https://www.cesare.isacchi.net</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Compilare kernel linux</title>
		<link>https://www.cesare.isacchi.net/compilare-kernel-linux/</link>
		
		<dc:creator><![CDATA[Cesare]]></dc:creator>
		<pubDate>Fri, 23 Mar 2018 10:31:44 +0000</pubDate>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[appunti]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[linux]]></category>
		<guid isPermaLink="false">https://www.cesare.isacchi.net/?p=49</guid>

					<description><![CDATA[<p>Dopo aver verificato la configurazione del kernel ed aver applicato le eventuali modifiche per compilare ed installare il kernel procedo così: cd /usr/src/linux make &#38;&#38; make modules_install make install per aggiungere il nuovo kernel al bootloader Grub grub2-mkconfig -o /boot/grub/grub.cfg</p>
The post <a href="https://www.cesare.isacchi.net/compilare-kernel-linux/">Compilare kernel linux</a> first appeared on <a href="https://www.cesare.isacchi.net">Cesare Isacchi</a>.]]></description>
										<content:encoded><![CDATA[<p>Dopo aver verificato la configurazione del kernel ed aver applicato le eventuali modifiche per compilare ed installare il kernel procedo così:</p>
<pre>cd /usr/src/linux
make &amp;&amp; make modules_install
make install</pre>
<p>per aggiungere il nuovo kernel al bootloader Grub</p>
<pre>grub2-mkconfig -o /boot/grub/grub.cfg</pre>The post <a href="https://www.cesare.isacchi.net/compilare-kernel-linux/">Compilare kernel linux</a> first appeared on <a href="https://www.cesare.isacchi.net">Cesare Isacchi</a>.]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
