Specialized Kernels

Welcome to the specialized kernel section of the PowerPC Kernel Archives. We have carefully selected a set of specialized kernels that work well with specific hardware setups or PowerPC Linux distributions. Please browse the list below for more information on the specific kernels.

\n"; echo "

Build Categories: "; echo "\n"; echo " \n"; if (isset($descr)) { echo "

"; echo $descr; } } echo "

"; echo ""; /* if ($q = mysql_query("select id, safename, fullname, summary from builds where $catclause (configpath != '' or configfile != \"\" or patchfile != \"\") and status!='disabled' order by fullname", $dbh)) { $i = 0; while ($r = mysql_fetch_object($q)) { $i++; $info = new buildinfo($r->safename); dlstart($r->fullname, $info->version); if ($info->version != "None") { echo "

$r->summary

\n"; echo "

Latest build: $info->version
\n"; echo "Built on: $info->date

\n"; } else { echo "

There are currently no builds of this kernel available.

"; } echo "

id\">More info...

\n"; dlend(); if ($i < mysql_num_rows($q)) echo " \n"; } } */ if ($q = mysql_query("select name, safename, fullname, description, patchfile, configfile,configpath from builds, mastertrees where $catclause (configpath != '' or configfile != \"\" or patchfile != \"\") and status!='disabled' and mastertrees.name=builds.mastertree order by fullname", $dbh)) { if (mysql_num_rows($q) > 0) { echo "\n"; $i=0; while ($r = mysql_fetch_object($q)) { $i++; showkernel($r->name, $r->safename, $r->fullname, $r->description, $r->patchfile, $r->configfile, $r->configpath); if ($i < mysql_num_rows($q)) echo "\n"; } echo "
 
\n"; } else { echo "

No kernels found.

\n"; } } include($layout_tail); ?>