...to the "Beer Fund" :)

Array.org Netbook Repository for Ubuntu

Source Code

How To Roll Your Own EeePC Kernel

The source code to the eeepc and eeepc-lean kernels is available here. Details on downloading, customizing and building your own eeepc kernel are described on the following pages:

Using Git

Git is the revision control program used by Ubuntu and the Linux Kernel. This page is an introduction to git and describes the specific public git repositories available on this server and what packages are found where.

Customizing the Kernel Config

The techniques used to customize the eeepc and eeepc-lean config files are different depending on the kernel you're building for (hardy's v2.6.24 or intrepid's v2.6.27)

Building from Source

The specific procedure for building the actual package (be it kernel, modules, headers, or meta-packages) differs depending on the Ubuntu release you're building for.

Debugging the Kernel

Various methods used to debug the kernel source code, incase you encounter a problem. FIXME: TBD