"; } 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"=>"Installation Instructions"), array("page"=>"forums","address"=>"/forums/","text"=>"Discussion Forums"), array("page"=>"list","address"=>"/list.php","text"=>"Mailing List"), array("page"=>"source","address"=>"/source.php","text"=>"Source Code"), array("page"=>"contact","address"=>"/contact.php","text"=>"Contact Information")); $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.debian.org/","text"=>"Debian GNU/Linux"), array("page"=>"","address"=>"http://www.gentoo.org/","text"=>"Gentoo 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.suse.com/","text"=>"SuSE Linux"), 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.tuxppc.org/","text"=>"TuxPPC"), 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

Your source for the latest builds of stable and development Linux kernels for PowerPC computers.