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

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Linux Certification LPIC - 117-102-105</title>
    <link>http://www.lpi-certification.de/</link>
    <description>Schulung zur LPI-Prüfung des Linux Professional Institutes</description>
    <dc:language>de</dc:language>
    <generator>Serendipity 1.5.1 - http://www.s9y.org/</generator>
    
    

<item>
    <title>Kernel-Meldungen prüfen</title>
    <link>http://www.lpi-certification.de/archives/74-Kernel-Meldungen-pruefen.html</link>
            <category>117-102-105</category>
    
    <comments>http://www.lpi-certification.de/archives/74-Kernel-Meldungen-pruefen.html#comments</comments>
    <wfw:comment>http://www.lpi-certification.de/wfwcomment.php?cid=74</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.lpi-certification.de/rss.php?version=2.0&amp;type=comments&amp;cid=74</wfw:commentRss>
    

    <author>nospam@example.com (LPIC)</author>
    <content:encoded>
    Der Kernel speichert seine Meldungen in einer Logdatei mit dem Namen &quot;/var/log/boot.log&quot;&lt;br /&gt;
&lt;br /&gt;
Mit &quot;dmesg&quot; kann man sich die Meldungen des Bootvorgangs anschauen die in der Datei &quot;/var/log/dmesg&quot; gespeichert werden. 
    </content:encoded>

    <pubDate>Tue, 22 May 2007 11:26:05 +0200</pubDate>
    <guid isPermaLink="false">http://www.lpi-certification.de/archives/74-guid.html</guid>
    
</item>
<item>
    <title>Kernel-Architekturen</title>
    <link>http://www.lpi-certification.de/archives/72-Kernel-Architekturen.html</link>
            <category>117-102-105</category>
    
    <comments>http://www.lpi-certification.de/archives/72-Kernel-Architekturen.html#comments</comments>
    <wfw:comment>http://www.lpi-certification.de/wfwcomment.php?cid=72</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.lpi-certification.de/rss.php?version=2.0&amp;type=comments&amp;cid=72</wfw:commentRss>
    

    <author>nospam@example.com (LPIC)</author>
    <content:encoded>
    Der &quot;monolithische Kernel&quot; ist eine einzelne Binärdatei die zum Systemstart komplett in den Speicher geladen wird. Er enthält alle Funktionalität und Unterstützung für die verwendete Hardware. Das ist die Form wie schon in den Urzeiten der Computer ein Kernel geladen wurde.&lt;br /&gt;
&lt;br /&gt;
Der &quot;Micro-Kernel&quot; ist ein sehr kompakter Systemkern, der immer im Speicher bleibt. Alle Funktionalität wird als Geräte-Treiber bei Bedarf nachgeladen.&lt;br /&gt;
&lt;br /&gt;
Der &quot;modulare Kernel&quot; ist eine Mischung von beidem: Ein monolithischer Kernel mit Basisfunktionalität wird beim booten geladen, bleibt auch im Speicher, kann aber Module für spezielle Hardware nachladen. 
    </content:encoded>

    <pubDate>Tue, 22 May 2007 10:02:04 +0200</pubDate>
    <guid isPermaLink="false">http://www.lpi-certification.de/archives/72-guid.html</guid>
    
</item>
<item>
    <title>Kernel konfigurieren</title>
    <link>http://www.lpi-certification.de/archives/71-Kernel-konfigurieren.html</link>
            <category>117-102-105</category>
    
    <comments>http://www.lpi-certification.de/archives/71-Kernel-konfigurieren.html#comments</comments>
    <wfw:comment>http://www.lpi-certification.de/wfwcomment.php?cid=71</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.lpi-certification.de/rss.php?version=2.0&amp;type=comments&amp;cid=71</wfw:commentRss>
    

    <author>nospam@example.com (LPIC)</author>
    <content:encoded>
    Die Konfiguration eines eigenen Kernels steht in &quot;.config&quot;, diese Datei kann man auf der Konsole mit &quot;make config&quot; oder mit Curses-Oberfläche mit &quot;make menuconfig&quot; erzeugen. &lt;br /&gt;
&lt;br /&gt;
Mit &quot;make oldconfig&quot; kann man den Kernel entsprechend einem vorhandenen System konfigurieren, nur neue Features werden abgefragt.&lt;br /&gt;
&lt;br /&gt;
Für das X-Windows-System (z.B. X11) steht das komfortable &quot;&lt;strong&gt;make xconfig&lt;/strong&gt;&quot; zur Verfügung! 
    </content:encoded>

    <pubDate>Tue, 22 May 2007 09:40:16 +0200</pubDate>
    <guid isPermaLink="false">http://www.lpi-certification.de/archives/71-guid.html</guid>
    
