"; } function echonav($nav, $target) { global $page; if ($target != "") $targetdata = " target=\"$target\""; else $targetdata = ""; echo "

\n"; for ($i = 0; $i < count($nav); $i++) { if ($page == $nav[$i]["page"] && !empty($page)) echo "" . $nav[$i]["text"] . "
"; else echo "" . $nav[$i]["text"] . "
"; } echo "

"; } $sitelinks = array( array("page"=>"home","address"=>"/","text"=>"Home"), // array("page"=>"specialized","address"=>"/specialized.php","text"=>"Specialized Kernels"), array("page"=>"choosing","address"=>"/choosing.php","text"=>"Choosing a Kernel"), // array("page"=>"benh","address"=>"/benh.php","text"=>"Ben Kernels"), // array("page"=>"paulus","address"=>"/paulus.php","text"=>"Paulus Kernels"), // array("page"=>"bitkeeper","address"=>"/bitkeeper.php","text"=>"BitKeeper Kernels"), // array("page"=>"prepatch","address"=>"/prepatch.php","text"=>"Prepatch Kernels"), // array("page"=>"official","address"=>"/official.php","text"=>"Official Kernels"), array("page"=>"installation","address"=>"/installation.php","text"=>"Installing a Kernel"), //array("page"=>"forums","address"=>"/forums/","text"=>"Discussion Forums"), array("page"=>"list","address"=>"/list.php","text"=>"Mailing Lists"), array("page"=>"source","address"=>"/source.php","text"=>"Source Code"), array("page"=>"contact","address"=>"/contact.php","text"=>"Contact Info"), array("page"=>"logos","address"=>"/logos.php","text"=>"Logos")); $kernels = array(); if ($qqq = mysql_query("select safename,name,descr from buildcategories where safename!='default' order by name")) { while ($rrr = mysql_fetch_object($qqq)) { $kernels[] = array("page"=>"specialized-$rrr->safename","address"=>"/specialized.php?category=$rrr->safename","text"=>$rrr->name); } } $kerneltrees = array(); if ($localq = mysql_query("select id, tree, name from treeinfo where tree!='pmac' and tree!='tss' order by name")) while ($localr = mysql_fetch_object($localq)) $kerneltrees[] = array("page"=>"$localr->tree","address"=>"/tree.php?id=$localr->id","text"=>str_replace(" "," ","$localr->name")); $distributions = array(array("page"=>"","address"=>"http://www.gentoo.org/","text"=>"Gentoo Linux"), array("page"=>"","address"=>"http://www.debian.org/","text"=>"Debian GNU/Linux"), array("page"=>"","address"=>"http://www.yellowdoglinux.com/","text"=>"Yellow Dog Linux"), // array("page"=>"","address"=>"http://www.mandrake.org/","text"=>"Mandrake Linux"), array("page"=>"","address"=>"http://www.opensuse.org/","text"=>"openSUSE"), array("page"=>"","address"=>"http://cruxppc.sunsite.dk","text"=>"CRUX GNU/Linux"), array("page"=>"","address"=>"http://www.rocklinux.org/powerpc.html","text"=>"ROCK Linux"), array("page"=>"","address"=>"http://www.mklinux.org/","text"=>"MkLinux"), //array("page"=>"","address"=>"http://www.darwinlinux.org/","text"=>"Darwin Linux") ); $linuxlinks = array(array("page"=>"","address"=>"http://www.penguinppc.org/","text"=>"PenguinPPC"), array("page"=>"","address"=>"http://www.kernel.org/","text"=>"Kernel.Org"), array("page"=>"","address"=>"http://www.freshmeat.net/","text"=>"Freshmeat")); $maclinks = array(array("page"=>"","address"=>"http://www.macdiscussion.com/","text"=>"MacDiscussion"), array("page"=>"","address"=>"http://www.macnn.com/","text"=>"Mac News Network"), array("page"=>"","address"=>"http://www.macsurfer.com/","text"=>"Mac Surfer"), array("page"=>"","address"=>"http://www.applelinks.com/","text"=>"AppleLinks"), array("page"=>"","address"=>"http://www.macintouch.com/","text"=>"Macintouch"), array("page"=>"","address"=>"http://www.macfixit.com/","text"=>"MacFixIt"), array("page"=>"","address"=>"http://www.macresource.com/","text"=>"Mac Resource"), array("page"=>"","address"=>"http://www.macosrumors.com/","text"=>"Mac OS Rumors"), array("page"=>"","address"=>"http://www.macslash.com/","text"=>"MacSlash"), array("page"=>"","address"=>"http://www.maccentral.com/","text"=>"MacCentral")); ?> <?php echo $title; ?>
">

PowerPC Kernel Archives

Currently building:

Your source for fresh Linux kernel binaries for PowerPC computers.

id'>$_r->fullname"; } else { echo "(none)"; } } ?>