<?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Posteet: kernel</title> 
    <link>http://www.posteet.com/</link> 
    <description>Recent posteets posted to Posteet</description>
    <ttl>60</ttl>

    
    <item>
        <title>compile Kernel</title>
        <link>http://www.posteet.com/view/1052</link>
        <description>
        <![CDATA[<pre>cd /usr/src
wget http://www.kernel.org/pub/linux/kernel/v2.6/ KERNELVERSION
tar xvfz KERNEL.tar.gz
mv LINUXVERSION linux
cd linux
make menuconfig
make &amp;&amp; make modules_install
cp /usr/src/linux/arch/i386/boot/bzImage /boot/vmlinuz-VERSION
cp /usr/src/linux/System.map /boot/System.map-VERSION
vi /etc/lilo.conf         //edit vmlinuz, new Linux&gt;
/sbin/lilo
reboot</pre> <a href="http://www.posteet.com/tags/kernel">[kernel]</a>  <a href="http://www.posteet.com/tags/linux">[linux]</a> ]]>        </description>
        <dc:creator>sx</dc:creator>
        <pubDate>Tue, 08 Jul 2008 17:09:29 +0000</pubDate>

            <category>kernel</category>
            <category>linux</category>
    
    </item>

  
    <item>
        <title>Installer les headers de son kernel sous debian</title>
        <link>http://www.posteet.com/view/660</link>
        <description>
        <![CDATA[<pre>apt-get install linux-headers-`uname -r`</pre> <a href="http://www.posteet.com/tags/debian">[debian]</a>  <a href="http://www.posteet.com/tags/headers">[headers]</a>  <a href="http://www.posteet.com/tags/kernel">[kernel]</a>  <a href="http://www.posteet.com/tags/linux">[linux]</a>  <a href="http://www.posteet.com/tags/uname">[uname]</a> ]]>        </description>
        <dc:creator>spirit</dc:creator>
        <pubDate>Wed, 09 Jan 2008 13:35:22 +0000</pubDate>

            <category>debian</category>
            <category>headers</category>
            <category>kernel</category>
            <category>linux</category>
            <category>uname</category>
    
    </item>


</channel>
</rss>