</item>
<item>
    <title>Kernel compilieren</title>
    <link>http://www.lpi-certification.de/archives/70-Kernel-compilieren.html</link>
            <category>117-102-105</category>
    
    <comments>http://www.lpi-certification.de/archives/70-Kernel-compilieren.html#comments</comments>
    <wfw:comment>http://www.lpi-certification.de/wfwcomment.php?cid=70</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.lpi-certification.de/rss.php?version=2.0&amp;type=comments&amp;cid=70</wfw:commentRss>
    

    <author>nospam@example.com (LPIC)</author>
    <content:encoded>
    Man sollte zur Erzeugung eines aktuellen Kernels auch die neuesten Werkzeuge (z.B. Compiler) und Libraries (z.B. GLibC) haben.&lt;br /&gt;
&lt;br /&gt;
Es wird nur neu compiliert was erforderlich ist! Um alles neu compilieren zu lassen, muss man vorher &quot;make clean&quot; verwenden.&lt;br /&gt;
&lt;br /&gt;
Mit &quot;&lt;strong&gt;make dep&lt;/strong&gt;&quot; kann man sicher stellen dass alle Abhängigkeiten wie include-Files auflösbar sind (plattdeutsch: &quot;check the dependencies&quot;).&lt;br /&gt;
&lt;br /&gt;
Der eigentliche Kernel wird mit &quot;make zImage&quot; oder &quot;make bzImage&quot; erzeugt. Bei &quot;bzImage&quot; wird die bessere bzip-Komprimierung statt der (normalen) gzip-Komprimierung für das Kompilat verwendet.&lt;br /&gt;
&lt;br /&gt;
Um Module verwenden zu können (z.B. für USB- oder Netzwerk-Support) muss ein &lt;strong&gt;modularer Kernel&lt;/strong&gt; kompiliert werden! Sonst kommt die Fehlermeldung &quot;can&#039;t locate module&quot; obwohl das Modul schon mit &quot;make modules&quot; compiliert und im richtigen Verzeichnis installiert wurde.&lt;br /&gt;
&lt;br /&gt;
Updates zum Kernel werden als &quot;Patches&quot; herausgegeben - dabei wird ein Stückchen Quellcode im alten Kernel-Source ersetzt. Anschließend sollte der Kernel mit &quot;make clean &amp;&amp;amp; make dep &amp;&amp;amp; make modules &amp;&amp;amp; make bzImage&quot; komplett neu übersetzt werden.&lt;br /&gt;
&lt;br /&gt;
Für einen Kernel auf einer bootbaren Floppy kann man &quot;make bzdisk&quot; verwenden, das ist praktisch um einen Kernel auszuprobieren. 
    </content:encoded>

    <pubDate>Tue, 22 May 2007 09:23:39 +0200</pubDate>
    <guid isPermaLink="false">http://www.lpi-certification.de/archives/70-guid.html</guid>
    
</item>
<item>
    <title>Geladene Kernel Module mit Abhängigkeiten anzeigen</title>
    <link>http://www.lpi-certification.de/archives/69-Geladene-Kernel-Module-mit-Abhaengigkeiten-anzeigen.html</link>
            <category>117-102-105</category>
    
    <comments>http://www.lpi-certification.de/archives/69-Geladene-Kernel-Module-mit-Abhaengigkeiten-anzeigen.html#comments</comments>
    <wfw:comment>http://www.lpi-certification.de/wfwcomment.php?cid=69</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.lpi-certification.de/rss.php?version=2.0&amp;type=comments&amp;cid=69</wfw:commentRss>
    

    <author>nospam@example.com (LPIC)</author>
    <content:encoded>
    &quot;&lt;strong&gt;lsmod&lt;/strong&gt;&quot; ist die einfachste Möglichkeit sich eine Liste aller geladenen Kernel-Modulen anzeigen zu lassen. &lt;br /&gt;
&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://www.lpi-certification.de/uploads/102/lsmod.jpg&#039;&gt;&lt;img width=&#039;110&#039; height=&#039;86&#039; style=&quot;border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://www.lpi-certification.de/uploads/102/lsmod.serendipityThumb.jpg&quot; alt=&quot;lsmod&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Man bekommt die selbe Ausgabe wie in der Pseudo-Datei &quot;&lt;strong&gt;/proc/modules&lt;/strong&gt;&quot;. Die Reihenfolge lautet dabei: Name, Größe, Anzahl der aufbauenden Module sowie deren Namen.&lt;br /&gt;
&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://www.lpi-certification.de/uploads/102/procmods.jpg&#039;&gt;&lt;img width=&#039;110&#039; height=&#039;74&#039; style=&quot;border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://www.lpi-certification.de/uploads/102/procmods.serendipityThumb.jpg&quot; alt=&quot;proc modules&quot; /&gt;&lt;/a&gt; 
    </content:encoded>

    <pubDate>Sun, 11 Feb 2007 09:51:04 +0100</pubDate>
    <guid isPermaLink="false">http://www.lpi-certification.de/archives/69-guid.html</guid>
    
</item>

</channel>
</rss>