Description of the debian kernel-files See http://ulihansen.kicks-ass.net/aero/linux/kerneldebian.htm for an installation HOWTO. ----------------------------------------------------------- config Is the configuration file for my compiled custom kernel. Check this file to see if the kernel matches your needs. In effect the kernel should have most needed features - however you may download "kernel-source-2.4.26-aero_aero.1_all.deb" to rebuild the kernel the debian way. ----------------------------------------------------------- kernel-doc-2.4.26-aero_aero.1_all.deb Installs the documentation files of the custom kernel - in difference to the original, there are docs about badram and openwall included. ----------------------------------------------------------- kernel-headers-2.4.26-aero_aero.1_i386.deb are the header files of my custom kernel, they may be required for the installation of some programs. ----------------------------------------------------------- kernel-image-2.4.26-aero_aero.1_i386.deb is a custom kernel I compiled for the aero. It is already patched with badram and the security patch openwall. Most features like support for nfs, smb, dos/fat-fs, ppp, isdn, wireless etc are already included. However some features may be missing, so read the config-file. As I will recompile the aero-kernel with next kernel versions, please feel free to send me your requests. ;-) ----------------------------------------------------------- kernel-source-2.4.26-aero_aero.1_all.deb The kernel source (and the biggest file in this directory). If you install it, you get the source files of my patched kernel copied to /usr/src/linux-2.4.26-aero. So with that you can reconfigure and recompile the kernel without breaking anything. ----------------------------------------------------------- pcmcia-modules-2.4.26-aero_3.2.5-2.6.backports.org.1+aero.1_i386.deb PCMCIA is not compiled into the kernel, because the external modules do a much better job. They are included in this package and were compiled against my custom kernel-source. I took the 3.2.5-2.6 version from backports.org because pcmcia-source of debian stable is only version 3.1.33 and pcmcia-cards are changing fast. ----------------------------------------------------------- pcmcia-cs_3.2.5-2.6.backports.org.1-aero.1_i386.deb Is the cardmanager software and configuration files for using pcmcia with the aero. They fit exactly to the pcmcia-modules. I already changed the files "/etc/pcmcia/pcmcia.opts" (to have the memory addresses specified, which work with the aero) and "/etc/init.d/pcmcia" (to delay the start of pcmcia-service a bit, so sysvinit wouldn't start other daemons before the initialisation of pcmcia is finished.